Hi, For installing i followed their instructions Setup¶ <http://code.google.com/p/django-chat/#Setup>
- unzip django-chat archive or checkout it - install dojango (http://dojango.googlecode.com/files/dojango-0.3.tar.gz) in the python path - create database (python manage.py syncdb --noinput), the superuser is "admin" password "chat" - python manage.py runserver - url of the test page: http://localhost:8000/chat After doing the syncdb i am getting this import error. Can u please tell me how to install it via set.py Thanks & Regards, Rav! On Thu, Sep 9, 2010 at 1:12 PM, Jitesh <[email protected]> wrote: > Have you installed the django-chat-0.2 using setup.py, (make sure it > is there in python site-packages and also check its application name > there) > and have you specified python's bin path in enviornment variables? > > On Sep 8, 11:21 am, ravi krishna <[email protected]> wrote: > > Hi, > > I am newbie with python and django. I am trying out various examples in > > order to learn it. I wanted to try using django- chat application. > > downloaded the code from site and installed dojango as instructed. But > when > > i start the server it gives me an error "ImportError: No module named > > django-chat-0.2", where django-chat-0.2 is the apllication name. Somebody > > please give a solution. > > > > -- > > Regards, > > Rav! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Regards, Rav! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

