Hi,

I posted about a month ago and am giving this another shot. Trying to 
ultimately get my app built with Py2app on my Mac (built this on a different 
Mac running Leopard in the past). Due to problems I had with Python 2.6, I 
installed Python 2.7 from python.org. I am now trying to install PyObjC which 
is needed for my application. I have tried using both easy_install and checking 
out the source and running setup.py. Either way, I get the following error:

running install

running bdist_egg

running egg_info

writing requirements to pyobjc.egg-info/requires.txt

writing pyobjc.egg-info/PKG-INFO

writing top-level names to pyobjc.egg-info/top_level.txt

writing dependency_links to pyobjc.egg-info/dependency_links.txt

writing manifest file 'pyobjc.egg-info/SOURCES.txt'

installing library code to build/bdist.macosx-10.3-fat/egg

running install_lib

warning: install_lib: 'build/lib' does not exist -- no Python modules to install

creating build/bdist.macosx-10.3-fat/egg

creating build/bdist.macosx-10.3-fat/egg/EGG-INFO

copying pyobjc.egg-info/PKG-INFO -> build/bdist.macosx-10.3-fat/egg/EGG-INFO

copying pyobjc.egg-info/SOURCES.txt -> build/bdist.macosx-10.3-fat/egg/EGG-INFO

copying pyobjc.egg-info/dependency_links.txt -> 
build/bdist.macosx-10.3-fat/egg/EGG-INFO

copying pyobjc.egg-info/requires.txt -> build/bdist.macosx-10.3-fat/egg/EGG-INFO

copying pyobjc.egg-info/top_level.txt -> 
build/bdist.macosx-10.3-fat/egg/EGG-INFO

copying pyobjc.egg-info/zip-safe -> build/bdist.macosx-10.3-fat/egg/EGG-INFO

creating 'dist/pyobjc-2.4a0-py2.7.egg' and adding 
'build/bdist.macosx-10.3-fat/egg' to it

removing 'build/bdist.macosx-10.3-fat/egg' (and everything under it)

Processing pyobjc-2.4a0-py2.7.egg

removing 
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyobjc-2.4a0-py2.7.egg'
 (and everything under it)

creating 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyobjc-2.4a0-py2.7.egg

Extracting pyobjc-2.4a0-py2.7.egg to 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages

pyobjc 2.4a0 is already the active version in easy-install.pth

Installed 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyobjc-2.4a0-py2.7.egg

Processing dependencies for pyobjc==2.4a0

Searching for pyobjc-framework-ServiceManagement==2.4a0

Reading http://pypi.python.org/simple/pyobjc-framework-ServiceManagement/

Reading http://pyobjc.sourceforge.net

No local packages or download links found for 
pyobjc-framework-ServiceManagement==2.4a0

error: Could not find suitable distribution for 
Requirement.parse('pyobjc-framework-ServiceManagement==2.4a0')



I'm running Lion, upgraded from Snow Leopard, but I had this same problem on SL 
as well.



Can anyone help with this?



Thanks,

Mike
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to