Hi John, John_Nowlan wrote: > I did easy_install "QuickWiki==0.1.2" > then paster make-config QuickWiki test.ini > > and got the following error: > > Cheetah.Parser.ParseError:
It works perfectly for me. Which platform are you on, which version of Pylons are you using and which version of Cheetah are you using? Have you tried upgrading to the latest version of Cheetah? > No test.ini was created. > Copying my old test.ini over and adding sqlalchemy.dburi fixes that error but > then trying to run gives me: > > C:\Python24\Lib\site-packages\QuickWiki-0.1.2-py2.4.egg>paster serve test.ini > File > "c:\python24\lib\site-packages\QuickWiki-0.1.2-py2.4.egg\quickwiki\config\middleware.py", > line 27, in make_app > app = pylons.wsgiapp.PylonsApp(config, helpers=quickwiki.lib.helpers) > TypeError: __init__() got an unexpected keyword argument 'helpers' Strange, looks like you are using an old version of Pylons but to install QuickWiki it should have upgraded you to 0.9.2. James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
