Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4129517 By: allmigh7y
At the root of the Eclipse project titled "HelloWorld", is the following structure: settings branches tags trunk .project The 'main' you referred to, is under the following structure: trunk > main > main The 'last' main directory is where all my pylons structure code exists (for instance, controllers/public/models/etc.,) So, my FormsController is actually under trunk > main > main > controllers > forms.py Results from sys.path (what do I add here?) ------------------------------------------- C:\dev\tools\eclipse\plugins\org.python.pydev.debug_1.2.4\pysrc C:\dev\tools\python25\Lib\site-packages\simplejson-1.4-py2.5.egg C:\dev\tools\python25\Lib\site-packages\myghtyutils-0.52-py2.5.egg C:\dev\tools\python25\Lib\site-packages\setuptools-0.6c3-py2.5.egg C:\dev\tools\python25\Lib\site-packages\sqlalchemy-0.3.0-py2.5.egg c:\dev\tools\python25\lib\site-packages\docutils-0.4-py2.5.egg c:\dev\tools\python25\lib\site-packages\mako-0.1.0-py2.5.egg c:\dev\applications\pylons\quickwiki c:\dev\tools\python25\lib\site-packages\pylons-0.9.4.1-py2.5.egg c:\dev\tools\python25\lib\site-packages\nose-0.9.1-py2.5.egg c:\dev\tools\python25\lib\site-packages\paste-1.1.1-py2.5.egg c:\dev\tools\python25\lib\site-packages\beaker-0.6.2-py2.5.egg c:\dev\tools\python25\lib\site-packages\routes-1.6.2-py2.5.egg c:\dev\tools\python25\lib\site-packages\formbuild-0.1.6b-py2.5.egg C:\dev\tools\python25\Lib\site-packages\pylons-0.9.2-py2.5.egg C:\dev\tools\python25\Lib\site-packages\beaker-0.6.1-py2.5.egg C:\dev\tools\python25\Lib\site-packages\nose-0.9.0-py2.5.egg C:\dev\tools\python25\Lib\site-packages\webhelpers-0.2.2-py2.5.egg C:\dev\tools\python25\Lib\site-packages\FormEncode-0.6-py2.5.egg C:\dev\tools\python25\Lib\site-packages\pastescript-1.0-py2.5.egg C:\dev\tools\python25\Lib\site-packages\pastedeploy-1.0-py2.5.egg C:\dev\tools\python25\Lib\site-packages\paste-1.0-py2.5.egg C:\dev\tools\python25\Lib\site-packages\myghty-1.1-py2.5.egg C:\dev\tools\python25\Lib\site-packages\routes-1.5.2-py2.5.egg C:\dev\tools\python25\Lib\site-packages\cheetah-1.0-py2.5.egg C:\dev\tools\python25\DLLs c:\dev\tools\python25\lib\site-packages C:\dev\tools\python25\Lib C:\dev\tools\python25\Lib\lib-tk C:\dev\tools\python25 C:\dev\applications\pylons\ c:\dev\tools\python25\python25.zip c:\dev\tools\python25\lib\plat-win C:\dev\tools\python25\Lib\site-packages\routes-1.5.2-py2.5.egg ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
