> > 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 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
