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')

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

[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

[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: fernando.romagn...@embraer.com.br Date: Wed, Jun 3, 2009 at 8:40 AM Subject: [python-win32] Phyton editor To: python-win32@python.org

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 or

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 steven.ja...@gmail.com wrote: I like SPE and Wing. Wing isn't free though.

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 steven.ja...@gmail.com To: python-win32@python.org Subject: [python-win32] Fwd: Phyton editor Message-ID: e3c91420906031557i75f3fa91w4fb3ffe9f3e2e...@mail.gmail.com Content-Type: text/plain; charset=iso-8859-1 I like SPE

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