Re: [Pydev-code] Trouble installing PyDev in Eclipse
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2008-04-29 19:20:11
|
> > This stresses the SYSTEM PYTHONPATH. I hope that's Python's sys.path? Actually, pydev manages the pythonpath so that when your run a project, the actual sys.path is defined by the paths in your interpreter pythonpath (which is the system pythonpath) plus the paths from the project where the run is being requested (which is composed by the paths in that project + the paths from the projects that the project has a dependency on). > > OK, I think I have the PyDev perspective open. I have a window open > that says, "Pydev Package Explorer. > Yeap, should be working then. Cheers, Fabio |