packing jython program with py2exe or to a jar

John Taylor john_taylor_1973 at yahoo.com
Mon Oct 13 21:48:25 EDT 2003


I have a jython program which uses both .py and .class (also 2 other
standalone .jar files).  Is it possible to create a .exe file with
py2exe?  When I try I get this error message:

warning: py2exe: * The following modules were not found:
warning: py2exe: *   java.awt
warning: py2exe: *   java.awt.event
warning: py2exe: *   ldapview

ldapview.class is the program that I wrote.  My jython program, which
is how everthing starts, imports this module.  If this is not
possible, can I somehow convert my .py file to java and then jar
everything?

Thanks,
John Taylor




More information about the Python-list mailing list