Re: [pypy-dev] Trying pypy on Windows
Hello Armin,
Try writing a small .py file and running it non-interactively, and see if this works or if it also gives a SyntaxError. I also get a SyntaxError on the first line, first column... whatever the content of the file is.
But the problem does not occur anymore since this morning. Now I get: (InteractiveConsole)
1+1 2
And that's a good start. I suspect that the problem was somewhere in the handling of the source encoding. -- Amaury Forgeot d'Arc Ubix Development www.ubitrade.com
Hi, On Mon, Oct 03, 2005 at 05:57:46PM +0200, Amaury Forgeot D Arc wrote:
But the problem does not occur anymore since this morning.
It seems that we keep having transient problems. Usually, they are caused by .pyc file corruption or some mix between CPython versions. Removing all .pyc files as well as the pypy/_cache/ directory generally helps. Not always, though :-( A bientot, Armin.
participants (2)
-
Amaury Forgeot D Arc -
Armin Rigo