Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-22 Thread Ronald Oussoren
On Jul 22, 2006, at 12:16 AM, Bob Ippolito wrote: > > On Jul 21, 2006, at 3:09 PM, Kaweh Kazemi wrote: > >> >> i was using .bash_profile which seemed to override .profile (sorry, >> i'm not really a bash expert and that setup did work for me). i've >> fixed that in my environment now and i'm usin

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-22 Thread Kaweh Kazemi
Hi, I would be happy if others would try out the package and give feedback! > 1) Is your version working on Intel Macs (I have a Macbook Pro). No, not yet. I just didn't had the time yet to create that package. You are the first person asking for Intel support. I will give it a try within th

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-22 Thread Kaweh Kazemi
On 22.07.2006, at 02:35, Bob Ippolito wrote: > > On Jul 21, 2006, at 5:25 PM, Dethe Elza wrote: > >> Kaweh Kazemi wrote: >>> essentially i am trying to package a Panda3D test application using >>> py2app - see http://knuddl.net/moin.cgi/InstallPanda3d for my >>> Panda3D >>> package if intereste

Re: [Pythonmac-SIG] Best way to do full-screen mode?

2006-07-22 Thread Michael Hudson
Robert Stephenson <[EMAIL PROTECTED]> writes: > An alternative would be to bring up a borderless full-screen window. > Can that be done easily? I don't know about easily, but it's doable form PyObjC. Hacked out from somewhere else: class PQFullScreenWindow(NSWindow): def makeForView_(cls,

Re: [Pythonmac-SIG] Best way to do full-screen mode?

2006-07-22 Thread Robert Stephenson
Thanks, Bob, that works nicely!  I grokked the signature format and discovered that cases like ('CGContextSetGrayFillColor', 'iiff') work, too.For CGContextFillEllipseInRect(ctxt, rect), I was able to make it as ('CGContextFillEllipseInRect', 'ii{CGRect={CGPoint=ff}{CGSize=ff}}')and then pass it a

[Pythonmac-SIG] How to get pyFltk installed?

2006-07-22 Thread mariocape
Hi Group - I just started working with Python and fltk at my job, using RH linux boxes. Of course I'd like to continue playing with it at home, running MacOS X 10.4.7 on a PowerBook (GCC 3.3, Python 2.4) I installed/compiled fltk v1.1.7 into /usr/local/lib without any glitches. I downloa

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-22 Thread Bob Ippolito
On Jul 21, 2006, at 3:18 PM, Kaweh Kazemi wrote: >>> WARNING: Mach-O header may be too large to relocate >>> Traceback (most recent call last): >>>File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ >>> python2.4/site-packages/py2app-0.3.2-py2.4.egg/py2app/build_app.py", >>> line 548

Re: [Pythonmac-SIG] How to get pyFltk installed?

2006-07-22 Thread Jim Tittsler
On Jul 23, 2006, at 3:35 , mariocape wrote: > Of course I'd like to continue playing with it at home, running MacOS > X 10.4.7 > on a PowerBook (GCC 3.3, Python 2.4) Here you mention Python 2.4... import fltk > Traceback (most recent call last): >File "", line 1, in ? >File "/System

Re: [Pythonmac-SIG] How to get pyFltk installed?

2006-07-22 Thread blafusel1
Good point Jim - I just now realized this myself. So I re-compiled/installed Python2.4 - and reverted back to fltk version 1.1 (instead of 1.1.1), as suggested by Andreas Held himself. Now I'm getting these messages when trying to build pyfltk: cc1plus: warning: command line option "-Wstrict-pr