Re: ANN: pyxe
From: John Burton (john.burton_at_jbmail.com)
Date: 08/19/04
- Next message: eq: "Re: problem using C-bindings"
- Previous message: Michael J. Fromberger: "Re: PEP 318: Can't we all just get along?"
- In reply to: Gerson Kurz: "ANN: pyxe"
- Next in thread: Simon John: "Re: ANN: pyxe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Next message: eq: "Re: problem using C-bindings"
- Previous message: Michael J. Fromberger: "Re: PEP 318: Can't we all just get along?"
- In reply to: Gerson Kurz: "ANN: pyxe"
- Next in thread: Simon John: "Re: ANN: pyxe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]