Hi Chris - Thanks for the quick reply. Do you mean the directory layout of my "site" or the satchmo installation ? I have satchmo at /home/damon/src/satchmo-trunk and the site was at /home/damon/django/mystore ...
But, I guess my thought is: is the satchmo_store module in a different place/path than the module "satchmo" ? Because "satchmo_store" imports without an error ... Python 2.6.2c1 (release26-maint, Apr 14 2009, 08:02:48) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import satchmo_store >>> import satchmo Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named satchmo I'm sure this is from my general lack of understanding of python's path/module system ... Thanks On Sat, Apr 18, 2009 at 6:39 PM, Chris Moffitt <[email protected]> wrote: > What's your directory layout? It sounds like you're installing satchmo at > the wrong place in the path. If you can't get import satchmo to work, you're > going to have lots of problems. > > -Chris > > On Sat, Apr 18, 2009 at 5:28 PM, thornomad <[email protected]> wrote: >> >> Hi - am new to django and satchmo and need a little help from the get >> go ... I believe I have satchmo installed correctly, see: >> >> Python 2.6.2c1 (release26-maint, Apr 14 2009, 08:02:48) >> [GCC 4.3.3] on linux2 >> Type "help", "copyright", "credits" or "license" for more information. >> >>> import django >> >>> import satchmo_store >> >>> satchmo_store.get_version() >> u'0.9-pre-SVN-unknown' >> >>> >> >> However, I am getting an error along the way (following the install >> guide in the wiki) ... and can't figure out (yet) what's wrong: >> >> ~/django/mystore$ python manage.py satchmo_copy_static >> Error: No module named satchmo >> >> Am not sure how I managed to install the "satchmo_store" module but >> not the "satchmo" module ... google isn't helping. Any ideas ? >> >> Thanks >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
