|
From: <bc...@wo...> - 2001-01-04 15:54:45
|
[Seshu Nimmala] >However, since the glob module doesn't form part of jython.jar, how could this >be supplied to user/customer (not that I'm intending, but just curious to know!) The usual way is by using some kind of installer (InstallShield, Wyse, LiftOff, ...) and copy the required python modules to the custumer computer. Perhaps you can also use jythonc to freeze the application with the --deep option. All dependent modules will then be frozen together with the application and can be placed in a .jar file. regards, finn |