Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Bill Janssen
Cairo seems to have Quartz bindings, as well. And there's pycairo [http://cairographics.org/pycairo]. Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] SplashScreens...

2006-01-05 Thread Bob Ippolito
On Jan 5, 2006, at 11:32 AM, Schollnick, Benjamin wrote: >>> -- a Python Binding for Quartz . >> >> Now that may work for the OP's original goal: getting up a >> splash screen before initializing wx. >> >> I'd be interested to hear it it does. > > I'll take a look and le

[Pythonmac-SIG] SplashScreens...

2006-01-05 Thread Schollnick, Benjamin
> > -- a Python Binding for Quartz . > > Now that may work for the OP's original goal: getting up a > splash screen before initializing wx. > > I'd be interested to hear it it does. I'll take a look and let you know. The only issue that might prevent me from exploring

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Christopher Barker
Brian Ray wrote: > -- a Python Binding for Quartz . Now that may work for the OP's original goal: getting up a splash screen before initializing wx. I'd be interested to hear it it does. -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Pythonmac-SIG] Newbie troubles with MacPython 2.4.1 / Tiger 10.4.3

2006-01-05 Thread U n d e r a c h i e v e r
On 3/1/06 23:01, in article [EMAIL PROTECTED], "Bob Ippolito" <[EMAIL PROTECTED]> wrote: > > On Jan 3, 2006, at 1:27 PM, Mark Asbach wrote: > >> I started with a iMac G5 with all Apple updates installed. Then I >> installed MacPython-OSX-2.4.1-1, directly after that I installed the >> TigerPytho

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Brian Ray
On Jan 5, 2006, at 11:01 AM, Joancarles Casasin wrote: > > Could you point to some of these imaging libraries alternative to PIL? Well this is kind of a broad topic. And it depends on what your trying to do. But a short list: -- a Python Binding for Quartz . -- anti-

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Schollnick, Benjamin
> Perhaps you should have asked about SplashScreen on the wxPython > users list > instead about PIL on the Mac Python list. > And perhaps you should've looked at som wxPython docs, e.g. the API > or this: Possibly... But I am not seriously researching it, and did not ask about it here..

Re: [Pythonmac-SIG] Cleanest way to access IOKit from Python?

2006-01-05 Thread Schollnick, Benjamin
> > Basically, I want to mess with a USB Input device (it acts kind of > > like a keyboard wedge) directly. It seems like the best way > to do this > > would be through IOKit. The question is, can I do it from Python? Could you clarify what you mean by a "Keyboard wedge"? Do you mean that it

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Henning Hraban Ramm
Am 2006-01-05 um 17:29 schrieb Schollnick, Benjamin: > But I don't think that PIL will help at this point... I'm > attempting to > add a splashscreen to an cross-platform (Windows / Mac) application... > PIL appears to use Tkinter? > Since my application is using PythonCard / wxPython, I don't

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Schollnick, Benjamin
> Don't do that. Instead: > > - install Python 2.4.1 from http://undefined.org/python > - install PIL from http://www.pythonmac.org/packages I did that But it still didn't seem to work Then I remembered that 2.41 is /usr/local/bin/python2.4 ... The default is v2.3... So it was mostly

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Mark Asbach
Hi Benjamin, hi Brian, >> I am under the impression that PIL was bundled automatically with >> MacPython? Am I wrong? you are ;-) > I think MacPython came with Package Manager. From Package Manager you > obtain PIL. At least, that is what I read from the MacPython > homepage. I never used PIL on

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Brian Ray
On Jan 5, 2006, at 8:01 AM, Schollnick, Benjamin wrote: > > I am under the impression that PIL was bundled automatically with > MacPython? > Am I wrong? > I think MacPython came with Package Manager. From Package Manager you obtain PIL. At least, that is what I read from the MacPython homepag

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Brian Ray
On Jan 5, 2006, at 8:01 AM, Schollnick, Benjamin wrote: > > I am under the impression that PIL was bundled automatically with > MacPython? > Am I wrong? I think MacPython came with Package Manager. From Package Manager you obtain PIL. At least, that is what I read from the MacPython homepage.

[Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Schollnick, Benjamin
Folks, I am under the impression that PIL was bundled automatically with MacPython? Am I wrong? - Benjamin ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-05 Thread Brian Ray
On Jan 4, 2006, at 2:51 PM, Bob Ippolito wrote: > There's already two relevant wikis (python.org, pythonmac.org), what > would a CMS do differently? I agree these work well. I keep reminding myself to start adding stuff :) BTW, what happened to the ReStructuredText as a formatting option on

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-05 Thread Brian Ray
On Jan 4, 2006, at 2:51 PM, Bob Ippolito wrote: > There's already two relevant wikis (python.org, pythonmac.org), what > would a CMS do differently? I agree these work well. I keep reminding myself to start adding stuff :) BTW, what happened to the ReStructuredText as a formatting option on