Shane schrieb:
> Hi,
> 
> Before my main question, a newbie question:  Where is the source for
> javascript/widgets/etc when installing on OS X?

Where ever you install it ;) If you use the system Python, then under

/System/Library/Frameworks/Python.framework/Versions/2.X
/lib/python2.3/site-packages/TurboGears-1.X.Y-py2.X.egg

if you have installed the Python package from python.org then under

/Library/Frameworks/Python.framework/Versions/2.X
/lib/python2.3/site-packages/TurboGears-1.X.Y-py2.X.egg

If you installed in a virtual env, then it will be under

<venvdir>/lib/python2.X/site-packages/TurboGears-1.X.Y-py2.X.egg

But if you just want to look at the source, why don*'t you use the trac
source browser (http://trac.turbogears.org/browser) or do a SVN checkout
(http://docs.turbogears.org/Contributing#source-code-repository)?

The widgets are in the turbogears/widgets/* files, the AJAX widgets in
turbogears/widgets/big_widgets.py


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to