Re: [Pyobjc-dev] Checking PyObjC-1.0 installed?
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-10-16 14:37:31
|
On Thursday, Oct 16, 2003, at 10:04 America/New_York, Bob Swerdlow wrote: > I used PackageManager to install PyObjC1.0 into my MacPython 2.3. At > least > I think I did - I opened the database at > http://pyobjc.sf.net/packman/pyobjc-stable-6.6-Power_Macintosh.plist, > saw > the PyObjC-1.0-source and PyObjC-1.0-binary items, selected them and > clicked > "Install." I got no confirmation, but I eventually saw that the > "Packages" > column had turned to "yes". Some more concrete feedback would be > helpful. PackageManager needs a lot of work, I don't think anyone disagrees here. > Is there a way I can confirm that the 1.0 version is really there? > Also, is > there a way to remove the older PyObjC-1.0b1 source and binary > installations, which are now listed as "old"? >>> import objc >>> objc.__version__ '1.0' PackageManager lists packages that the repository offers, not necessarily the packages you have on your system. Which PackageManager repository is listing *both* 1.0 and 1.0b1? There's no need for you to try and uninstall 1.0b1 from your computer because 1.0 was installed over it. -bob |