Changes between Version 36 and Version 37 of DeveloperGuidelines/Eclipse
- Timestamp:
- 10/27/11 07:17:08 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v36 v37 26 26 1. Set up the Python Interpreter: 27 27 i. Window > Preferences > !PyDev > Interpreter - Python 28 i. New, Browse to python26/python.exe , OK, OK28 i. New, Browse to python26/python.exe (or python27/python.exe if using 2.7), OK, OK 29 29 2. Add a new !PyDev Project: 30 30 i. File > New > Project > !PyDev Project > Next 31 31 i. untick Use Default 32 32 i. Browse to the web2py directory 33 i. Give the project a name : "web2py", Next33 i. Give the project a name, e.g.: "web2py", Next 34 34 i. untick "Create default 'src' folder and add it to the pythonpath" 35 35 3. Debug Configuration: Run > Debug Configurations > Python Run 36 i. Name: Sahana Eden36 i. Name: Enter a name, e.g. web2py or eden. 37 37 i. Project: Browse to web2py 38 38 i. Main Module: Browse to web2py.py 39 i. Arguments tab: Program Arguments: -a password 39 i. Arguments tab: Program Arguments: -a password (Choose a password for web2py and substitute it for "password".) 40 40 i. Apply, Debug 41 41 i. unblock in Windows Firewall … … 45 45 i. Add, OK 46 46 i. Select {{{Web, XML and Java EE Development}}} 47 i. Select {{{Web Tool Platform}}}(?) 48 i. tick to trust certificate, Restart now 47 i. (If present) select {{{Web Tool Platform}}} 48 i. (If you get a conflicting dependency error, deselect the problem tool.) 49 i. Tick to trust certificate, Restart now 49 50 50 51 6. Miscellaneous suggestions: