RONALD FRANCIS wrote:
I'm using an iMac which comes with MacPython installed. The program
lauches IDLE.app. My problem is I cannot find any way to adjust the
size of the font in the Python Shell. I spoke to a technician at
AppleCare who surprisingly (like me) was not able to find out after
Hi - I'm having problems with my PyQt4 application which uses pyuic
dynamically to load in dialogs.
Firstly py2app doesn't seem to include sip in the output dist, but does
include PyQt4. Presumably it should work out that PyQt4 is dependent on
sip. I can fix this with an explicit import sip, b
I'm using an iMac which comes with MacPython installed. The program
lauches IDLE.app. My problem is I cannot find any way to adjust the
size of the font in the Python Shell. I spoke to a technician at
AppleCare who surprisingly (like me) was not able to find out after
putting me on hold
the Shelter wrote:
However, now I face a strange problem even before I build an app bundle. the
mainfile.py runs perfect when launched alone.
But when run via main.py it hangs when Upload button is presses.
hmmm - it really should hang in either case
I susspect either wx.callback or the
I tried via the import and it converts my main app to bytecode (see post on
bottom). THANKS FOR THE HELP.
However, now I face a strange problem even before I build an app bundle. the
mainfile.py runs perfect when launched alone.
But when run via main.py it hangs when Upload button is presses.
I s