Re: [Pyobjc-dev] Installing PyObjC from svn
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-06-18 15:19:30
|
'easy_install pyobjc' should work. That will get you the latest beta release, at least if you're running OSX 10.5, there seem to be some issues with Tiger at the moment. My current development focus is on getting PyObjC ready for SnowLeopard, until that is done there will be little or no movement in the public repository because I don't have the time to work on two development tracks at the moment. Ronald On 18 Jun, 2009, at 16:00, Tommy Grav wrote: > I am trying to install PyObjC from svn on my Intel Mac Pro running > OS X 10.5.7. > > I have > ActivePython 2.5.4.3 (ActiveState Software Inc.) based on > Python 2.5.4 (r254:67916, Jan 20 2009, 14:11:42) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > > and I am trying to follow the instructions at > http://docs.activestate.com/activepython/2.5/gettingstarted.html > > However I get this problem > > [Heimdall:tgrav ~/Work/myCode/PyObjC/pyobjc/pyobjc]> /usr/local/bin/ > python setup.py bdist_mpkg --open > usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: setup.py --help [cmd1 cmd2 ...] > or: setup.py --help-commands > or: setup.py cmd --help > > error: invalid command 'bdist_mpkg' > > Trying instead > > Heimdall:tgrav ~/Work/myCode/PyObjC/pyobjc/pyobjc]> sudo /usr/local/ > bin/python setup.py install > Password: > 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-i386/egg > running install_lib > warning: install_lib: 'build/lib' does not exist -- no Python modules > to install > creating build/bdist.macosx-10.3-i386/egg > creating build/bdist.macosx-10.3-i386/egg/EGG-INFO > copying pyobjc.egg-info/PKG-INFO -> build/bdist.macosx-10.3-i386/egg/ > EGG-INFO > copying pyobjc.egg-info/SOURCES.txt -> build/bdist.macosx-10.3-i386/ > egg/EGG-INFO > copying pyobjc.egg-info/dependency_links.txt -> build/ > bdist.macosx-10.3-i386/egg/EGG-INFO > copying pyobjc.egg-info/requires.txt -> build/bdist.macosx-10.3-i386/ > egg/EGG-INFO > copying pyobjc.egg-info/top_level.txt -> build/bdist.macosx-10.3- > i386/ > egg/EGG-INFO > copying pyobjc.egg-info/zip-safe -> build/bdist.macosx-10.3-i386/egg/ > EGG-INFO > creating 'dist/pyobjc-2.2b3-py2.5.egg' and adding 'build/ > bdist.macosx-10.3-i386/egg' to it > removing 'build/bdist.macosx-10.3-i386/egg' (and everything under it) > Processing pyobjc-2.2b3-py2.5.egg > Removing /Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/pyobjc-2.2b3-py2.5.egg > Copying pyobjc-2.2b3-py2.5.egg to /Library/Frameworks/ > Python.framework/Versions/2.5/lib/python2.5/site-packages > Adding pyobjc 2.2b3 to easy-install.pth file > > Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/site-packages/pyobjc-2.2b3-py2.5.egg > Processing dependencies for pyobjc==2.2b3 > Searching for pyobjc-framework-XgridFoundation==2.2b3 > Reading http://pypi.python.org/simple/pyobjc-framework-XgridFoundation/ > Reading http://pyobjc.sourceforge.net > No local packages or download links found for pyobjc-framework- > XgridFoundation==2.2b3 > error: Could not find suitable distribution for > Requirement.parse('pyobjc-framework-XgridFoundation==2.2b3') > > Anyone have any tips to get PyObjC installed and working? > > Cheers > Tommy > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |