Issue1160

classification
Title: Attribute Error
Type: crash Severity: normal
Components: None Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: earney, fwierzbicki, zyasoft
Priority: low Keywords:

Created on 2008-10-28.16:35:01 by earney, last changed 2014-06-19.07:53:45 by zyasoft.

Messages
msg3715 (view) Author: Billy Earney (earney) Date: 2008-10-28.16:35:01
I've installed versions 2.51 and 2.2.1 and get the following error:

AttributeError: 'module' object has no attribute 'JavaClassType'

I looked at the docs/install notes etc, and could not find a solution.

Does anyone know how to fix this error?  I'm trying to compile the demo
applets with the following command:

C:\jython2.5a1+\Demo\applet>"c:\jython2.5a1+\jython.bat"
../../Tools/mkjava.py PythonApplet HelloApplet .
msg4227 (view) Author: Jim Baker (zyasoft) Date: 2009-03-12.07:18:09
JavaClassType has been removed since at least 2.2. Since support for
proxy generation should be updated with clamp, deferring for now.
msg8744 (view) Author: Jim Baker (zyasoft) Date: 2014-06-19.07:53:45
Clamp is under development now, and has the potential to support this use case. Such support will not be in Jython core, so closing this out.

https://github.com/jythontools/clamp/
History
Date User Action Args
2014-06-19 07:53:45zyasoftsetstatus: open -> closed
resolution: remind -> wont fix
messages: + msg8744
2013-02-19 18:51:58fwierzbickisetnosy: + fwierzbicki
resolution: remind
versions: + Jython 2.5, - Deferred
2009-03-12 07:18:09zyasoftsetpriority: low
nosy: + zyasoft
messages: + msg4227
components: + None, - Installer
versions: + Deferred, - 2.5alpha1
2008-10-28 16:35:01earneycreate