Re: [Pyobjc-dev] pyobjc 2.3 install fails
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-12-09 09:58:15
|
On 8 Dec, 2010, at 18:44, Mark Sienkiewicz wrote: > Hi, > > I downloaded pyobjc 2.3 fro http://pypi.python.org/pypi/pyobjc > > When I do "setup.py install", it apparently downloads a bunch of other stuff, ending with: > > ... > Downloading http://pypi.python.org/packages/source/p/pyobjc-framework-SystemConfiguration/pyobjc-framework-SystemConfiguration-2.3.tar.gz#md5=4c38458240a9f5ead59a041ee496e89b > Processing pyobjc-framework-SystemConfiguration-2.3.tar.gz > Running pyobjc-framework-SystemConfiguration-2.3/setup.py -q bdist_egg --dist-dir /var/folders/1w/1wzkS8Y4H44BBu-c3gTR7k++2Ws/-Tmp-/easy_install-iwKHFq/pyobjc-framework-SystemConfiguration-2.3/egg-dist-tmp-l5sSob > error: Could not find required distribution pyobjc-core > > As far as I can tell, some part of it must be missing from pypi. Any ideas? That's odd, pyobjc-core is on pypi and should work just fine. Could you try "easy_install pyobjc-core==2.3" followed running "python setup.py install" for pyobjc itself again? Ronald > > Mark S. > > > ------------------------------------------------------------------------------ > This SF Dev2Dev email is sponsored by: > > WikiLeaks The End of the Free Internet > http://p.sf.net/sfu/therealnews-com > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |