How did you install satchmo itself? It's puzzling that import satchmo_store would work but it can't find your management commands. This generally is a path issue somewhere.
If you walk through which OS you are using and which process you are using to install Satchmo, we will try to help. -Chris On Thu, May 13, 2010 at 6:08 AM, Izidor <[email protected]> wrote: > satchmo '0.9.1-RC2 > django 1.1.1 (trunk) > virtual python environment Python 2.5.4 > > after succesful installation (import satchmo_store OK), clonesatchmo > script outputs errors: > > -------------------------------------------------- > Creating the Satchmo Application > Customizing the files > Performing initial data synching > Unknown command: 'satchmo_copy_static' > Type 'manage.py help' for usage. > Error: No module named satchmo_store.shop > Unknown command: 'satchmo_load_l10n' > Type 'manage.py help' for usage. > Unknown command: 'satchmo_load_store' > Type 'manage.py help' for usage. > Unknown command: 'satchmo_rebuild_pricing' > Type 'manage.py help' for usage. > Store installation complete. > You may run the server by typying: > cd store > python manage.py runserver > -------------------------------------------------- > > Please do you have some idea how can I deal with this? > I've allready tried to get it working many ways. different django > versions, different dependecies versions etc... still the same. Sure, > I do something wrong, but I no more have an idea what... > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- 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.
