Posts

Post marked as solved
5 Replies
5.5k Views
having a little hiccup. Basically SS show the issue im having I then tried to dig on this and came up empty. Here the link [https://developer.apple.com/forums/thread/128049] I was trying this from a playground and after it didn't work I did what the link was saying and that didn't work ether "Got this from github and seems to work. "How to use Xcode IDE for Python development Open Xcode and start with creating a new project: From the templates, choose Cross-platform > External Build System Give it a name. You can update Organizatin Name and Identifier if you want. Make sure you enter a correct path for Python bin. For Python 3.x it's usually  /usr/bin/pythonw . Click Next and save it. Open scheme editor, select Run from the left hand pane, and Info tab from the detail pane. From Executable menu, select Other... and navigate to where your Python executable binary is locate. That's the same location you entered in step 4, e.g.  /usr/bin/pythonw . You can also use **** + Command + G and paste the address in the dialog box. Uncheck Debug executable box. Still in Run menu, select Arguments tap, and add a new entry to Arguments Passed on Launch. This is the name of the file where you'll write your Python code in it. You'll create the file later. Still in Run menu, select Options tab, and check the box for Use custom working directory. Enter the path to the directory where you have saved your project. Close scheme editor. In Xcode navigation pane, under your project, add a new file. Select Empty from the templates. Make sure the target is check and that you save the file in the same directory where the project file is located. Now you can start writing Python code: Run it! "
Posted
by lac_ekim.
Last updated
.
Post not yet marked as solved
2 Replies
348 Views
First off catalina has brought on more security. Im running into a problem with (vagrant-vmware-workstation) signing problem. I was gtting this so i wouldnt have to worry about my local terminal. The thing is i have been trying for a month to get it to work with there support and we just ended it and i got a refund. But im still in the same place i was in before, looking for a VM that will work. Can someone point me in the right direction please?
Posted
by lac_ekim.
Last updated
.