Message1585
I have been successfully running Jython 2.2b1 compiled from source obtained via subversion.
After the announcement of the 2.2b2 release, I tried getting the latest code via subversion this morning (Fri 11 May 2007) and compiling and running it.
I got this message in the console:
*sys-package-mgr*: processing modified jar, 'C:\home\davhan\src\jython_svn\jython\dist\jython.jar'
Exception in thread "main" Traceback (innermost last):
(no code object) at line 0
I tried hacking org/python/util/jython.java a little bit to see what was crashing. This call is the culprit:
// Setup the basic python system state from these options
PySystemState.initialize(PySystemState.getBaseProperties(),
opts.properties, opts.argv);
It crashes right there. I haven't yet traced it any further.
I tried downloading the official 2.2b2 installer and installing it -- that version ran Ok for me.
|
|
Date |
User |
Action |
Args |
2008-02-20 17:17:49 | admin | link | issue1717327 messages |
2008-02-20 17:17:49 | admin | create | |
|