Message4147

Author leosoto
Recipients jars, leosoto
Date 2009-02-18.02:54:52
SpamBayes Score 2.065872e-05
Marked as misclassified No
Message-id <1234925693.57.0.224706532654.issue1262@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, the settings$py.class included on the zip is wrong (javap says
it is invalid).

But I haven't been able to reproduce the root problem (i.e, the
generation of the wrong .class file):

lsoto@spirit:~/tmp$ jython
~/src/django.svn.1.0.X/django/bin/django-admin.py startproject testapp
lsoto@spirit:~/tmp$ jython testapp/manage.py runserver
Validating models...
0 errors found

Django version 1.0.3 pre-alpha, using settings 'testapp.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

And I don't think that the specific versions of Django and Jython
matters, because this problem was experienced many months ago by other
people:

http://www.nabble.com/Problems-with-jython-trunk-and-django-1.0-alpha-2-td18938103.html

http://jblebrun.blogspot.com/2008/10/django-on-glassfish-via-jython.html

And another case, from a few days ago:

http://twitter.com/spetznatz/status/1214138096
History
Date User Action Args
2009-02-18 02:54:53leosotosetmessageid: <1234925693.57.0.224706532654.issue1262@psf.upfronthosting.co.za>
2009-02-18 02:54:53leosotosetrecipients: + leosoto, jars
2009-02-18 02:54:53leosotolinkissue1262 messages
2009-02-18 02:54:52leosotocreate