Have you installed django-registration? easy_install django-registration
If so check if you can import it: joytech:/var/django# python Python 2.5.2 (r252:60911, Nov 14 2008, 19:46:32) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import registration >>> Paddy On Jan 12, 9:20 pm, phoebebright <[email protected]> wrote: > Thanks for pointing me in the right direction on that. All the clues > were there, just too tired to seem them! > > Just falling at the last hurdle I think. Running on OSX and > Have put this in settings.py as suggested in another post: > > from distutils.sysconfig import get_python_lib > SATCHMO_DIRNAME = os.path.join(get_python_lib(), 'satchmo' ) > print SATCHMO_DIRNAME > > get > > The-Black-Book:mystore phoebebr$ python manage.py satchmo_check > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- > packages/satchmo > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- > packages/satchmo > Error: No module named registration > The-Black-Book:mystore phoebebr$ > > I'm sure this is just a path problem, but not sure what to try next. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
