[Pythonmac-SIG] Leopard PyObjc & Quartz

2007-11-06 Thread Uliano Guerrini
Hello, If I run the Examples in /Developer/Examples/Python/PyObjc/Quartz/... building them from terminal with py2app the work as expected. If I create a new project in Xcode with the any template Cocoa Python Application and add in any file a line with import Quartz then the applicatons stop

Re: [Pythonmac-SIG] Leopard PyObjc & Quartz

2007-11-06 Thread Luc Heinrich
On 6 nov. 07, at 14:40, Uliano Guerrini wrote: > then the applicatons stops working (it hangs jumping in the dock) and > I can read in the console > > [Session started at 2007-11-06 14:35:27 +0100.] > _RegisterApplication(), FAILED TO establish the default connection to > the WindowServer, _CGSDef

Re: [Pythonmac-SIG] Leopard PyObjc & Quartz

2007-11-06 Thread Uliano Guerrini
Il giorno 06/nov/07, alle ore 15:18, Luc Heinrich ha scritto: > but in alias builds *only* bingo! I can confirim your findings. Is there any way to make xcode work with py2app not in alias mode? uliano ___ Pythonmac-SIG maillist - Pythonmac-SIG@p

Re: [Pythonmac-SIG] working around versions

2007-11-06 Thread Ronald Oussoren
On 5 Nov, 2007, at 21:42, David Worrall wrote: Thanks for your reply Ronald. I do run multiple versions, but I change the symlink of Current. Do you mean because people change versions in other ways, say through a shell alias rather than change the symlink? When you install two versions of

Re: [Pythonmac-SIG] Problem with numpy on Leopard

2007-11-06 Thread Nehemiah Dacres
Python is implemented on OSX as a framework, go to /Library/Frameworks/Python.framework and command click and choose show package contents under the contextual menu and you will see the python framework's insides. ___ Pythonmac-SIG maillist - Pythonmac

Re: [Pythonmac-SIG] Python TkAqua, Tkinter bug

2007-11-06 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I am not certain where the problem is or who to report it to, but > there is a bug in TkAqua, Tkinter, or possibly OS X's windowing > system. I am using a simple module on top of Tkinter for teaching an > intro programming course. W