Your message dated Tue, 25 Jul 2006 22:23:36 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: jython
Version: 2.1.0-16
Severity: important
I just did a fresh install of jython and it seems to have some problems
with the java module:
[EMAIL PROTECTED] ~/jython % LANG=C jython
*sys-package-mgr*: processing modified jar, '/usr/share/java/jython-2.1.jar'
*sys-package-mgr*: processing modified jar,
'/usr/share/java/libreadline-java-0.8.0.jar'
Jython 2.1 on java3.3.3 (JIT: null)
>>> import java
Traceback (innermost last):
File "<console>", line 1, in ?
ImportError: no module named java
>>> import os
>>> os.listdir
Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: class 'org.python.modules.os' has no attribute 'listdir'
As you can see there is also a problem with the os module but I suppose
this is related to the java problem since os depends of java (although
the :
>>> dir(os)
['__depends__', 'classDictInit']
>>> os.__depends__
array(['javaos'], java.lang.String)
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.0-smarties
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8
Versions of packages jython depends on:
ii gij 4:3.3.3-2 The GNU Java bytecode interpreter
ii gij-3.3 [java1-runtime] 1:3.3.3-1 The GNU Java bytecode interpreter
ii libreadline-java 0.8.0.1-1 GNU readline and BSD editline wrap
ii python2.1 2.1.3-23 An interactive high-level object-o
-- no debconf information
--- End Message ---
--- Begin Message ---
jython has been removed because it's "orphaned, obsolete".
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---