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
