How to generate all *$py.class in the Lib folder?
I noticed that once the PythonInterpreter has used a particular module it
creates a class file like <modulename>$py.class. I assume this file is
generated to improve productivity. For example string.py is compiled to
string$py.class. So, how can I compile all modules to the $py.class format
in order to bundle them with my application. Are they loadable from jar
file?
Stefan Baramov
Software Developer
TRX
6 West Druid Hills Drive
Atlanta, Georgia 30329
http://www.trx.com
email: stefan.baramov@...
office: 404-417-7197
mobile: 678-575-0933
This message is intended only for the use of the Addressee and may contain
information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended
recipient, dissemination of this communication is prohibited. If you have
received this communication in error, please erase all copies of the message
and its attachments and notify us immediately.
|