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 (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].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to