Issue1020798

classification
Title: jythonc errror
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: pedronis
Priority: normal Keywords:

Created on 2004-09-01.22:47:00 by anonymous, last changed 2004-09-01.23:59:26 by pedronis.

Messages
msg931 (view) Author: Nobody/Anonymous (nobody) Date: 2004-09-01.22:47:00
The command:
jython /usr/share/jython/tools/jythonc/jythonc.py
mergesort.py

The error:
Traceback (innermost last):
  File "/usr/share/jython/tools/jythonc/jythonc.py",
line 4, in ?
  File "/usr/share/jython/tools/jythonc/main.py", line
70, in ?
  File "/usr/share/jython/tools/jythonc/compile.py",
line 7, in ?
  File
"/usr/share/jython/tools/jythonc/SimpleCompiler.py",
line 12, in ?
  File "/usr/lib/python2.3/warnings.py", line 258, in ?
NameError: OverflowWarning

The machine:
Linux goliath 2.6.7-gentoo-r7 #2 Sat Aug 7 11:45:15 PDT
2004 x86_64 5  GNU/Linux

Jython:
Jython 2.1 on java (JIT: null)

Java:
java version "1.4.2-rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build
Blackdown-1.4.2-rc1)
Java HotSpot(TM) 64-Bit Server VM (build
Blackdown-1.4.2-rc1, mixed mode)

mergesort.py file attached.
msg932 (view) Author: Samuele Pedroni (pedronis) Date: 2004-09-01.23:59:26
Logged In: YES 
user_id=61408

"/usr/lib/python2.3/warnings.py" running with a 2.3 library
isn't supported.
History
Date User Action Args
2004-09-01 22:47:00anonymouscreate