Bugs item #3061607, was opened at 2010-09-08 10:39
Message generated for change (Settings changed) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3061607&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: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: John J (jinkerson)
Assigned to: Nobody/Anonymous (nobody)
Summary: MS Windows 7
Initial Comment:
Does pywin32 work on MS Windows 7? Windows 7 is not in the OS list.
I have downloaded Python 3.1 to my machine in the hopes of building the GNOME Sudoku. I am getting a consistent error on every print statement of the form
print("some text here")
Any thoughts?
Is pywin32 supposed to be a windows alternative to python3.1? Will pywin32 fix the errors I am getting with print statements?
John J
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2010-09-08 10:55
Message:
pywin32 works fine on windows 7. pywin32 doesn't change the behaviour of
python 3.x at all - it sounds like you should be using python 2.x
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3061607&group_id=78018
|