setup.py points to wrong version of setuptools
Reported by andy | October 13th, 2013 @ 09:46 PM
Hello, whilst I can fix this myself, this should not happen in setup.py.
This points to an obsolete, now inaccessible file:
http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c9-p...
which is actually
http://pypi.python.org/packages/2.7/s/setuptools-0.6c9-py2.7.eggset...
I've downloaded the ZIP, not the trunk, since as long the stable version works, this is fine for me.
Please update the version number.
Comments and changes to this ticket
-
andy October 13th, 2013 @ 09:52 PM
And I messed up the URL.
https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.