Hi everyone, I created a new project through jython/django-admin.py and now I'm receiving this error when attempting to start the development server using jython...
iMac:musaic bt$ jython manage.py runserver Traceback (most recent call last): File "manage.py", line 4, in <module> import settings # Assumed to be in the same directory. File "manage.py", line 4, in <module> import settings # Assumed to be in the same directory. java.lang.ArrayIndexOutOfBoundsException: 12840 at org.python.objectweb.asm.ClassReader.readClass(Unknown Source) at org.python.objectweb.asm.ClassReader.accept(Unknown Source) at org.python.objectweb.asm.ClassReader.accept(Unknown Source) at org.python.core.AnnotationReader.<init>(AnnotationReader.java:44) at org.python.core.imp.readCode(imp.java:154) at org.python.core.imp.createFromPyClass(imp.java:120) at org.python.core.imp.loadFromSource(imp.java:504) at org.python.core.imp.find_module(imp.java:410) at org.python.core.imp.import_next(imp.java:620) at org.python.core.imp.import_name(imp.java:731) at org.python.core.imp.importName(imp.java:791) at org.python.core.ImportFunction.__call__(__builtin__.java:1236) at org.python.core.PyObject.__call__(PyObject.java:367) at org.python.core.__builtin__.__import__(__builtin__.java:1207) at org.python.core.__builtin__.__import__(__builtin__.java:1190) at org.python.core.imp.importOne(imp.java:802) at org.python.pycode._pyx0.f$0(manage.py:11) at org.python.pycode._pyx0.call_function(manage.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.Py.runCode(Py.java:1197) at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java: 166) at org.python.util.jython.run(jython.java:229) at org.python.util.jython.main(jython.java:117) java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 12840 My project structure is simply: ~/jython_django_projects/ __init__.py manage.py settings.py urls.py Thoughts? Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---