[web2py] Re: Can't run web2py because of socket.gethostbyname problem

2012-08-02 Thread Mobility
Did anyone succeed installing Web2py in Mountain Lion Server with mod_wsgi? I have it installed and working in Lion but I cannot make it work in Mountain Lion. Em sexta-feira, 27 de julho de 2012 03h16min30s UTC-3, pbreit escreveu: > > This change is preventing me from starting web2py because of

[web2py] Re: Can't run web2py because of socket.gethostbyname problem

2012-08-03 Thread Mobility
I am not getting host name. I can run web2py on local host. When I go to my test deployment machine with ML Server I first get an error saying that wsgihandler.py file does not have exec permission. After I give permission on the file, chmod a+x, it says gives me an error saying premature end of

[web2py] Re: Can't run web2py because of socket.gethostbyname problem

2012-08-06 Thread Mobility
I tried the trunk version of Web2py and still got the same error message: "Premature end of script headers: wsgihandler.py". Only to be clear, I do not have the host name problem mentioned in this discussion. I am using the mod_wsgi which came with the ML Server. Should I try to compile mod_ws

[web2py] Re: Can't run web2py because of socket.gethostbyname problem

2012-08-06 Thread Mobility
compile a new version with Xcode and suggested in one of the posts? Best regards, Flavio. Em domingo, 5 de agosto de 2012 21h56min48s UTC-3, Massimo Di Pierro escreveu: > > Is this resolved? It should be. > > On Friday, 3 August 2012 08:25:07 UTC-5, Mobility wrote: >> >> I a

[web2py] deploying web2py in mountain lion server with mod_wsgi

2012-10-22 Thread Mobility
Can anybody help me install web2py on a production server running mountain lion server? I did manage to deploy it using a reverse proxy but not using wsgi. My server configuration is: Mountain lion 10.8.2 Server 2.1.1 Apache 2.2.22 python 2.7.2 --

[web2py] Deployment web2py Snow Leopard Server error

2012-04-02 Thread Mobility
I am new to Web2py. I tried to deploy it on my Snow Leopard Server running Mac OS X Server 10.6.8. I have already installed on the server the wsgi module which I use with a Django app. I installed web2py on the server following the guidelines on the deployment chapter of the Web2py Book (4th ed

Re: [web2py] Deployment web2py Snow Leopard Server error

2012-04-03 Thread Mobility
Thank you. I did again the chown command on the web2py and check the permissions but it did not work. I still get the same error. I am trying to learn how to deploy web2py on my snow leopard server not to just use to develop. Em segunda-feira, 2 de abril de 2012 21h32min17s UTC-3, pbreit escrev

Re: [web2py] Deployment web2py Snow Leopard Server error

2012-04-03 Thread Mobility
Como checo as permissões de execução no folder web2py? Em segunda-feira, 2 de abril de 2012 14h28min46s UTC-3, Ovidio Marinho escreveu: > > Check the permission folder ex. Grpup and owner = www-data > > Em segunda-feira, 2 de abril de 2012, Mobility > escreveu: > > I am n

Re: [web2py] Deployment web2py Snow Leopard Server error

2012-04-03 Thread Mobility
I will check it out. Em terça-feira, 3 de abril de 2012 13h39min25s UTC-3, pbreit escreveu: > > Is it a problem that the users directory is "wwwdata" vs "www-data"? > > File "/Users/wwwdata/web2py/gluon/main.py" >

Re: [web2py] Deployment web2py Snow Leopard Server error

2012-04-03 Thread Mobility
nd that owner (www-data) and group (www-data) has > full access > > if you have dwrxwrxwrx means that everyone has full access. > > > > On Tue, Apr 3, 2012 at 10:05 AM, Mobility wrote: > >> Como checo as permissões de execução no folder web2py? >> >> Em

[web2py] Autocomplete widget

2013-08-16 Thread Mobility
Is there a problem with the SQLFORM autocomplete widget in the latest version of Web2py? I used it before without problems and now it keeps posting an error message to reload the page. I am running the book example (7.7.1 Autocomplete widget). -- --- You received this message because you ar

[web2py] What does this timeout error in pg8000 mean?

2014-04-05 Thread Mobility
Versionweb2py™Version 2.9.5-stable+timestamp.2014.03.16.02.35.39PythonPython 2.7.5: /usr/bin/python (prefix: /System/Library/Frameworks/Python.framework/Versions/2.7)Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. Traceback (most rec

[web2py] Re: What does this timeout error in pg8000 mean?

2014-04-14 Thread Mobility
Thanks Derek I changed the driver to psycopg2 and since then I got no problems. Mariano Reingart gave this advice. I would recommend that everybody use psycopg2 in deployment. Thanks. Em sábado, 5 de abril de 2014 10h13min06s UTC-3, Mobility escreveu: > > > Versionweb2py™Version 2.9