Python 3 and setuptools

F

fuglyducky

I am trying to install a library that requires setuptools.
Unfortunately, setuptools isn't available for Python 3 yet. Is this
correct? Any idea when it may be available OR if there is a different
tool/method of getting setuptools installed for Python 3?

Thanks!!!
 
T

Thomas Jollans

I am trying to install a library that requires setuptools.
Unfortunately, setuptools isn't available for Python 3 yet. Is this
correct? Any idea when it may be available OR if there is a different
tool/method of getting setuptools installed for Python 3?

It is available.

It is, in fact, in the Debian archives, which is where I got it from,
thought this probably doesn't help you directly.
http://packages.debian.org/sid/python3-setuptools

Closer inspection reveals that it's actually a fork. There you go:
http://pypi.python.org/pypi/distribute

Cheers
- Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,476
Latest member
blackwatermelon

Latest Threads

Top