setuptools/distutil and pywin32

  • Thread starter Giampaolo Rodola'
  • Start date
G

Giampaolo Rodola'

Hi,
I have a program which requires pywin32 as a dependancy and I'd like
to make setuptools automatically retrieve it from internet and install
it.
My setup.py script looks like this:


from setuptools import setup

setup(
...
...
install_requires = ['pywin32']
...
)

When I run setup.py install I get this error:


Processing dependencies for psutil==0.1.3
Searching for pywin32
Reading http://pypi.python.org/simple/pywin32/
Reading http://sf.net/projects/pywin32
Reading http://sourceforge.net/project/showfiles.php?group_id=78018
Best match: pywin32 214
Downloading http://sourceforge.net/projects/pywin32/files/pywin32/Build 214/pywin32-214.win32-py2.6.exe
download
Processing download
error: Not a recognized archive type: c:\users\giampa~1\appdata\local
\temp\easy_
install-xefzrd\download


I've googled a lot about this but it seems that as of right now it's
just not possible to install pywin32 via setuptools but it seems
pretty strange to me as it is a very important third party module.

Can someone confirm to me that there's no way to solve this problem?


Thanks in advance,
 

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

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top