Re: [python-win32] win32 gui app example

2004-12-09 Thread Chris R. Martin
What I meant to say: I looked all over the 'net today and could not find any examples of how to build a Python application using the win32gui module. There are some examples in the distribution but they really don't cover how to write a application as a top-level window. That "don't" is importan

[python-win32] win32 gui app example

2004-12-09 Thread Chris R. Martin
I looked all over the 'net today and could not find any examples of how to build a Python application using the win32gui module. There are some examples in the distribution but they really cover how to write a application as a top-level window. Using that code and some examples from win32 progr

RE: [python-win32] mfc71.dll missing and not found on website?

2004-12-09 Thread Leeuw van der, Tim
thanks! (should have thought of that myself...) -Original Message- From: Simon Brunning [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 6:31 PM To: Leeuw van der, Tim Cc: [EMAIL PROTECTED] Subject: Re: [python-win32] mfc71.dll missing and not found on website? On Thu, 9 Dec 2

[python-win32] Re: upgrading to python 2.4

2004-12-09 Thread Thomas Heller
Tim Roberts <[EMAIL PROTECTED]> writes: > On Tue, 7 Dec 2004 15:33:34 -0800, "Charlie Taylor" > <[EMAIL PROTECTED]> wrote: > >>Is there a good reference to the steps that should be taken to upgrade a >>Windows machine to the next version of python? >> >>My journey from 2.2 to 2.3 was very knicker-

Re: [python-win32] mfc71.dll missing and not found on website?

2004-12-09 Thread Simon Brunning
On Thu, 9 Dec 2004 11:39:01 +0100, Leeuw van der, Tim > Can anyone perhaps help me to find that DLL? First hit worked for me... -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ _

[python-win32] upgrading to python 2.4

2004-12-09 Thread Tim Roberts
On Tue, 7 Dec 2004 15:33:34 -0800, "Charlie Taylor" <[EMAIL PROTECTED]> wrote: Is there a good reference to the steps that should be taken to upgrade a Windows machine to the next version of python? My journey from 2.2 to 2.3 was very knicker-twisting. I'm hoping for more of a controlled landing

Re: [python-win32] Problem running python cgi script

2004-12-09 Thread Jeff Lowery
Turned out to the file system's "Sharing and Security" settings. Bumped up permissions a couple of notches on the wiki directory and it worked. I'll have to experiment with knocking them back down a bit for better security. The MoinMoin install instructions need some tweaking, perhaps. -

[python-win32] How to send mail via Extended MAPI

2004-12-09 Thread Chad and Anita Stryker
David,   Thank you for figuring this extended MAPI interface all out.  I discovered a couple of problems with the code (on my system at least).  First, the message in my outbox was marked as read.  Second, the message would remain in the outbox after it was sent.  After several hours of w

[python-win32] mfc71.dll missing and not found on website?

2004-12-09 Thread Leeuw van der, Tim
Hi, I installed build 203 of the win32 extensions for Python (python 2.4) and the installer complains about missing mfc71.dll (don't remember the exact filename). The installer refers to the website, saying it can be downloaded from there, however I don't find it and I don't find it on the SF.n

Re: [python-win32] upgrading to python 2.4

2004-12-09 Thread Paul Moore
On Tue, 7 Dec 2004 15:33:34 -0800, Charlie Taylor <[EMAIL PROTECTED]> wrote: > Is there a good reference to the steps that should be taken to upgrade a > Windows machine to the next version of python? > > My journey from 2.2 to 2.3 was very knicker-twisting. I'm hoping for more > of a controlled

RE: [python-win32] Re: How to determine CD-ROM or CD-R?

2004-12-09 Thread Tim Golden
| Tim Golden wrote: | > [Qiangning Hong] | > | How can my program find out the type of disc in my CD-RW | > | drive? I want | > | my program behaves differently depend on the type: if it | is a normal | > | CD-ROM, read data from it; if a recordable CD, burn data onto it. | > | > If you're on