after getting easy_install, git, bzr, and pip running in my windows
environment, i run the code to download the pinax external apps

C:\pinax-0.7.0>pip install --requirement requirements/
external_apps.txt

and i get the error:

C:\Python25\Scripts\pip-script.py run on 03/09/09 00:48:20
Downloading/unpacking http://developer.yahoo.com/python/samples/ybrowserauth.zip
(from -r requirements\libs.txt (line 16))
  Downloading ybrowserauth.zip
  Downloading from URL 
http://developer.yahoo.com/python/samples/ybrowserauth.zip
Exception:
Traceback (most recent call last):
  File "c:\python25\lib\site-packages\pip-0.3.1-py2.5.egg\pip.py",
line 252, in main
    self.run(options, args)
  File "c:\python25\lib\site-packages\pip-0.3.1-py2.5.egg\pip.py",
line 408, in run
    requirement_set.install_files(finder,
force_root_egg_info=self.bundle)
  File "c:\python25\lib\site-packages\pip-0.3.1-py2.5.egg\pip.py",
line 1757, in install_files
    self.unpack_url(url, location)
  File "c:\python25\lib\site-packages\pip-0.3.1-py2.5.egg\pip.py",
line 1901, in unpack_url
    self.unpack_file(temp_location, location, content_type, link)
  File "c:\python25\lib\site-packages\pip-0.3.1-py2.5.egg\pip.py",
line 1915, in unpack_file
    self.unzip_file(filename, location, flatten=not filename.endswith
('.pybundle'))
  File "c:\python25\lib\site-packages\pip-0.3.1-py2.5.egg\pip.py",
line 1954, in unzip_file
    fp = open(fn, 'wb')
IOError: [Errno 2] No such file or directory: 'c:\\users\\work\\appdata
\\local\\temp\\pip-wweeky-build\\'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to