Re: Problems with mod_fcgi and paste

2007-01-19 Thread [EMAIL PROTECTED]
The problem is that Pylons errors.py is importing from /usr/lib... bypassing settings from fcgi file. Exception is throwed by registry.restorer.save_registry_state(environ), few lines before there is a code which could be guilty ;) is it? ## from paste.evalexception.middleware import

Re: Problems with mod_fcgi and paste

2007-01-19 Thread [EMAIL PROTECTED]
ok, I'll try to use virtual-python :) should work :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from

Re: [slightly OT] file storage in simple CMS

2007-01-19 Thread Shannon -jj Behrens
On 1/13/07, Bob Ippolito [EMAIL PROTECTED] wrote: On 1/13/07, Sean Davis [EMAIL PROTECTED] wrote: This is slightly off-topic, but I'll ask anyway, in case someone has already done this. I want to make a simple file storage system of file uploads. However, I would really like to store the

Re: [slightly OT] file storage in simple CMS

2007-01-19 Thread Bob Ippolito
On 1/19/07, Shannon -jj Behrens [EMAIL PROTECTED] wrote: On 1/13/07, Bob Ippolito [EMAIL PROTECTED] wrote: On 1/13/07, Sean Davis [EMAIL PROTECTED] wrote: This is slightly off-topic, but I'll ask anyway, in case someone has already done this. I want to make a simple file storage

setting up proxy in pylons?

2007-01-19 Thread eleith
i would like to have a page in pylons that can make requests to any URL. i don't want a full out proxy, i don't need URL rewriting or anything complex like that. this is the basic setup i have now: 1. i have a controller called proxy 2. you make a request in the browser to the

Google Groups eating messages?

2007-01-19 Thread Jamie Begin
I've posted two messages to this list in the past day and neither of them have appeared. I've been using the web interface but am attempting a post via email with this message. It seems like some RoR folks are having similar issues: http://www.forbiddenweb.org/topic/138796/index.html

Utterly frustrated

2007-01-19 Thread Jamie
I've been struggling to learn how to use Pylons and it's getting to the point that I'm about to give up and just use Django. I need some advice on how to make this less painful. I've been a (professional) web developer for over a decade now and can't remember ever being this frustrated with

My /templates/autohandler.myt does not kick in ...

2007-01-19 Thread JfD
To whom it may concern, I just started to learn python and web application development by using Pylons. Python has some similarities with Visual Foxpro, the development tool I'm familiar with, but constructing a web application is a different thing! What so ever, I have a problem with

Re: Google Groups eating messages?

2007-01-19 Thread Ben Bangert
On Jan 19, 2007, at 1:20 PM, Jamie Begin wrote: I've posted two messages to this list in the past day and neither of them have appeared. I've been using the web interface but am attempting a post via email with this message. It seems like some RoR folks are having similar issues:

Re: Utterly frustrated

2007-01-19 Thread Ben Bangert
On Jan 18, 2007, at 6:04 PM, Jamie wrote: I'm at the point now that I'm comfortable with writing productive apps in Python and am looking for a good MVC framework. I started with Django and found it reatively easy to pickup. However, one of the reasons it's easy is because all the components

Re: Utterly frustrated

2007-01-19 Thread Kendall Clark
On Jan 19, 2007, at 6:06 PM, Ben Bangert wrote: I would personally suggest Mako (Myghty's successor and much cleaner) if you want non-XML based templates, and Genshi if you want XML-ish templates. Again, use as little as possible to get started, and read the appropriate docs for

Re: Utterly frustrated

2007-01-19 Thread Yves-Eric
Jamie wrote: I've been struggling to learn how to use Pylons and it's getting to the point that I'm about to give up and just use Django. I need some advice on how to make this less painful. [...] But having to learn Myghty/Cheetah (still haven't decided), SQLAlchemy, Paste, and Routes all

Re: My /templates/autohandler.myt does not kick in ...

2007-01-19 Thread Mayowa
JfD, Did you rename the autohandler template to autohandler.myt, or was that just a typo, if so rename it back to just autohandler with no extension (i.e get rid of the .myt tail); I'm not a pylons or mighty internals expert but i've used pylons in projects on both winxp, and ubuntu and