OS: ubuntu 9.10

modified requirements from
pip install -r 
http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
(installing pyyaml this way doesn't work with my virtual python
environment)

easy_install pyyaml
(this goes without glitches)

pip install -e hg+http://bitbucket.org/chris1610/satchmo/#egg=satchmo

hg clone http://bitbucket.org/chris1610/satchmo/
cd /home/user/src/satchmo
python setup.py install

python
>>> import django
>>> import satchmo_store
>>> satchmo_store.get_version()
it gives '0.9.1-RC2
(everything ok until this point)

python /home/user/src/satchmo/scripts/clonesatchmo.py

than it goes wrong.

if I install all dependencies manually like here
http://www.satchmoproject.com/docs/dev/new_installation.html

everything's the same.

Thanks for your time.

On 13 kvě, 15:00, Chris Moffitt <[email protected]> wrote:
> 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 
> athttp://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.

Reply via email to