Re: [Pythonmac-SIG] Python-Ogre on Mac OS X?

2008-11-26 Thread Nehemiah Dacres
I am always hesitant to volenter for these things but I must take charge of something. I must mind you that I have little power. I am a 4th year CS student with knowledge of posix. Note that I didn't use the word good. I know python, C and C++. I regularly use linux and Mac OS 10 and I have the O

[Pythonmac-SIG] Python-Ogre on Mac OS X?

2008-11-26 Thread Joe Strout
I've just stumbled across the Python-Ogre project (http://www.pythonogre.com/ ). It looks fantastic, but the only binary is for Windows. That seems a little silly for a set of cross-platform-language bindings to a cross-platform library. :) There are older build instructions for Mac OS X

Re: [Pythonmac-SIG] python help() >modules problem

2008-11-26 Thread George Wright
Well yes Joe - all runs well from demo.py. Some run well called on their own. Slider.py and Sound.py for example. But not the SizedControls.py example. But I don't want to get bogged down on this - it is the python help() modules thing I'd like to get going again. On 23/11/2008, at 10:00 PM,

Re: [Pythonmac-SIG] Mac IDLE Fonts? (-or- I guess I need glasses.)

2008-11-26 Thread Chris Rebert
On Wed, Nov 26, 2008 at 12:44 PM, Jane Eisenstein <[EMAIL PROTECTED]> wrote: > I installed MacPython 2.5.2 after finding out MacPython 2.6 IDLE app doesn't > work. Then I installed TK 8.4.19 as suggested in this thread to get > Preferences to appear under the IDLE menu . > > However, I still can't

[Pythonmac-SIG] Mac IDLE Fonts? (-or- I guess I need glasses.)

2008-11-26 Thread Jane Eisenstein
I installed MacPython 2.5.2 after finding out MacPython 2.6 IDLE app doesn't work. Then I installed TK 8.4.19 as suggested in this thread to get Preferences to appear under the IDLE menu . However, I still can't adjust the IDLE font size. Clicking the Apply or OK buttons in the Preference

Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Mariano Di Felice
Ok, but I cannot upgrade my wxpython version, and my object must works... Any idea? Can I download only pycolourchooser module (from where?) and replace my source? thx 2008/11/26 Andrea Gavana <[EMAIL PROTECTED]> > Hi Joe & All, > > On Wed, Nov 26, 2008 at 3:40 PM, Joe Strout wrote: > > On

Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Andrea Gavana
Hi Joe & All, On Wed, Nov 26, 2008 at 3:40 PM, Joe Strout wrote: > On Nov 26, 2008, at 8:16 AM, Andrea Gavana wrote: > >>> Its been fixed in newer versions of wxpthon. Update to 2.8.8 or higher. >> >> Or try and get some ideas from CubeColourDialog: >> >> http://xoomer.alice.it/infinity77/main/fre

Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Joe Strout
On Nov 26, 2008, at 8:16 AM, Andrea Gavana wrote: Its been fixed in newer versions of wxpthon. Update to 2.8.8 or higher. Or try and get some ideas from CubeColourDialog: http://xoomer.alice.it/infinity77/main/freeware.html#cubecolourdialog Hey, I never noticed Andrea's page before -- if t

Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Andrea Gavana
Hello, On Wed, Nov 26, 2008 at 3:12 PM, Cody Precord wrote: > > Hello, > On Wed, Nov 26, 2008 at 9:04 AM, Mariano Di Felice > <[EMAIL PROTECTED]> wrote: >> >> Hello, >> I've tried to use PyColourChooser for my app ( python2.5.1, wxPython >> 2.8.7.1 ), and I 've found that this control don't work

Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Cody Precord
Hello, On Wed, Nov 26, 2008 at 9:04 AM, Mariano Di Felice < [EMAIL PROTECTED]> wrote: > Hello, > I've tried to use PyColourChooser for my app ( python2.5.1, wxPython > 2.8.7.1 ), and I 've found that this control don't works on MAC > platform... > I 've thought my code is wrong, and I've downloa

[Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Mariano Di Felice
Hello, I've tried to use PyColourChooser for my app ( python2.5.1, wxPython 2.8.7.1 ), and I 've found that this control don't works on MAC platform... I 've thought my code is wrong, and I've downloaded wxPython-demo, but also in demo this control doesn't works! Someone can help me, please