OK, I reported an error attempting to install pyobjc 2.3 on Mac OS 10.6.
Div Shekhar pointed out that 2.2b3 is already there! Whoa, so it is. Thank you.
However when running some of the PyGui tests I get an error that Greg
Ewing finds mysterious, and which might be related to the use of
pyobjc 2.2, whereas 2.3 is supposedly required by PyGUI.
(Specifically, test 22 and 28 give "UninitializedDeallocWarning:
leaking an uninitialized object of type NSBitmapImageRep")
So I repeated my attempts to install 2.3. First I installed the latest
version of XCode (3.2.6) (4.1 gig download, sheesh). Then ran
sudo easy_install pyobjc
with the same result as before (see earlier in this thread).
Everything perks along fine through the following modules:
pyobjc-framework-ServiceManagement
pyobjc-framework-ServerNotification
... <snip>...
pyobjc-framework-WebKit
pyobjc-framework-SystemConfiguration (produces a lot of C warnings)
pyobjc-framework-SyncServices
pyobjc-framework-SearchKit
and then it hits pyobjc-framework-ScreenSaver
there are a lot of C warnings and a couple of errors, then:
lipo: can't open input file: /var/tmp//ccWUi61Z.out (No such file or directory)
error: Setup script exited with error: command 'gcc-4.2' failed with
exit status 1
Now, 1, this is the first appearance of "lipo" in the install dialog,
and B, that path /var/tmp and two consecutive slashes can't be
correct.
There is something wrong with that install sequence. I'd appreciate
any guidance on how to get around it.
Thanks for your time,
Dave Cortesi
|