I'm currently working on a project that allows users to write their own
Python modules as simple extensions (basically output formatters). I would
like to do a cross-platform release and so I'm using PyQt and will be trying
to convert it to native builds using Py2app and Py2xe. I don't want users to
have to install Qt and PyQt to run it. But if I do that, will I still be
able to load Python modules dynamically as extensions ? (assuming that the
user machine has Python installed separately).
Thanks,
Basu
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to