ANN: pyxe
John Burton
john.burton at jbmail.com
Thu Aug 19 17:56:59 EDT 2004
Gerson Kurz wrote:
> pyxe is a small executable that will run python scripts on a machine
> that doesn't have Python installed. Example: You have the following
> hello.py:
Hmm, I tried it (on windows xp pro) and I get this error :-
Traceback (most recent call last):
File "C:\pyxe\pyxe_dumpmods.py", line 35, in analyze_modules
exec('import %s' % scriptname)
File "<string>", line 1, in ?
ImportError: No module named py
This was just on the simple hello world program.
Any ideas?
More information about the Python-list
mailing list