Chris,
>From the PIP 0.6.3 webpage...

"Maybe it doesn't work on Windows. At least, the author doesn't test on
Windows often."

And from Leon's first posting, he's using Windows.

I admit I haven't looked in a while, I've been busy with other things but
here are the things I've been burned by.

1) The bitbucket generated tarballs lack metadata that a tarball created
through "setup.py sdist" contains (Still requires mercurial and a checkout
from mercurial to create it but...)
2) Using pip without reading and understanding its documentation leads to
misery every time.
3) Using setuptools without reading and understanding its documentation
leads to misery every time.

Leon,
Given your first issue, you REALLY should sit down with the python
interpreter and run a few iterations on resolving your sorl.thumbnail issue
before digging deeper into satchmo.
You're probably going at this from a computer training perspective vs a
computer education perspective.  Not sure the difference?  Well which would
you prefer that your children receive in school, sex education, or sex
training?

On Sat, Feb 20, 2010 at 10:47 PM, Chris Moffitt <[email protected]> wrote:

> Do you have mercurial installed on your system? If you type hg at the
> command prompt, does it work?
>
> -Chris
>
>
> On Sat, Feb 20, 2010 at 9:39 PM, Léon Dignòn <[email protected]>wrote:
>
>> Hi all!
>>
>> I wanted to install satchmo like it is described on the pdf file at
>> bitbucket.org. I execute the second installation command and receive
>> an error message. What is wrong?
>>
>> C:\>pip install -e hg+http://bitbucket.org/chris1610/satchmo/
>> @v0.9#egg=satchmo
>>
>> -------------------------
>>
>> Downloading/unpacking
>> http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz
>> (from -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 3))
>>  Downloading from URL
>> http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz
>>  Running setup.py egg_info for package from
>> http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz
>>    running egg_info
>>    creating pip-egg-info\TRML2PDF.egg-info
>>    writing pip-egg-info\TRML2PDF.egg-info\PKG-INFO
>>    writing top-level names to pip-egg-info\TRML2PDF.egg-info
>> \top_level.txt
>>    writing dependency_links to pip-egg-info\TRML2PDF.egg-info
>> \dependency_links.txt
>>    writing manifest file 'pip-egg-info\TRML2PDF.egg-info\SOURCES.txt'
>>    reading manifest file 'pip-egg-info\TRML2PDF.egg-info\SOURCES.txt'
>>    writing manifest file 'pip-egg-info\TRML2PDF.egg-info\SOURCES.txt'
>>    warning: manifest_maker: standard file '-c' not found
>>  Source in c:\users\leon\appdata\local\temp\pip-rmhctf-build has
>> version 1.0, which satisfies requirement TRML2PDF from
>> http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz (from -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 3))
>> Downloading/unpacking http://www.reportlab.org/ftp/ReportLab_2_3.tar.gz
>> (from -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 6))
>>  Downloading from URL http://www.reportlab.org/ftp/ReportLab_2_3.tar.gz
>>  Running setup.py egg_info for package from
>> http://www.reportlab.org/ftp/ReportLab_2_3.tar.gz
>>    ################################################
>>    #Attempting install of _rl_accel, sgmlop & pyHnj
>>    #extensions from 'c:\\users\\leon\\appdata\\local\\temp\\pip-
>> kfucch-build\\src\\rl_addons\\rl_accel'
>>    ################################################
>>    ################################################
>>    #Attempting install of _renderPM
>>    #extensions from 'c:\\users\\leon\\appdata\\local\\temp\\pip-
>> kfucch-build\\src\\rl_addons\\renderPM'
>>    # installing with win32 freetype 'freetype214'
>>    ################################################
>>    running egg_info
>>    creating pip-egg-info\reportlab.egg-info
>>    writing pip-egg-info\reportlab.egg-info\PKG-INFO
>>    writing top-level names to pip-egg-info\reportlab.egg-info
>> \top_level.txt
>>    writing dependency_links to pip-egg-info\reportlab.egg-info
>> \dependency_links.txt
>>    writing manifest file 'pip-egg-info\reportlab.egg-info
>> \SOURCES.txt'
>>    reading manifest file 'pip-egg-info\reportlab.egg-info
>> \SOURCES.txt'
>>    writing manifest file 'pip-egg-info\reportlab.egg-info
>> \SOURCES.txt'
>>
>>    ########## SUMMARY INFO #########
>>    ################################################
>>    #Attempting install of _rl_accel, sgmlop & pyHnj
>>    #extensions from 'c:\\users\\leon\\appdata\\local\\temp\\pip-
>> kfucch-build\\src\\rl_addons\\rl_accel'
>>    ################################################
>>    ################################################
>>    #Attempting install of _renderPM
>>    #extensions from 'c:\\users\\leon\\appdata\\local\\temp\\pip-
>> kfucch-build\\src\\rl_addons\\renderPM'
>>    # installing with win32 freetype 'freetype214'
>>    ################################################
>>    warning: manifest_maker: standard file '-c' not found
>>  Source in c:\users\leon\appdata\local\temp\pip-kfucch-build has
>> version 2.3, which satisfies requirement reportlab from
>> http://www.reportlab.org/ftp/ReportLab_2_3.tar.gz (from -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 6))
>> Downloading/unpacking PyYAML (from -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 5))
>>  Running setup.py egg_info for package PyYAML
>>    running egg_info
>>    writing pip-egg-info\PyYAML.egg-info\PKG-INFO
>>    writing top-level names to pip-egg-info\PyYAML.egg-info
>> \top_level.txt
>>    writing dependency_links to pip-egg-info\PyYAML.egg-info
>> \dependency_links.txt
>>    reading manifest file 'pip-egg-info\PyYAML.egg-info\SOURCES.txt'
>>    writing manifest file 'pip-egg-info\PyYAML.egg-info\SOURCES.txt'
>>    warning: manifest_maker: standard file '-c' not found
>>  Source in c:\program files\python\build\pyyaml has version 3.09,
>> which satisfies requirement PyYAML (from -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 5))
>> Obtaining django-signals-ahoy from hg+http://bitbucket.org/bkroeze/
>> django-signals-ahoy/#egg=django-signals-ahoy<http://bitbucket.org/bkroeze/%0Adjango-signals-ahoy/#egg=django-signals-ahoy>(from
>>  -r
>> http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>> (line 9))
>>  Cloning hg http://bitbucket.org/bkroeze/django-signals-ahoy/ to c:
>> \program files\python\src\django-signals-ahoy
>>  Running command hg clone -q
>> http://bitbucket.org/bkroeze/django-signals-ahoy/
>> "C:\Program Files\Python\src\django-signals-ahoy"
>>  Error [Error 2] Das System kann die angegebene Datei nicht finden
>> while executing command hg clone -q
>> http://bitbucket.org/bkroeze/django-signals-ahoy/
>> "C:\Program Files\Python\src\django-signals-ahoy"
>> Exception:
>> Traceback (most recent call last):
>>  File "C:\Program Files\Python\lib\site-packages\pip-0.6.3-py2.6.egg
>> \pip\basecommand.py", line 115, in main
>>    self.run(options, args)
>>  File "C:\Program Files\Python\lib\site-packages\pip-0.6.3-py2.6.egg
>> \pip\commands\install.py", line 155, in run
>>    requirement_set.install_files(finder,
>> force_root_egg_info=self.bundle, bundle=self.bundle)
>>  File "C:\Program Files\Python\lib\site-packages\pip-0.6.3-py2.6.egg
>> \pip\req.py", line 805, in install_files
>>    req_to_install.update_editable(not self.is_download)
>>  File "C:\Program Files\Python\lib\site-packages\pip-0.6.3-py2.6.egg
>> \pip\req.py", line 356, in update_editable
>>    vcs_backend.obtain(self.source_dir)
>>  File "C:\Program Files\Python\lib\site-packages\pip-0.6.3-py2.6.egg
>> \pip\vcs\mercurial.py", line 93, in obtain
>>    call_subprocess(['hg', 'clone', '-q', url, dest])
>>  File "C:\Program Files\Python\lib\site-packages\pip-0.6.3-py2.6.egg
>> \pip\__init__.py", line 173, in call_subprocess
>>    cwd=cwd, env=env)
>>  File "C:\Program Files\Python\lib\subprocess.py", line 621, in
>> __init__
>>    errread, errwrite)
>>  File "C:\Program Files\Python\lib\subprocess.py", line 830, in
>> _execute_child
>>    startupinfo)
>> WindowsError: [Error 2] Das System kann die angegebene Datei nicht
>> finden
>>
>> --
>> 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]<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.

Reply via email to