I just used "easy_install <eggfile>" .. not that installing bdist_mpkg would be bad - but is it actually a dependency?
On Feb 11, 2008 7:50 PM, René Dudfield <[EMAIL PROTECTED]> wrote: > cool, thanks. > > I guess we need to tell the egg (setuptools) somehow that it depends > on pyobjc 1.4.x on macs. Any eggsperts? har har > http://google.com/search?q=egg+joke > > I added this to the setup.py file... line 61ish. > 'setup_requires': ['bdist_mpkg>=0.4.2', 'pyobjc>=1.1'], > > I think that'll add the dependency to the egg. > > ...and here's an updated egg. > http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3-py2.5-macosx-10.3-fat.egg<http://rene.f0o.com/%7Erene/stuff/pygame-1.8.0rc3-py2.5-macosx-10.3-fat.egg> > > What commands did you use to install it from the egg? > > > > > > On Feb 12, 2008 1:27 PM, Brian Fisher <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 5:30 PM, René Dudfield <[EMAIL PROTECTED]> wrote: > > > > > Is anyone able to test this macosx binary egg? Brian? > > > > http://rene.f0o.com/~rene/stuff/pygame-1.8.0rc3-py2.5-macosx-10.3-fat.egg<http://rene.f0o.com/%7Erene/stuff/pygame-1.8.0rc3-py2.5-macosx-10.3-fat.egg> > > > > > > > > It installs and runs things fine with a user-installed build of python > 2.5 > > with objC 1.4 installed on Leopard > > > > > > ...I'd love to try it on my system python as well, but I can't see to > find > > easy_install for the apple-installed python... it's not in > > System/Library/Frameworks/Python.framework/Current/bin and not in > > /Library/Python/2.5/site-packges either... and finder doesn't seem to > want > > to try to help me find it either - anybody got any tips? > > >
