Issue18

Title can't install pywin32
Priority wish Status resolved
Superseder Nosy List htgoebel, pje, zooko
Assigned To Keywords

Created on 2008-06-02.20:29:54 by zooko, last changed 2009-10-10.19:30:43 by pje.

Messages
msg367 (view) Author: pje Date: 2009-10-10.19:30:43
Since there is a separate issue 41 for supporting postinstall, and the pywin32
bug is still open, I'm closing this.
msg353 (view) Author: zooko Date: 2009-09-20.00:09:35
I added a link to this issue onto
http://bitbucket.org/tarek/distribute/wiki/bug_listing .  This issue is still a
problem for the Tahoe-LAFS project as documented on
http://allmydata.org/trac/tahoe/ticket/142 # pywin32 can't be installed with
setuptools
msg157 (view) Author: htgoebel Date: 2008-09-04.10:34:25
I filed issue41 for addressing the missing post-install mechanism.
msg155 (view) Author: htgoebel Date: 2008-09-04.10:27:08
There are actually two problems:

1) easy_install does not run pywin32_postinstall.py. It looks like there is no
mechanism to do this.

2) pywin32_postinstall.py can not be run manually when using eggs since it does
not use pkg_resources.

The second problem is fixed on the pywin32 site by patch 2092722
<http://sourceforge.net/tracker/index.php?func=detail&aid=2092722&group_id=78018&atid=551956>.
msg32 (view) Author: zooko Date: 2008-06-02.23:18:19
Here is the ticket on the allmydata.org issue tracker for this issue:

http://allmydata.org/trac/tahoe/ticket/142 # pywin32 can't be installed with
setuptools
msg31 (view) Author: zooko Date: 2008-06-02.20:29:54
http://sourceforge.net/tracker/index.php?func=detail&aid=1799934&group_id=78018&atid=551954

Tells how {{{easy_install pywin32}}} fails.  I believe that this has been fixed
in setuptools trunk by PJE:

http://mail.python.org/pipermail/distutils-sig/2007-July/007823.html

but that fix (if it is a fix) isn't in a released version of setuptools yet.

I'm making the status of this ticket be "in-progress" in order to indicate that
a fix has been created but not yet released.
History
Date User Action Args
2009-10-10 19:30:43pjesetpriority: bug -> wish
status: chatting -> resolved
messages: + msg367
nosy: + pje
2009-09-20 00:09:36zookosetstatus: resolved -> chatting
messages: + msg353
2008-09-24 16:48:33pjesetstatus: in-progress -> resolved
2008-09-04 10:34:25htgoebelsetmessages: + msg157
2008-09-04 10:27:08htgoebelsetnosy: + htgoebel
messages: + msg155
2008-06-02 23:18:20zookosetmessages: + msg32
2008-06-02 20:29:54zookocreate