Re: Cocoa Python broken in Leopard??
Re: Cocoa Python broken in Leopard??
- Subject: Re: Cocoa Python broken in Leopard??
- From: Luc Heinrich <email@hidden>
- Date: Thu, 8 Nov 2007 14:10:13 +0100
On 8 nov. 07, at 13:00, Uliano Guerrini wrote:
can you give a simple skeleton example of that?
Well, instead of doing:
import SomeFrameworkWhichWantsToConnectToTheWindowServer
...
appHelper.runEventLoop()
I did:
import AppKit
AppKit.NSApplication.sharedApplication()
...
import SomeFrameworkWhichWantsToConnectToTheWindowServer
...
appHelper.runEventLoop()
And I was able to launch my alias build correctly. In your case and
in the case of the Quartz examples of the developer tools,
'SomeFrameworkWhichWantsToConnectToTheWindowServer' is 'Quartz', in
my case it's something else I haven't really identified yet.
--
Luc Heinrich
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden