[Distutils] problem

2013-05-17 Thread Taranjeet Singh
neither distribute nor pip is installing on my laptop (windows).
installing distribute gives an error of
Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.39.tar.gz
Extracting in c:\users\jatin\appdata\local\temp\tmpec1sv7
Now working in c:\users\jatin\appdata\local\temp\tmpec1sv7\distribute-0.6.39
Installing Distribute
Something went wrong during the installation.
See the error message above.

Traceback (most recent call last):
  File C:\Python27\distribute_setup.py, line 546, in module
sys.exit(main())
SystemExit: 2
please help me out
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


[Distutils] 504 timeouts on pypi.python.org

2013-05-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Both in the web interface and in registration / upload of releases.


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlGWr2IACgkQ+gerLs4ltQ5bAwCffg+Zn0MwHPaxrALbCSbHXeRP
1LEAoKMyu/z9nb1+nBSktEE0spAWYQ3W
=QIvr
-END PGP SIGNATURE-

___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] does pypi or red-dove have a better firehose API than download all the packages?

2013-05-17 Thread Vinay Sajip
Daniel Holth dholth at gmail.com writes:

 Is there an API for all the metadata for everything that doesn't
 require one web request per package version? Maybe something like an
 rdiff-backup of a database?

Well, the red-dove.com metadata works at three levels:

http://www.red-dove.com/pypi/projects/projects.json

gives a list of all PYPI project names, then e.g.

http://www.red-dove.com/pypi/projects/W/wheel/project.json

gives all the version numbers for wheel with download URLs, MD5 hashes (and
importantly, dependencies) and e.g.

http://www.red-dove.com/pypi/projects/W/wheel/package-1.0.0a2.json

will give all the particulars of that particular wheel version, including
dependencies, sources, build and test options, package data etc.

So, the middle level gives a useful overview of a project sufficient for
dependency resolution (it's what distlib and distil use).

The data is kept reasonably fresh by periodically looking at what's changed
recently on PyPI and updating the metadata for new releases etc.

Regards,

Vinay Sajip




___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] problem

2013-05-17 Thread Chris Lambacher
Are you using an Administrator Terminal? How are you attempting to install
them?

-Chris


On Fri, May 17, 2013 at 11:20 AM, Taranjeet Singh reacht...@gmail.comwrote:

 neither distribute nor pip is installing on my laptop (windows).
 installing distribute gives an error of
 Downloading
 http://pypi.python.org/packages/source/d/distribute/distribute-0.6.39.tar.gz
 Extracting in c:\users\jatin\appdata\local\temp\tmpec1sv7
 Now working in
 c:\users\jatin\appdata\local\temp\tmpec1sv7\distribute-0.6.39
 Installing Distribute
 Something went wrong during the installation.
 See the error message above.

 Traceback (most recent call last):
   File C:\Python27\distribute_setup.py, line 546, in module
 sys.exit(main())
 SystemExit: 2
 please help me out

 ___
 Distutils-SIG maillist  -  Distutils-SIG@python.org
 http://mail.python.org/mailman/listinfo/distutils-sig




-- 
Christopher Lambacher
ch...@kateandchris.net
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig