IS this is an error in the Satchmo Instructions or have I just screwed up my Satchmo Install??
I am on Ubuntu 13.04 server. Using an LXC container. I am working on page http://www.satchmoproject.com/docs/dev/new_installation.html -I am in the last section labelled "*Installing Satchmo into your path*" Part 1. $ cd $ mkdir src $ cd src $ hg clone http://bitbucket.org/chris1610/satchmo/ THAT WORKED! Part 2. <------is where I hit this problem which I am thinking maybe is an error in the instructions $ mkdir satchmo-trunk $ cd /satchmo-trunk $ sudo python setup.py install THAT DOES NOT WORK. It can't find setup.py $ sudo ln -s /home/ubuntu/src/satchmo/satchmo/apps /usr/lib/pymodules/python2.7/ That was accepted -- so we try again below... Try again- $ sudo python setup.py install THAT DOES NOT WORK. It still can't find setup.py SO, I moved into the satchmo directory where setup.py is at- $ cd ../satchmo $ sudo python setup.py install THAT WORKED! Part 3. The test to verify python can import django and satchmo_store $ python >>> import django >>> import satchmo_store >>> satchmo_store.get_version() '0.9.3-pre hg-unknown' >>> THAT APPEARS TO HAVE WORKED! My question is, was that an error in execution positioning in the directories in the instructions or have I just messed up my installation of Satchmo by changing directories to finish the install? And if so, do you have any ideas on what I am doing wrong at this juncture? Thanks for your thoughts and suggestions! -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/groups/opt_out.
