Hi, I am trying to quickstart an application.
I have tried twice and run into errors both times. The first time I tried to use a namespace package so when asked for the package name I gave "testns.helloworld". This caused a number of errors in the setup etc as the directory structure for packages was not correctly created. A directory named 'testns.helloworld' was created. The sqlite database was not created correctly either. I fixed up the directories manually and the application launched. It looks like only one level of packaging is supported. The second time I did not use a namespace package. In the development.ini the comments say: """ The %(here)s variable will be replaced with the parent directory of this file """ I ran paster setup-app but the string %(here)s still appeared in the file. Everything seems to work. Is it just that the comment in the file is misleading ? Thanks Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

