Re: [Tutor] Hooray! I finished the 'Learning Python for > absolutebeginners'

2010-01-10 Thread Tim Goddard
"Alan Gauld" wrote: > I assume you have already installed the PyDev plugin? > > I'm currently reading a book on Eclipse (Eclipse Distilled) which has > turned up many settings and tricks that I was unaware of. It is a > powerful tool but like all such it takes a lot of learing to get the most >

Re: [Tutor] Hooray! I finished the 'Learning Python for absolutebeginners'

2010-01-09 Thread Alan Gauld
"Tim Goddard" wrote I also figured out how to configure Eclipse IDE to recognize modules. Apparently in the preferences for each 'project' is a separate PYTHONPATH.. which is not to be confused with sys.path. Adding the appropriate folders to the preferences allows the user to browse through