Re: [python-win32] ANN: PyGUI 2.0.5

2009-06-03 Thread Greg Ewing
Randy Syring wrote: I am wondering if the problems with build 213 have ever been resolved on Windows. Or was I mistaken that build 213 was the problem? I don't know. I haven't heard any more about it from anyone since then. Has anyone else out there that's having this problem successfully cur

Re: [python-win32] Phyton editor

2009-06-03 Thread Santosh Mohan
Try PythonWin (http://starship.python.net/crew/mhammond/win32/Downloads.html ) -- Regards, Santosh M ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Fwd: Phyton editor

2009-06-03 Thread Tony Cappellini
Message: 4 Date: Wed, 3 Jun 2009 18:57:51 -0400 From: Steven James To: python-win32@python.org Subject: [python-win32] Fwd: Phyton editor Message-ID: Content-Type: text/plain; charset="iso-8859-1" >>I like SPE and Wing. Wing isn't free though. >>http://pythonide.blogspot.com/ >>http://ww

Re: [python-win32] Fwd: Phyton editor

2009-06-03 Thread Mario Alejandro Vilas Jerez
I like Python Scripter, it's free but it's got a small bug or two. The 1.7 version is better than the newer 1.9. http://www.mmm-experts.com/Downloads.aspx?ProductId=4 On Wed, Jun 3, 2009 at 7:57 PM, Steven James wrote: > I like SPE and Wing. Wing isn't free though. > > http://pythonide.blogspot

Re: [python-win32] ANN: PyGUI 2.0.5

2009-06-03 Thread Randy Syring
I am wondering if the problems with build 213 have ever been resolved on Windows. Or was I mistaken that build 213 was the problem? Thanks. -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink o

[python-win32] Fwd: Phyton editor

2009-06-03 Thread Steven James
I like SPE and Wing. Wing isn't free though. http://pythonide.blogspot.com/ http://www.wingware.com/ Steven James -- Forwarded message -- From: Date: Wed, Jun 3, 2009 at 8:40 AM Subject: [python-win32] Phyton editor To: python-win32@python.org Dears, I am looking for a friend

[python-win32] Phyton editor

2009-06-03 Thread fernando . romagnoli
Dears, I am looking for a friendly Phyton editor, like the VBA editor inside the Excel. I prefer to work in an enviroment that points to me the errors, suggests to me the complete command syntax, and help me when we are debugging the code. Sugestions? Regards Fernando Romagnoli R & D Struct

Re: [python-win32] CreateURLMonikerEx and Win2000

2009-06-03 Thread Mark Hammond
le dahut wrote: Hello, On Windows 2000 SP4, since pywin32-213 I get an error : "CreateURLMonikerEx could not be located" on a program that ran fine with pywin32-212. What's happening ? It is a bug in build 213 which has been fixed in CVS. Cheers, Mark __

Re: [python-win32] how to use CreateProcessWithLogonW

2009-06-03 Thread Emin.shopper Martinian.shopper
Thanks! That is awesome! I just had to search and replace Structure with ctypes.Structure and sizeof with ctypes.sizeof, save as logonw.py and then was able to successfully test via x = logonw.CreateProcessWithLogonW(user,domain,password,0,'C:\\Python25\python.exe','C:\\Python25\python.exe -i')