Re: [Pyobjc-dev] Quartz.CoreGraphics vs Quartz only
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2009-03-22 17:58:48
|
On 19 Mar, 2009, at 12:39, Rodrigo Guerra wrote: > Hi, > > I noticed that in the original Apple configuration certain > CoreGraphics functions are available not only inside > Quartz.CoreGraphics but also directly at the Quartz module, but when I > tried to compile and install PyObjC from svn sources it is not the > case. See the sessions below: That's a bug in the repository. I've just commited a fix (r2117). The longer version: I disabled some code when debugging an issue with PyObjC and forgot to reenble that code during a commit :-( Ronald |