On Aug 2, 2007, at 7:11 AM, delilah_302 wrote:
> > Being new to Pylons, I started out by going through the QuickWiki > tutorial. I have it all working and even added onto it a little. I > followed the instructions for Publishing the Finished Product to build > the egg and then deployed it into my Pylons installation to see if it > would work. Everything seemed to be going ok until I started up Paste > and tried to look at it with the browser. I got an error message > saying that it couldn't find the page.myt template. I cracked open > the egg using WinZip and could see that none of the templates or my > CSS file was included in the egg. How do I get them included in the > egg? > This'll be fixed in newer Pylons projects and the new QuickWiki that'll get released along with 0.9.6 final. The fix is here: http://pylonshq.com/project/pylonshq/changeset/2286 Basically you just need a MANIFEST.in file recursively-including the public and templates dirs -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
