Hello, I'm trying to install django-sorting http://github.com/directeur/django-sorting
Installed using setup tools: ... Processing django-sorting-0.1.tar.gz Running django-sorting-0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-OLu5Yy/django-sorting-0.1/egg-dist-tmp-bww4RH Adding django-sorting 0.1 to easy-install.pth file Installed /Library/Python/2.6/site-packages/django_sorting-0.1- py2.6.egg Processing dependencies for django-sorting Finished processing dependencies for django-sorting wendys-mac-pro-3:mysite wendy$ python manage.py runserver Error: No module named django-sorting I do see it in the python path, I'm kind of new to this, but haven't had this problem with the other modules I've set up with setuptools. (I can see working modules right next to this one in my site-packages directory) I then downloaded and installed with setup.py, same error. Checked the init file, it's there, so I'm not sure what to check next. Any help would be greatly appreciated, really wanting to use it! (just specifying 'django-sorting', in installed apps in settings file) Thanks, Wendy -- 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.

