From: Phil T. <ph...@ri...> - 2005-09-26 13:49:27
|
> Hello, > > I recently installed Qt V3.3.5, SIP V4.3.1 and PyQt-mac-gpl V3.15 on my > laptop running Mac OSX V10.3.9 using the system's Python installation > V2.3. Everything seemed to build and install OK. > > However, when I came to run the PyQt examples I found that a few of the= m > failed to run and some exhibited some weird behaviour. For example, the > addressbook.py example program started up OK and looked alright until I > tried the enter text into the text entry widgets at which point the tex= t > only apperaed in the terminal from where I launched the program. When I > ran the original example programs from Qt there was no such problems. D= oes > anyone have any ideas as to what the problem might be? You should be using pythonw rather than python. Are you? Phil |