From: Russo, T. <to...@st...> - 2002-03-21 00:09:25
|
Hi again, I've found the answer to the problem... it appears (at least w/ my setup) that entries in python.path are interpreted relative to sys.prefix/Lib, not sys.prefix. So I guess either the documentation is wrong or the implementation is wrong (does anyone know which it is?) _t > -----Original Message----- > From: Russo, Tom > Sent: Wednesday, March 20, 2002 7:00 PM > To: 'jyt...@li...' > Subject: relative paths in registry file? > > Hi, > > The documentation on the registry file says that relative > paths are allowed in the jython registry file and that they > are interpreted relative to sys.prefix, but I can't get them > to work. I'm using jython2.1 on windows2000. I set > python.verbose to debug to check the paths jython is > searching, but they're output as relative paths. If > interpreted relative to sys.prefix, the paths are correct. > Does anyone know what the problem might be? > > thanks > _t |