Bugs item #2934349, was opened at 2010-01-18 15:39
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2934349&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: installation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Eino Mäkitalo (emakital)
Assigned to: Nobody/Anonymous (nobody)
Summary: python 3.1 and pywin 214 gives some errors when installing
Initial Comment:
python 3.1 and pywin 214 gives some errors when installing:
Traceback (most recent call last):
File "<string>", line 601, in <module>
File "<string>", line 329, in install
File "<string>", line 15, in write
AttributeError: 'NoneType' object has no attribute 'write'
----------------------------------------------------------------------
Comment By: http://uniheliodem.livejournal. ()
Date: 2010-05-19 14:25
Message:
I believe the problem has to do with UAC settings. When the failure
occurs, pywintypes31.dll is not copied to C:\WINDOWS\System32. Manually
copying this DLL to this directory after installation fixes the
installation and allows pywin32 modules to be imported.
I hope this helps.
----------------------------------------------------------------------
Comment By: Davyd McColl (davydm)
Date: 2010-05-17 07:49
Message:
I still see this on selected machines. I haven't been able to narrow down
what makes these machines different though. I've seen the problem appear
(and not appear) on WinXP and Win7 (32 and 64-bit). My machine is win7
64-bit and the error doesn't appear. I have mixed users -- some get the
error, some don't. The net result is that certain bits of pywin32 aren't
usable. The users all have the pywin32 dll's in the correct places
(SysWOW64 for 64-bit and System32 for 32-bit).
----------------------------------------------------------------------
Comment By: easperhe (easperhe)
Date: 2010-04-09 18:25
Message:
Eino, All,
Was this issue resolved?? I'm trying to install pywin 214 with python
3.1.2 on windows 7 (32-bit) and seeing exactly the same problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2934349&group_id=78018
|