Re: [Pythonmac-SIG] MacPython 2.5 font size

2008-11-20 Thread Kevin Walzer
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

[Pythonmac-SIG] py2app and PyQt4

2008-11-20 Thread Jeremy Sanders
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

[Pythonmac-SIG] MacPython 2.5 font size

2008-11-20 Thread RONALD FRANCIS
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

Re: [Pythonmac-SIG] app does not run when launched via main.py import was:py2app- python code packed in clear ascii

2008-11-20 Thread Christopher Barker
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

[Pythonmac-SIG] app does not run when launched via main.py import was:py2app- python code packed in clear ascii

2008-11-20 Thread the Shelter
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