On Fri, Mar 26, 2010 at 2:17 PM, Beartenor1 <pharo...@gmail.com> wrote: > I have a openSUSE linux server. > > Created folder /CSDB. > Dropped copy of Sun jdk6u18 in /CSDB/java/jdk6u18. > Installed copy of Jython in /CSDB/jython > Installed easy_install > Installed distribute > Installed virtualenv > Ran virtualenv --relocatable /CSDB/jython > Dropped copy of Apache tomcat6 in /CSDB/tomcat > Ran tomcat and verified browser can connect to it > checkedout a copy of Django development trunk > Ran jython setup.py install > Django-1.2_beta_1-py2.5.egg was installed to /CSDB/jython/Lib/site- > packages/django > Ran easy_install -U django_jython > django_jython-1.1.1-py2.5.egg was also installed to /CSDB/jython/Lib/ > site-packages > > Created folder /CSDB/projects > cd /CSDB/projects > django-admin.py startproject mysite > cd mysite > jython manage.py runserver > > Validating models... > Unhandled exception in thread started by <function inner_run at 0xf> > Traceback (most recent call last): > File "/CSDB/jython/Lib/site-packages/django/core/management/commands/ > runserver.py", lin inner_run > self.validate(display_num_errors=True) > File "/CSDB/jython/Lib/site-packages/django/core/management/ > base.py", line 250, in va > num_errors = get_validation_errors(s, app) > File "/CSDB/jython/Lib/site-packages/django/core/management/ > validation.py", line 149,validation_errors > for inter_field in f.rel.through._meta.fields: > AttributeError: type object 'Group_permissions' has no attribute > '_meta' > >
I uninstalled Django development trunk and installed Django-1.1.1. Now when I run "jython manage.py runserver" I get "Error: No module named messages" Am I ever going to get through Part 1 of the beginner tutorial? Paul -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.