Frozen executable to load external python code at the runtime
Gnep
jass.zhao at gmail.com
Sat May 9 12:44:22 EDT 2009
Hi, all,
Just curious whether I can do the following:
1. My python source code will dynamically load and run external python
scripts;
2. I need to compile the source code to the executable using freeze;
3. Is the executable still able to load&run the scripts?
4. If cannot, is it possible to freeze the scripts into .so and load
the .so library with dlopen?
BR,
Gnep
More information about the Python-list
mailing list