Re: Myghty and Pylons

2006-10-04 Thread Mayowa
Joe, I'm just getting started with pylons and initially i had the same issues you describe... After experimenting i realised the pylons wraps myghty, so i just ignore the stuff about setup, installation, servelets, WSGI, CGI, etc since pylons has already done that. All the other stuff The Myghty

Re: Routes: Problem using .resource

2006-10-04 Thread wyatt-bC
Ben Bangert wrote: On Oct 3, 2006, at 5:39 PM, wyatt-bC wrote: I'm trying to use the resource method like this to create some Web services: m.resource( 'address', controller='address', path_prefix='/:region', name_prefix='region_' )

Re: Routes: Problem using .resource

2006-10-04 Thread wyatt-bC
wyatt-bC wrote: Ben Bangert wrote: On Oct 3, 2006, at 5:39 PM, wyatt-bC wrote: I'm trying to use the resource method like this to create some Web services: m.resource( 'address', controller='address', path_prefix='/:region',

Re: Myghty and Pylons

2006-10-04 Thread Joe
On Wed, 2006-10-04 at 07:35 +, Mayowa wrote: I'm just getting started with pylons and initially i had the same issues you describe... After experimenting i realised the pylons wraps myghty, so i just ignore the stuff about setup, installation, servelets, WSGI, CGI, etc since pylons has

Re: Updated QuickWiki

2006-10-04 Thread owl
kevin wrote: When following the QuickWiki tutorial, I got EXACTLY the same error as reported - i.e. 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)