Re: [Pythonmac-SIG] building pyopengl on Tiger?

2006-09-28 Thread Dethe Elza
I'm really glad to hear you're working on the OS X port. I'll try it out as soon as I get a few cycles free. I'm excited about the possibilities for PyOpenGL in the future--the ctypes work opens up some interesting territory. Thanks for working on this. --Dethe On 28-Sep-06, at 8:31 PM,

Re: [Pythonmac-SIG] building pyopengl on Tiger?

2006-09-28 Thread Josh Marshall
As a side note to this discussion on building PyOpenGL 2.0, I'd like to mention that Mike Fletcher is working on OpenGL-ctypes, which is to become PyOpenGL 3.0. I am working on the Mac OS X porting work. Many of the simpler tests now run, but there are still many issues to be worked out. Wit

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Ronald Oussoren
On Sep 28, 2006, at 8:28 PM, Michael Glassford wrote: After a bit of further investigation, the problem appears to be that py2app isn't correctly finding stuff that's in a zipped egg file, so that stuff is never being included in the py2app application's site-packages.zip file. Should it? Or s

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Ronald Oussoren
On Sep 28, 2006, at 8:04 PM, Bob Ippolito wrote: On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: Bob Ippolito wrote: On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: I've just installed Python 2.5, then installed py2app and pyobjc using easy_install. My application built ju

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Bob Ippolito
On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > Bob Ippolito wrote: > > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > >> Bob Ippolito wrote: > >> > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > >> >> Bob Ippolito wrote: > >> >>> On 9/28/06, Michael Glassford <[E

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Michael Glassford
Bob Ippolito wrote: > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: >> Bob Ippolito wrote: >> > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: >> >> Bob Ippolito wrote: >> >>> On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: >> I've just installed Python 2.5, then

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Bob Ippolito
On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > Bob Ippolito wrote: > > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > >> Bob Ippolito wrote: > >>> On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > I've just installed Python 2.5, then installed py2app and pyobjc

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Michael Glassford
Bob Ippolito wrote: > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: >> Bob Ippolito wrote: >>> On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: I've just installed Python 2.5, then installed py2app and pyobjc using easy_install. My application built just fine, but when

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Bob Ippolito
On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > Bob Ippolito wrote: > > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > >> I've just installed Python 2.5, then installed py2app and pyobjc using > >> easy_install. My application built just fine, but when I run it I get > >> the

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Michael Glassford
Bob Ippolito wrote: > On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: >> I've just installed Python 2.5, then installed py2app and pyobjc using >> easy_install. My application built just fine, but when I run it I get >> the error "ImportError: No module named PyObjCTools" when it tries to

Re: [Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Bob Ippolito
On 9/28/06, Michael Glassford <[EMAIL PROTECTED]> wrote: > I've just installed Python 2.5, then installed py2app and pyobjc using > easy_install. My application built just fine, but when I run it I get > the error "ImportError: No module named PyObjCTools" when it tries to > execute the line "from

[Pythonmac-SIG] easy_install pyobjc: what about pyobjctools

2006-09-28 Thread Michael Glassford
I've just installed Python 2.5, then installed py2app and pyobjc using easy_install. My application built just fine, but when I run it I get the error "ImportError: No module named PyObjCTools" when it tries to execute the line "from PyObjCTools import AppHelper". How does PyObjCTools get insta

Re: [Pythonmac-SIG] python2.5 error building 4Suite-1.0rc4

2006-09-28 Thread Ronald Oussoren
On Thursday, September 28, 2006, at 08:09AM, Joshua Boverhof <[EMAIL PROTECTED]> wrote: >4Suite-XML-1.0rc4 failed to build with python2.5 on my mac OSX >10.4.7, which I installed using universal python-2.5-macosx.dmg. > >I was getting this error: > >Ft/Xml/src/expat/lib/xmlparse.c:20: error:

Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-28 Thread Bob Ippolito
On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 27.09.2006, at 19:35, Bob Ippolito wrote: > > >> What I was looking for is actually a bit more modest: I want to > >> create an installer that checks that all dependencies are fulfilled. > >> Bundling everything in one installer is not a

Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-28 Thread konrad . hinsen
On 27.09.2006, at 19:35, Bob Ippolito wrote: >> What I was looking for is actually a bit more modest: I want to >> create an installer that checks that all dependencies are fulfilled. >> Bundling everything in one installer is not always a good idea, as it >> could easily overwrite an already exis