have migrated django website from live server to my localhost, i took the 
backup of posrgresql database and attached to my localhost i have changed 
the databse connection details in the live_setting.py and also installed 
the required packages which were already installed on the live server but i 
am unable to run the website on my localhost when i use manage.py ruserver 
command i got the following errors.

Unhandled exception in thread started by <bound method Command.inner_run of 
<django.contrib.staticfiles.management.commands.runserver.Command object at 
0x02BB6530>>
Traceback (most recent call last):
  File 
"C:\Python26\lib\site-packages\django\core\management\commands\runserver.py", 
line 91, in inner_run self.validate(display_num_errors=True)
  File "C:\Python26\lib\site-packages\django\core\management\base.py", line 
266,in validate num_errors = get_validation_errors(s, app)
  File 
"C:\Python26\lib\site-packages\django\core\management\validation.py", line 
30, in get_validation_errors for (app_name, error) in 
get_app_errors().items():
  File "C:\Python26\lib\site-packages\django\db\models\loading.py", line 
158, inget_app_errors self._populate()
  File "C:\Python26\lib\site-packages\django\db\models\loading.py", line 
67, in_populate self.load_app(app_name)
  File "C:\Python26\lib\site-packages\django\db\models\loading.py", line 
88, in load_app models = import_module('.models', app_name)
  File "C:\Python26\lib\site-packages\django\utils\importlib.py", line 35, 
in import_module__import__(name)
  File 
"C:\Python26\lib\site-packages\django_social_auth3-0.7.20-py2.6.egg\social_auth\models.py",
 
line 8, in <module>'social_auth.db.django_models'))
  File "C:\Python26\lib\site-packages\django\utils\importlib.py", line 35, 
in import_module__import__(name)
  File 
"C:\Python26\lib\site-packages\django_social_auth3-0.7.20-py2.6.egg\social_auth\db\django_models.py",
 
line 5, in <module>from social_auth.db.base import UserSocialAuthMixin, 
AssociationMixin, \
  File 
"C:\Python26\lib\site-packages\django_social_auth3-0.7.20-py2.6.egg\social_auth\db\base.py",
 
line 7, in <module> from openid.association import Association as 
OIDAssociation
  File "build\bdist.win32\egg\openid\association.py", line 37, in <module>
  File "build\bdist.win32\egg\openid\cryptutil.py", line 33, in <module>
  File "build\bdist.win32\egg\openid\oidutil.py", line 16, in <module> 
ImportError: No module named parse

I am using python 2.6 and django 1.4.3, how can i solve these errors, i am 
new to python/django development.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a5b2ba32-da06-4f39-9e57-4c22f7c72cea%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to