Re: ANN: pyxe

From: John Burton (john.burton_at_jbmail.com)
Date: 08/19/04


Date: Thu, 19 Aug 2004 22:56:59 +0100

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?