(please don't top-post. Insert the ">" symbol in front of whatever lines you're quoting, and put your response under the quote. Most email programs can be configured to do this easily, or even automatically.)

On 01/-10/-28163 02:59 PM, Elwin Estle wrote:
I'm not 100% sure, but I think the Active State version of python comes with 
pywin32...

http://www.activestate.com/activepython/downloads

...but I could be mistaken.

--- On Sun, 1/30/11, walter weston<simplemin...@gmail.com>  wrote:

From: walter weston<simplemin...@gmail.com>
Subject: [Tutor] pywin32 help
To: tutor@python.org
Date: Sunday, January 30, 2011, 1:42 AM

hello I am running python 2.7 , I am trying to install pywin32 version 2.7 when 
I run the setup.py file a black console windows pops up  displays some text and 
dissappears before I can read any of the text . I dont know what says so I cant 
give details here is the link to pywin32 
:http://sourceforge.net/projects/pywin32/....... I need pywin32 for the 
pythoncom module which I will be using pumpmessages .why dont they make the 
install easier? like a more stable EXE or something instead of all these file 
directories they include...... they made to make this download for an average 
joe haha... please help this average joe out

-----Inline Attachment Follows-----

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor



As Elwin points out, you can get Python + pywin32 + a few other goodies as a single bundle. That way, it's easy to be sure the versions match.

As for avoiding the disappearing console, the solution is simple:
In Windows, when installing something, launch the install from a DOS box. Then any error messages will still be in the console window when the program terminates.

DaveA


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to