Bugs item #3075086, was opened at 2010-09-24 19:55
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3075086&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: Closed
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Tim ()
Assigned to: Nobody/Anonymous (nobody)
Summary: AssertionError building extensions
Initial Comment:
I'm getting an AssertionError when I attempt to install the Python for Windows extensions. My environment is Windows XP with all the latest security updates applied, and Microsoft Visual Studio 2005 and 2008 both installed. Here's the traceback I'm getting:
building exe 'Pythonwin'
Traceback (most recent call last):
File "C:\Documents and Settings\TimothyB.GSD\My Documents\Downloads\pywin32-21
4\setup.py", line 2152, in <module>
('', ('pywin32.pth',)),
File "C:\Python26\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python26\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Documents and Settings\TimothyB.GSD\My Documents\Downloads\pywin32-21
4\setup.py", line 1251, in run
install.run(self)
File "C:\Python26\lib\distutils\command\install.py", line 577, in run
self.run_command('build')
File "C:\Python26\lib\distutils\cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Documents and Settings\TimothyB.GSD\My Documents\Downloads\pywin32-21
4\setup.py", line 596, in run
build.run(self)
File "C:\Python26\lib\distutils\command\build.py", line 134, in run
self.run_command(cmd_name)
File "C:\Python26\lib\distutils\cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Python26\lib\distutils\command\build_ext.py", line 340, in run
self.build_extensions()
File "C:\Documents and Settings\TimothyB.GSD\My Documents\Downloads\pywin32-21
4\setup.py", line 891, in build_extensions
self._build_scintilla()
File "C:\Documents and Settings\TimothyB.GSD\My Documents\Downloads\pywin32-21
4\setup.py", line 825, in _build_scintilla
assert os.path.isdir(build_temp), build_temp
AssertionError
Any ideas?
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-11-30 05:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2010-11-16 05:03
Message:
Or maybe the space in the name is wrong - either way, I can't repro this.
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2010-10-27 05:00
Message:
No real clue I'm afraid - it would seem build_temp is an empty string -
some 'print' debugging in setup.py might be the best way to try and see why
this is happening.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3075086&group_id=78018
|