john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

pydev eclipse aptanastudio

AptanaStudio3 may be easier as it's Eclipse configured specifically for Python/Rails/PHP/CSS
OR
Install Eclipse

Help -> Eclipse Marketplace -> search "python"

PyDev (install) ... (trust the certificate)

( the slow way is Help -> Install New Software -> Add = http://pydev.org/updates )

- - - - - - - - - - - - - - - - - - - - - - - -
Window -> preferences -> Aptana Studio -> Themes  (Eclipse = white background)

Window -> preferences -> PyDev -> Interpreter -> (Python/Jython/IronPython).

Python -> Auto Config (detected my c:\Python27 installation)


File -> New -> PyDev Project
Project contents = directory where the Python directory resides (i.e. the src
Finish




File -> New PyDev Project  (default workspace) = ExamplePython
Right click on ExamplePython Project -> new Source Folder (src)
Right click on ExamplePython Project source folder (src) -> new PyDev Package
    Source Folder:  /ExamplePython/src
    Name:           net.kittyandbear

ExamplePython
 |
 | - src
 |    | - net
 |      | - kittyandbear
 |
  - python (C:\Python27\python.exe)

  • « Iptables complex example FIREWALL lockdown.sh
  • http server threaded »

Published

Feb 6, 2013

Category

python

~125 words

Tags

  • aptanastudio 1
  • eclipse 22
  • pydev 1
  • python 180