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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to