Hi;<br><br>I&#39;m a bit stuck, and was hoping someone could help.<br><br>I have a product directory something like the following:<br><br>src/app.py<br>src/resource.py<br>src/static<br>
src/static/img1.fav<br>
src/app_templates<br>src/app_templates/<a href="http://app_macro.pt">app_macro.pt</a><br>src/module1/__init__.py<br>src/module1/module1.py<br>src/module1/module1_templates<br>src/module1/module1_templates/<a href="http://view-mod1.pt">view-mod1.pt</a><br>
<br>The main <a href="http://app_macro.pt">app_macro.pt</a> references static/img1.fav<br><br>The submodule view &#39;<a href="http://view-mod1.pt">view-mod1.pt</a>&#39; references the macro &#39;<a href="http://app-macro.pt">app-macro.pt</a>&#39;<br>
<br>Now, I&#39;m doing something wrong, but grok can&#39;t seem to find img1.fav when the macro is expanded (it finds the macro itself just fine).   How do I get around this without duplicating static resources in the submodule directory tree?  In other words, how can a submodule share static resources from the parent directory?<br>
<br>I would be very grateful for any help!<br><br>Regards,<br>Paul<br><br><br>