Message10134

Author saltnlight5
Recipients saltnlight5
Date 2015-06-26.13:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435323896.49.0.0621635109145.issue2373@psf.upfronthosting.co.za>
In-reply-to
Content
This failed to load:
  D:\apps\jython2.7.0\bin>jython ..\Demo\swing\JythonConsole\Console.py
I get a flash of window and then it disappeared and the program exited.

However this works fine:
  D:\apps\jython2.7.0\bin>jython ..\Demo\swing\TreeDemo.py

Here are some more my PC info:
D:\apps\jython2.7.0\bin>jython -V
Jython 2.7.0

D:\apps\jython2.7.0\bin>jython --print
D:\apps\jdk1.7.0_67\bin\java -Xmx512m -Xss1024k -classpath D:\apps\jython2.7.0\jython.jar;. -Dpython.home=D:\apps\jython2.7.0 -Dpython.executable=D:\apps\jython2.7.0\bin\jython.exe -Dpython.launcher.uname=windows -Dpython.launcher.tty=true org.python.util.jython

D:\apps\jython2.7.0\bin>jython -c "import platform; print platform.platform()"
Java-1.7.0_67-Java_HotSpot-TM-_64-Bit_Server_VM,_24.65-b04,_Oracle_Corporation-on-Windows_7-6.1-amd64
History
Date User Action Args
2015-06-26 13:04:56saltnlight5setrecipients: + saltnlight5
2015-06-26 13:04:56saltnlight5setmessageid: <1435323896.49.0.0621635109145.issue2373@psf.upfronthosting.co.za>
2015-06-26 13:04:56saltnlight5linkissue2373 messages
2015-06-26 13:04:55saltnlight5create