[pypy-dev] Trying pypy on Windows

Amaury Forgeot D Arc Amaury.Forgeotdarc at Ubitrade.Com
Fri Sep 30 17:49:11 CEST 2005


Hello,

I am trying the translated pypy-c on Windows
(Win2K, MSVC6, python2.3.3),
and I can't make it execute anything.

Here is a typical session:

==========================================================
C:\dev\pypy\dist-pypy\pypy\translator\goal>pypy-c.exe
debug: entry point starting
debug:  argv -> pypy-c.exe
debug: importing code
debug: calling code.interact()
Python 2.4.1 (pypy 0.7.1 build) on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>> 1+1



^Z
  File "<console>", line 1

    ^
SyntaxError: Unknown character
>>>> ^Z
C:\dev\pypy\dist-pypy\pypy\translator\goal>
==========================================================

(I typed ^Z twice)

Oviously a parser/compiler problem.
But bin/py.py works correctly.

Is it a known issue? Does it occur on other platforms?

And: Where do I start if I want to work out the problem?

--
Amaury Forgeot d'Arc
Ubix Development
www.ubitrade.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20050930/d9b35ab6/attachment.html>


More information about the Pypy-dev mailing list