Hi,
We are evaluating using Pylons for some Python web app development. We have had some trouble with the tutorials: 1. When going through some of the tutorials, some of the code examples are not being displayed correctly. Because of this the tutorials are unusable. From looking at the html it looks like a css file for the class="code" is not being loaded or there is a bug in the html code. Here are some pages that have the problem: http://pylonshq.com/project/pylonshq/wiki/Tutorial http://pylonshq.com/project/pylonshq/wiki/AjaxGettingStarted We would *love* it f this could be fixed soon. 2. In the following tutorial: http://pylonshq.com/docs/0.9.4.1/quick_wiki.html the user is encouraged to install the final product at the beginning: easy_install QuickWiki==0.1.3 paster make-config QuickWiki test.ini But then the user is supposed to create a new project of the same name: paster create --template=pylons QuickWiki But, now there are two projects with the same name in the users path, so things don't work as described in the tutorial. Simply changing the name of the user's version fixes this: paster create --template=pylons MyQuickWiki Thanks Brian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
