Re: [Pydev-code] Setting PYTHONPATH
Brought to you by:
fabioz
From: dperez <cra...@ya...> - 2006-09-26 07:25:52
|
I'll give more details. My project is called "servidor-ima" I select this file: "/servidor-ima/lib/common-logging.jar", it is shown as: "/lib/common-logging.jar" in the list. If I hit the Apply button, then this error is shown in the error log: Unable to find the path /servidor-ima/commons-logging-1.0.2.jar in the project were it is added as a source folder for pydev (project: servidor-ima) dperez wrote: > > Hi, > > I think I have found a possible bug. > I have a Java project. I have added to it successfully a Python nature > (using jython 2.1). > Now open the project properties and set the PYTHONPATH property. > I select several *.jar files and folders that contain *.py or *.class > folders. > > The problem is that if I select this: > myfolder/subfolder1/subfolder2/myjar.jar > PyDev stores as: > myfolder/subfolder2/myjar.jar > It strips some subfolder, so the path is invalid..... > > Am I missing something? > I'm using Eclipse 3.2 with the latest PyDev version > > Thanks for your time and patience. > > Regards, > David > > -- View this message in context: http://www.nabble.com/Setting-PYTHONPATH-tf2317066.html#a6444966 Sent from the pydev-code mailing list archive at Nabble.com. |