Hi Ian,

Due to the way CSSLink is implemented it looks for widget CSS in the
following URL:

http://<yoursite>/tg_widgets/<folders_you_specified>/<filename_you_specified>

which is mounted from within TurboGears. You can find it in
"/site-packages/TurboGears{$version}/turbogears/widgets/static" under
the libraries folder of your python installation. (I have it in
C:/python24/Lib on windows and "/usr/lib/python2.4" on ubuntu linux)

The idea is that widgets that get packaged for reuse will be installed
here. That I know of there is no way to force this to work within your
project.


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

Reply via email to