Problems with http://pylonshq.com/docs/0.9.5/testing_web_application.html

2007-04-24 Thread Agustín (Cucho) Villena
HI all! I recently worked thorugh the testing tutorial at http://pylonshq.com/docs/0.9.5/testing_web_application.html, and found following issues: When I tried to test objects, as seen at the end of the tutorial, I received the following error: The offending code from testexample.tests import

TDD tutorial problems for 0.9.5

2007-04-24 Thread Agustín (Cucho) Villena
Hi! I recently worked through the http://pylonshq.com/docs/0.9.5/testing_web_application.html tutorial, and found some problems First: - I tried Windows and Linux with same results. Does really paste.fixture doesn't work in Windows? Second - The last example doesn't work (testing objects)

Re: Session store

2007-04-24 Thread Damjan
You can store sessions (or the needed info) in just cookies, a database (MySQL, Postgresql, etc) or memcached. It's not neccesseary to store the session in files. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pyl

Web Services via SOAP

2007-04-24 Thread [EMAIL PROTECTED]
Has there been any success creating SOAP web services with pylons? I'm working on a project that would require a SOAP interface and I'd like to use ZSI but it seems to only have CGI and mod_python handlers. Has anyone ever done this? How hard would it be to create a Pylons handler for ZSI? Any ti

Re: adding controllers to an existing application

2007-04-24 Thread Jose Galvez
If I understand you correctly I should be able to add a new controller to a running pylons service (assuming there is a route to handle it) is that correct?, because that has not been my experience. When I've added a new controller I've always had to restart the service otherwise I get a 404 erro

Re: adding controllers to an existing application

2007-04-24 Thread Ben Bangert
On Apr 23, 2007, at 2:18 PM, Jose Galvez wrote: > Hi all, I've got a what I hope is a simple question. Occasionally > I have to make a small change to the logic in an existing > controller. Now pylons is running as a service and I really don't > like to reload the entire pylons service (o

Pylons and wordpress

2007-04-24 Thread Muhammad
Hi, I am running pylons web application using apache. i.e ServerSignature serversignature ServerName sname.com ProxyPass / http://localhost:50/ ProxyPassReverse / http://localhost:50/ How can i run wordpress with this setup? I tried this two setups but both are