From: DOUTCH GARETH-G. <Gar...@mo...> - 2008-03-12 13:10:55
|
I have just installed Jython on Linux, and I am trying to configure my path to my source, which is a networked repository, e.g.: smb://server/folder So I have added the line python.path = //server/folder to my registry file, but I can't import any of my files, and if I print sys.path I get: ['', '/home/user/jython/Lib', '/server/folder', '__classpath__'] (I manage this fine in windows by mapping to a letter). Any ideas for me? Cheers, Gareth |