[Grok-dev] Static resources usage in different namespace packages
Steve Schmechel
steveschmechel at yahoo.com
Wed Nov 18 00:15:26 EST 2009
I don't know enough to help you with the static resource question,
but to get more info on an exception, start the application with:
./bin/paster serve parts/etc/debug.ini
You should get a page full of debugging information including a
stack trace when an exception occurs.
Hope that helps a little,
Steve
--- On Tue, 11/17/09, Baiju M <mbaiju at zeomega.com> wrote:
> From: Baiju M <mbaiju at zeomega.com>
> Subject: [Grok-dev] Static resources usage in different namespace packages
> To: "Grok" <grok-dev at zope.org>
> Date: Tuesday, November 17, 2009, 10:49 PM
> Hi,
> I am splitting my packages over different
> namespace packages,
> like mynamespace.pkg1 mynamespace.pkg2 etc.
> How can I use the static resources available in first
> package inside
> the other one ?
>
> For example in the first one I am using something like
> this:
>
> <link rel="stylesheet" type="text/css"
> tal:attributes="href static/adder.css">
>
> But if I use it in the second one, it produces :
> "A system error occurred. "
> BTW, how to get more details of this error ?
>
> Regards,
> Baiju M
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> https://mail.zope.org/mailman/listinfo/grok-dev
>
More information about the Grok-dev
mailing list