Setup instructions for virgin eclipse installs:
- Go to the Aptana website and download the Aptana Studio standalone (if you have an existing Eclipse installation you can add it as a plugin as well).
- Install Aptana Studio
- From the 'My Aptana' homepage within Aptana, click on the Plugins section and click on the 'Get It' link for Aptana PyDev to install python support.
- From there, follow Joscha Feth's setup instructions from step 3 of Installing PyDev on Eclipse. These useful instructions explain how to set the Python interpreter correctly and what step you need for each project to bring in the Google App Engine python libraries and setup a Run configuration.
After scouting out a couple of other websites (like this one) I cottoned on to the fact that if your project location path contains spaces, you need to place the argument in quotes, like so:
"${project_loc}/src"
This all makes perfect sense (and obvious), but in my case I was worrying the problem was something more serious. The fact that Eclipse/PyDev's own command-line inspection function was freaked out by the space (and therefore ended prematurely) meant I could not see the commandline which I hope would have clued me into the problem sooner.
The problem only took a few minutes to figure out, but maybe this post will assist someone else is spending 1 or 2 minutes less. Happy learning!
No comments:
Post a Comment