Re: [Pythonmac-SIG] Another tcl/tk problem with python--PIL this time

2006-10-30 Thread Ronald Oussoren
On Oct 30, 2006, at 11:37 PM, Russell E. Owen wrote: This is another plea for the _tkinter.so that comes with the standard macpython to be set up to look for a Tcl/Tk first in /Library/Frameworks, then in /System/Library/Frameworks. I think the packages would have just worked fine with that ch

Re: [Pythonmac-SIG] Opening Tkinter X11 windows in remote displays

2006-10-30 Thread Ronald Oussoren
On Oct 30, 2006, at 10:37 PM, Jose Hales-Garcia wrote: Sorry if this has been asked already. We're trying to get the Python Tkinter's widgets to appear remotely on an X11 server. So far we're only able to open widgets on the local console. Trying to get them to appear remotely results in th

Re: [Pythonmac-SIG] Problems with py2app for i386

2006-10-30 Thread Chris Van Bael
Strange because I followed that manual exactly. But I'll try again... Thanks for the help On 10/30/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: > On 10/29/06, Chris Van Bael <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm building an application on a PPC Mini in Python with PyGame. > > When I run "

[Pythonmac-SIG] psyco

2006-10-30 Thread Bill Dozier
I had hopes, when reading this post, that setting -mstackrealign would magically make psyco work on MacIntel. No such luck. I still got a seg fault. Rats. --"I can sum that up in one word: youneverknow." -- Joaquin AndujarBill Dozier[EMAIL PROTECTED] ___

[Pythonmac-SIG] Another tcl/tk problem with python--PIL this time

2006-10-30 Thread Russell E. Owen
You'll recall that I reported crashes with the macpython.org matplotlib package. This turned out to be because I was using my own Tcl/Tk (a good version instead of the version installed with 10.4). It turns out PIL has a similar but more subtle problem. It works for me, but if I use py2app to b

[Pythonmac-SIG] Opening Tkinter X11 windows in remote displays

2006-10-30 Thread Jose Hales-Garcia
Sorry if this has been asked already. We're trying to get the Python Tkinter's widgets to appear remotely on an X11 server. So far we're only able to open widgets on the local console. Trying to get them to appear remotely results in the error message... kCGErrorRangeCheck : Window Serve

Re: [Pythonmac-SIG] Problems with py2app for i386

2006-10-30 Thread Bob Ippolito
On 10/29/06, Chris Van Bael <[EMAIL PROTECTED]> wrote: > Hi, > > I'm building an application on a PPC Mini in Python with PyGame. > When I run "python setup.py py2app" I get a .app file made that runs > on my (and other) PPC Macs. But it fails on Intel Macs. > I presume these last lines I get have

Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-30 Thread Christopher Barker
Jacob Rus wrote: > I'm surprised that TextMate didn't make this list. That was a very quick, off the cuff list from my brain. It was not intended to be comprehensive. I do hope TextMate is listed on the wiki page at python.org -- if not, someone should add it. > Admittedly, the python bundle i

Re: [Pythonmac-SIG] py2app problems

2006-10-30 Thread Bob Ippolito
On 10/30/06, thor <[EMAIL PROTECTED]> wrote: > > Hi list > > I'm trying to build an app with py2app. The project is using pygame and > pyOpenGL and all that is imported in the main file. > > I'm on PowerBook, OS X 10.4.6 > > I try to build the setupfile with py2applet as recommended but I get > thi

[Pythonmac-SIG] py2app problems

2006-10-30 Thread thor
Hi list I'm trying to build an app with py2app. The project is using pygame and pyOpenGL and all that is imported in the main file. I'm on PowerBook, OS X 10.4.6 I try to build the setupfile with py2applet as recommended but I get this: thm21-mac-pb:~/Desktop/opengl thm21$ py2applet --make-s