Re: [Pythonmac-SIG] dialog always busy, not titled right

2011-10-04 Thread Alex Hall
I am running from source. On windows, the program runs normally from source or as an application. Would this be why it is running so slowly? On 10/4/11, Kevin Walzer wrote: > On 10/3/11 10:23 PM, Alex Hall wrote: >> 1. The app is based on a series of dialogs, and these do not seem

[Pythonmac-SIG] dialog always busy, not titled right

2011-10-03 Thread Alex Hall
Hi all, It turns out that my last problem, with the ctypes.windll methods, was nothing; the library developer said they were no longer needed and could be removed. My app is now running on Lion, but with two major problems: 1. The app is based on a series of dialogs, and these do not seem to be tit

Re: [Pythonmac-SIG] windll on Mac?

2011-10-01 Thread Alex Hall
wrote: > On 10/1/11 7:28 AM, Alex Hall wrote: >> I just joined this list, so I am sorry if this is not the right place to >> ask. >> I have written an application in python, and one library I use relies >> on the ctypes.windll functions, specifically user32 and kernel32.

[Pythonmac-SIG] windll on Mac?

2011-10-01 Thread Alex Hall
Hi all, I just joined this list, so I am sorry if this is not the right place to ask. I have written an application in python, and one library I use relies on the ctypes.windll functions, specifically user32 and kernel32. I would like to use this library, but I also want to make my application cros