You can download DEBUG=True version from here: http://147.228.64.164/downloads/pypy-jvm.jar-debugOn
The error message is now little more specific: [EMAIL PROTECTED]:goal$ ./pypy-jvm 'import site' failed Python 2.4.1 (pypy 1.0.0 build 56547) on linux2 Type "help", "copyright", "credits" or "license" for more information. ``peephope optimizations are what a Sufficiently Smart Compiler uses'' debug: exception-type: ImportError debug: exception-value: cannot import name 'curdir' debug: exception-tb: /home/data/opt/svnpypy/dist/lib-python/2.4.1/os.py:133 Error calling sys.excepthook: debug: OperationError: debug: operror-type: ImportError debug: operror-value: cannot import name 'curdir' Marek On Wed, Jul 16, 2008 at 11:08, Marek Paška <[EMAIL PROTECTED]> wrote: > Hi, > > you can obtain it from here: > > http://147.228.64.164/downloads/pypy-jvm.jar > > And I am building DEBUG=True version right now :-) > > Marek > > On Wed, Jul 16, 2008 at 10:25, Antonio Cuni <[EMAIL PROTECTED]> wrote: >> Marek Paška wrote: >>> >>> Hi pypy hackers :-), >>> >>> I have the same problem. pypy-jvm is unable to start in interactive mode: >>> >>> [EMAIL PROTECTED]:goal$ ./pypy-jvm >>> 'import site' failed >>> Python 2.4.1 (pypy 1.0.0 build 56547) on linux2 >>> Type "help", "copyright", "credits" or "license" for more information. >>> ``choose your hack'' >>> Error calling sys.excepthook: >>> debug: OperationError: >>> debug: operror-type: ImportError >>> debug: operror-value: cannot import name 'curdir' >> >> that's very weird, I've never managed to reproduce this error. >> Could you put pypy-jvm.jar somewhere on the web so that I can try it on my >> machine, please? >> >> Or you could try to set DEBUG=True in translator/goal/app_main.py, recompile >> and see if we get more informative messages. >> >> thank you very much! >> ciao, >> Anto >> > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
