[python-win32] Close Windows Dialog Box

2006-02-23 Thread Chris Schmechel
  Hi,   I'm trying to cancel the File Download - Security Warning box that appears in IE on XP SP2.  The button options are to run, save, or cancel.   ...wnd = 0while wnd == 0: wnd = FindWindowEx(0,0,"#32770","File Download - Security Warning")print wndPostMessage(wnd,WM_CLOSE,0,0)   Any ideas on h

Re: [python-win32] building python on Windows

2006-02-23 Thread Tim Roberts
On Tue, 21 Feb 2006 18:28:46 -0800, "Manish Marathe" <[EMAIL PROTECTED]> wrote: >Python Experts everywhere!! > >I am trying to build python 2.4.1 on windows 2003 server using the MSVC >files under src/PC/VC6. If I try to open the workspace pcbuild.dsw with MS >Visual C++ 6.0, it tries to login int

Re: [python-win32] Automated FTP?

2006-02-23 Thread Tim Roberts
Matt Upton wrote: >Hello Tim and Mark. I have a subscription to the python win-32 help e-mail >list but I keep getting bounce backs (I have been sending to: >python-win32@python.org). Do I have the wrong address?? I have e-mailed the >help e-mail addresses and have not gotten any responses. >

Re: [python-win32] Python Newbie Question

2006-02-23 Thread John Machin
On 24/02/2006 10:23 AM, Heang Lim wrote: > I've been fiddling with the setup and it might have done more damage > than good. The reason I'm using Python 2.3.5 is because of WindPySend > DLL that I found on the net to do test automation and it does not > support Python 2.4. Not yet at least. Due

Re: [python-win32] Little tool - but very big size... :-(

2006-02-23 Thread Bill Burns
[EMAIL PROTECTED] wrote: > Hi ! > > I have a problem. > I have a little tool that can get data about filesystems and I wrote it in > python. > > The main user asked me a GUI for this software. > > This user is needed a portable program, so I create this kind of the > software with Py2Exe. > > B