|
[Jython-dev] Importing .py modules from zip and jar files
From: Danney Jarman <danney.jarman@ma...> - 2001-03-27 15:27
|
I have been programming in Java only a few days, and one of my first projects was to work on the ability to integrate Jython into InstallShield. Though there were many possible solutions, I wanted to have the ability for Jython to import .py modules from jar and zip files. I wrote the method loadFromZipFile into the imp.java file to resolve the problem. I realize it is quite crude; however, My hope is that a REAL Java programmer will run with it to add this capability to a build. I have found this capability a great deal of help in my attempts to create a number of Jython deployment solutions. -- Jython, the best thing since Java, because it is Java. Thanks, Danney Jarman Email: danney.l.jarman@... Phone: (972) 916-4675 Alphanumeric Pager: (877) 510-8043 Email Alphanumeric Page: 8775108043@... WWW Alphanumeric Page: http://www.skytel.com/Paging/index.html |
| Thread | Author | Date |
|---|---|---|
| [Jython-dev] Importing .py modules from zip and jar files | Danney Jarman <danney.jarman@ma...> |