Re: [Tutor] Need help on Setup.py

2011-02-02 Thread Alan Gauld
"Sriram Jaju" wrote What is pywin32 ? I mean what is its use ? It is a set of Python modules that gives access to the Windows API, including COM functions. Using it you can create native Windows GUIs from Python or, more usefully, integrate with Windows Operating System features and other

Re: [Tutor] Need help on Setup.py

2011-02-02 Thread Sriram Jaju
What is pywin32 ? I mean what is its use ? -- Xcited 2 be AliveSriram ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Need help on Setup.py

2011-02-01 Thread Walter Prins
Hi Victor, On 1 February 2011 07:38, Victor Binns wrote: > I have been trying to add some of the extras with python such as pywin32 > and others. > > when i click on setup.py it does not work. > > I need help on the problem. > > This is because setup.py is not intended to just be run without pa

Re: [Tutor] Need help on Setup.py

2011-02-01 Thread Alan Gauld
"Victor Binns" wrote I have been trying to add some of the extras with python such as pywin32 and others. when i click on setup.py it does not work. I need help on the problem. "It does not work" is pretty vague, can you give more specifics? How are you running it? What error messages do you

[Tutor] Need help on Setup.py

2011-01-31 Thread Victor Binns
I have been trying to add some of the extras with python such as pywin32 and others. when i click on setup.py it does not work. I need help on the problem. Victor___ Tutor maillist - Tutor@python.org To unsubscribe