You might want to try this guide -
http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess

I'm trying to streamline the process and this approach is similar to the
cookbook approach you are using.

Any feedback is appreciated.

-Chris

On Thu, Sep 17, 2009 at 5:54 PM, neridaj <[email protected]> wrote:

>
> Thanks for this but I'm getting stuck somewhere:
>
> Exception:
> Traceback (most recent call last):
>   File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/pip.py",
> line 274, in main
>    self.run(options, args)
>   File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/pip.py",
> line 429, in run
>    for req in parse_requirements(filename, finder=finder):
>  File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/pip.py",
> line 3410, in parse_requirements
>    req = InstallRequirement.from_line(line, comes_from)
>  File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/pip.py",
> line 1286, in from_line
>    return cls(req, comes_from, url=url)
>  File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/pip.py",
> line 1242, in __init__
>    req = pkg_resources.Requirement.parse(req)
>  File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/
> setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 2469, in parse
>    reqs = list(parse_requirements(s))
>  File "/home/USERNAME/py24-venv/lib/python2.4/site-packages/
> setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 2383, in
> parse_requirements
>    raise ValueError("Missing distribution spec", line)
> ValueError: ('Missing distribution spec', '\x1f\x8b\x08\x00\x0c
> \xb4\xb2J\x00\x03\xed\xd6\xcdo\x9b0\x14\x00\xf0\x9c\xf9+"\xf58\xf1Yc
> \x96I=\xec\xdeI\xd3n;E\xc6\x18Cc\xb0g?\x9a\xa6\x7f\xfdLB\xa5\x86
> (\xed6\xf5CS\xdfO\x8aHl\xfcl\xfcx\x10\xc3\xee\xd6R\xe9\x92\xa9u#X%\xec
> \xe2\xe5%\x1e\xa5t\x7f\xf4\xe6G\xdfI\x16i\x9a\x91<!9\xbd$\xbe=%yJ
> \x17\xf2\x15\xd6rbp\xc0\xac\x9f\xd2j')
>
> On Aug 25, 1:51 pm, Ariel Nunez <[email protected]> wrote:
> > Assuming you have PIL installed systemwide as well as virtualenv,
> mercurial
> > and subversion.
> >
> > #Start here
> > virtualenv myproject; cd myproject; source bin/activate
> > easy_install pip
> > wgethttp://
> gist.github.com/gists/174994/download-Osatchmo_requirements.txt
> > pip install -r satchmo_requirements.txt
> > python -c "import django;import satchmo_store; print
> > satchmo_store.get_version();"
> > #end here
> >
> > Ariel.
> >
> > PD: Here are the contents of the requirements file:
> >
> > django
> >
> > pycryptohttp://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz
> >
> > django-registration
> >
> > PyYAML
> > docutils #optional
> > -e svn+
> http://django-app-plugins.googlecode.com/svn/trunk/#egg=django-app-pl...
> > -e hg+https://sorl-thumbnail.googlecode.com/hg/#egg=sorl-thumbnail
> > -e hg+
> http://bitbucket.org/bkroeze/django-threaded-multihost/#egg=django-th...
> > -e hg+
> http://bitbucket.org/chris1610/satchmo/#egg=satchmohttp://www.reportlab.org/ftp/ReportLab_2_3.tar.gz
> >
>

--~--~---------~--~----~------------~-------~--~----~
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