Bugs item #3134684, was opened at 2010-12-11 11:24
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3134684&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: Wont Fix
Priority: 5
Private: No
Submitted By: Tom Anderson (twocsies)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't install Python for Windows extensions
Initial Comment:
I'm on Windows 7.
I just installed Python3.1 and now I'm trying to install pywin32-214 because it's a dependency for OpenNI.
I navigated to the directory pywin32-214\pywin32-214 and ran this command:
python setup.py -q install
and then I got the error:
File "setup.py", line 106
print msg % args
SyntaxError: invalid syntax
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2010-12-11 11:43
Message:
If you really want to install from sources, try setup3.py instead of
setup.py - but you probably just want the binary builds - try "View all
Files" button and grab the 3.1 installer executable.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3134684&group_id=78018
|