I installed XCode and everything appeared successful... tg-admin info
returned:
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
packages/TurboGears-1.0.4.3-py2.5.egg/turbogears/toolbox/designer/
__init__.py:15: UserWarning: SQLObject is missing, toolbox designer
won't work
warnings.warn("SQLObject is missing, toolbox designer won't work")
TurboGears Complete Version Information
TurboGears requires:
* TurboGears 1.0.4.3
* TurboKid 1.0.4
* TurboJson 1.1.2
* TurboCheetah 1.0
* simplejson 1.7.4
* setuptools 0.6c7
* RuleDispatch 0.5a0.dev-r2306
* PasteScript 1.3.6
* FormEncode 0.9
* DecoratorTools 1.7
* configobj 4.5.2
* CherryPy 2.3.0
* kid 0.9.6
* RuleDispatch 0.5a0.dev-r2306
* Cheetah 2.0.1
* PyProtocols 1.0a0dev-r2302
* PasteDeploy 1.3.1
* Paste 1.6
* DecoratorTools 1.7
Toolbox Gadgets
* info (TurboGears 1.0.4.3)
* catwalk (TurboGears 1.0.4.3)
* shell (TurboGears 1.0.4.3)
* designer (TurboGears 1.0.4.3)
* widgets (TurboGears 1.0.4.3)
* admi18n (TurboGears 1.0.4.3)
Identity Providers
* sqlobject (TurboGears 1.0.4.3)
* sqlalchemy (TurboGears 1.0.4.3)
tg-admin Commands
* info (TurboGears 1.0.4.3)
* shell (TurboGears 1.0.4.3)
* quickstart (TurboGears 1.0.4.3)
* update (TurboGears 1.0.4.3)
* sql (TurboGears 1.0.4.3)
* i18n (TurboGears 1.0.4.3)
* toolbox (TurboGears 1.0.4.3)
Visit Managers
* sqlobject (TurboGears 1.0.4.3)
* sqlalchemy (TurboGears 1.0.4.3)
Template Engines
* kid (TurboKid 1.0.4)
* json (TurboJson 1.1.2)
* cheetah (TurboCheetah 1.0)
Widget Packages
TurboGears Extensions
* visit (TurboGears 1.0.4.3)
* identity (TurboGears 1.0.4.3)
Is that correct? Because if it is, then the simplejson didn't end up
having issues after all.
Kattni
On Mar 1, 5:44 pm, Christopher Arndt <[EMAIL PROTECTED]> wrote:
> Curious George schrieb:
>
> > I would love to do it myself as I suspect Kattni (and other Mac users)
> > will run into the same problem I am having with regards to simplejsons
> > missing egg.
>
> That would be very helpful.
>
> > If you could explain what needs to be done to compile all of the eggs
> > in TG I would give it a try.
>
> You don't need to compile *all* eggs, just the ones for simplejson.
>
> Here's what you have to do:
>
> - Install Python 2.5 (already included in "Leopard" but not in "Tiger")
>
> - (optional) Install Python 2.4
>
> - Install Xcode (it's on the Mac OSX install disc, or get it
> fromhttp://www.apple.com/macosx/developertools/xcode.html)
>
> - Install setuptools
>
> - Download simplejson-1.7.4.tar.gz
> fromhttp://pypi.python.org/pypi/simplejsonand extract it
>
> - Open Terminal and change into the simplejson-1.7.4 folder and run:
>
> python setup.py bdist_egg
>
> - If you also want to build a Python 2.4 egg, run:
>
> python2.4 setup.py bdist_egg
>
> - Send me the egg files created in the "dist" subdirectory and I will
> upload them.
>
> Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---