[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-18 Thread JungHyun Kim
Andrew. If you don't mind, would you see my WSGI application setting? I modified "application" file in *project/wsgi* directory. from web2py import wsgihandler application = wsgihandler.application Variable "application" seems a main handler of web request. (Initially it was a function which re

[web2py] Web2py.com is down. :(

2012-05-18 Thread Jason Brower
Darn. When I needed it most. :( BR, Jason

[web2py] Re: Add count in db.parse_as_rest output

2012-05-18 Thread Joseph.Piron
Isn't it possible ? :( Le lundi 23 avril 2012 10:26:35 UTC+2, Joseph.Piron a écrit : > > Hi guys! > > I am using the wonderful db.parse_as_rest function in my development and > like to ask if it is possible to push a modification in the trunk as as to > be able to go on without custom code main

[web2py] Little problem with scheduler_task - has no signature Fields

2012-05-18 Thread szimszon
Hi! I wonder if somebody could help me. I have to audit scheduler_task db.scheduler_task._enable_record_versioning() works but scheduler_task have no Created On, By and Modified On, By (is_active) Fields :( Can we put this Fields in it?

[web2py] Re: Routing help

2012-05-18 Thread Deidre
" but /myapp/somefunction does not map to /myapp/default/somefunction because somefunction is interpreted as a controller in that URL (instead, it maps to /myapp/somefunction/index, and you get an error because such a controller doesn't exist). " so what does one do if one wants myapp/somestu

Re: [web2py] nginx uwsgi error 502 bad gate way

2012-05-18 Thread Lewis
Saw the slice from Bruce. I was already there. I have spent some 14 hours on this. I have read the docs on many of the uwsgi options. I have looked more carefully at the nginx docs. I now get some diagnostics that tell me much more about what is going on. Along the way I have learned to ha

Re: [web2py] nginx uwsgi error 502 bad gate way

2012-05-18 Thread Roberto De Ioris
Il giorno 18/mag/2012, alle ore 12:05, Lewis ha scritto: > > > > That's the news from Lake Woebegone. > > On the surface, nginx looks much easier to set up than apache. But, uwsgi > seems much more difficult than mod_wsgi. > > Thanks for everyone's help. > From your latest config i hav

Re: [web2py] nginx uwsgi error 502 bad gate way

2012-05-18 Thread Lewis
What you've sent is incomprehensible (not because of IT to EN--the language is fine). Command line arguments in the init script did not work because they go through start-stop-daemon . I moved most things to the xml. The remaining argument that goes directly to uwsgi is: -x /etc/uwsgi/uwsgi-c

[web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Lewis
Ran that command line. Doesn't work. Instead of command line arg for processes, I put it in xml. does it matter? On Wednesday, May 16, 2012 4:06:12 PM UTC-7, Lewis wrote: > > Guys, I have followed the cookbook, the posts here, and a posting at > stackoverflow. > > I am getting error 502 bad gat

[web2py] how to remove from the foo.xml reply?

2012-05-18 Thread bob
Great app, but I'm stuck on how to build custom XML. I have the following: @request.restful() def check(): def GET(id): count = db(db.users.user_name==id).count() if count > 0: return dict(Status=1) else: return dict(Status=0) return local

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Roberto De Ioris
Il giorno 18/mag/2012, alle ore 12:42, Lewis ha scritto: > Ran that command line. Doesn't work. > > Instead of command line arg for processes, I put it in xml. does it matter? You mean running "ps aux" now shows /usr/local/bin/uwsgi -x /etc/uwsgi/uwsgi-conf.xml instead of the (wrong) /usr/

[web2py] Web2py and exchange server

2012-05-18 Thread Gergely Orosz
Hi All, I have a web2py server set up on CentOS 5.5 with apache and MySQL I have an app and I try to send mail as part of registration I like to use my company's exchange server but cannot do so as I get error Unable to send e-mail Has anybody tried exchange server with Web2Py before? Has anybod

Re: [web2py] Web2py and exchange server

2012-05-18 Thread Khalil KHAMLICHI
Try authorizing IP of web2py server as a trusted IP in exchange configuration. On Fri, May 18, 2012 at 12:27 PM, Gergely Orosz < oroszgergely840...@gmail.com> wrote: > Hi All, > > I have a web2py server set up on CentOS 5.5 with apache and MySQL > I have an app and I try to send mail as part of

[web2py] Re: Web2py.com is down. :(

2012-05-18 Thread Massimo Di Pierro
it is back On Friday, 18 May 2012 03:00:00 UTC-5, encompass wrote: > > Darn. When I needed it most. :( > BR, > Jason >

[web2py] Re: TypeError: int() argument must be a string or a number, not 'Table' ?

2012-05-18 Thread Massimo Di Pierro
Which web2py version? If trunk, please open a ticket. On Friday, 18 May 2012 03:11:18 UTC-5, Johann Spies wrote: > > I get the error in the subject line and I do not have any idea why. > > I have the following model (shortened): > db.define_table('doccenter', > Field('doc_

[web2py] Re: RFC: web2py-based workflow engine

2012-05-18 Thread Cliff
Derek, Thanks for the links. My model handles parallel flows through the state links table. On Thursday, May 17, 2012 6:42:27 PM UTC-4, Derek wrote: > > I think you are just using abstract examples, though workflows are more > than just creating a widget or approving invoices. > The standard fo

[web2py] Re: RFC: web2py-based workflow engine

2012-05-18 Thread Ross Peoples
Yes, thanks for the links. I was able to add parallel steps that work as you describe. I have almost finished my workflow engine. I only have a couple more methods to write before I begin writing unit tests. Thanks for all the input. I am still taking comments and suggestions, so if anyone has

[web2py] Re: JSONP in web2py

2012-05-18 Thread david
did anyone ever respond, or get this to work?

[web2py] enabling jsonp

2012-05-18 Thread david.waldrop
After searching the web I think it is possible for web2py to support jsonp, but there is no concrete example. I am unable to get jsonp to work correctly and would appreciate any advice. I have created generic.jsonp containing the following: {{ ### # response._vars contains the dictionary retur

[web2py] Cannot operate on a closed database confusion

2012-05-18 Thread Jan Rozhon
Hi group, I am stuck with a database problem in my project and I am unable to figure out, what is wrong. Basically, in *models* I define database ("*tb*") and two *classes* ("*sip_test*" and "*resmon*"). The first class only runs several shell commands, but the second class i overseeing the out

Re: [web2py] Cannot operate on a closed database confusion

2012-05-18 Thread Richard Vézina
Maybe showing a bit of code could help! Richard On Fri, May 18, 2012 at 9:10 AM, Jan Rozhon wrote: > Hi group, > > I am stuck with a database problem in my project and I am unable to figure > out, what is wrong. Basically, in *models* I define database ("*tb*") and > two *classes* ("*sip_test*"

[web2py] Re: Routing help

2012-05-18 Thread Wikus van de Merwe
OK, so you want /myapp/args to be mapped to /myapp/default_controller/default_function/args. By default args would be interpreted as a function name and will be mapped to /myapp/default_controller/args. To change that you need to define a list of functions for the default controller. Then if ar

[web2py] Re: RFC: web2py-based workflow engine

2012-05-18 Thread Cliff
I took a quick look at the site. ISTM the commonality in all the workflows is that each task in the workflow has defined entry and exit criteria. Right now I'm implementing human-provided criteria. Most of the workflows at workflowpatterns.com include non-human system events in the criteria.

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Bruce Wade
Updates: 1) On production I am not using the XML style configuration file as I was having problems with it. Instead I have set the file /etc/default/uwsgi inside this file you need two lines (you can also place other configuration) PYTHONPATH=path_to_web_2_py_project and MODULE=wsgihandler /etc/de

[web2py] about uwsgi, nginx and such

2012-05-18 Thread Jonathan Lundell
On May 18, 2012, at 3:29 AM, Roberto De Ioris wrote: > > From your latest config i have to assume you have finally followed my advice > on reading the Quickstart. > Finally your config does not look a copy&paste :) I would make it even > simpler, but for now is enough. A more general question,

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread csantos
According to https://web2py.com/books/default/chapter/29/4, under "Parameter-based system", the expected behavior is: 1. http://domain.com/it/static/filename will be mapped to: 1. applications/myapp/static/it/filename if that file exists. If it doesn't, then URLs like: 1. http://domain.com

Re: [web2py] Cannot operate on a closed database confusion

2012-05-18 Thread Richard Vézina
I am not the best to help you... But maybe if you put your class in module it could help... Also, maybe read Bruno's thread about models2modules it will help you figure out (maybe) how to work with class in web2py. Only one question, is it required that you use threading? Richard On Fri, May 18,

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread Jonathan Lundell
On May 18, 2012, at 7:34 AM, csantos wrote: > According to https://web2py.com/books/default/chapter/29/4, under > "Parameter-based system", the expected behavior is: > > 1. > http://domain.com/it/static/filename > will be mapped to: > 1. > applications/myapp/static/it/filename > if that file exis

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread csantos
To be more specific, this issue only appears to happen under GAE. My guess is that there's something missing on the default app.yaml

[web2py] Re: JSONP in web2py

2012-05-18 Thread Massimo Di Pierro
Assuming you have views/generic.jsonp you need to enable it for remote requests: def get_devices(): response.view = 'generic.jsonp' devices = [r.hostname for r in db().select(db.device_status.hostname)] return dict(devices=devices) Then you need to call it with jQuery.getJSON("htt

Re: [web2py] Cannot operate on a closed database confusion

2012-05-18 Thread Jan Rozhon
Thanks for hints, I will take a look at what you have mentioned. Threading seemed to me as the only option how to perform periodic updates of database without blocking web2py's main thead. I though about using AJAX/jQuery, but since there is no web page (view or controller) for the functionality

Re: [web2py] Cannot operate on a closed database confusion

2012-05-18 Thread Massimo Di Pierro
Rule #1. You cannot use threading in a model or controller. When an http request arrives the web server spawns a new thread which runs your models, controller and view. This call is wrapped into a transaction which connects to the database (or pick connection from pool), then commits and closes

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread csantos
This is my routers: routers = dict( # base router BASE = dict(default_application = 'appteste'), appteste = dict(languages=['en', 'pt-br'], default_language='pt-br'), ) Also I tried to turn on map_static, but that didn't make any differences. By running web2py webserver, though, the ro

Re: [web2py] Cannot operate on a closed database confusion

2012-05-18 Thread Jan Rozhon
Oh, I didnt know that. Basically, I am trying to run several processes and then monitor their output files periodically and import their content to DB, so that all the fancy DB stuff can be done on top of them. From my knowledge, periodic task that runs for the whole test period would block the

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread Jonathan Lundell
On May 18, 2012, at 8:01 AM, csantos wrote: > This is my routers: > routers = dict( > # base router > BASE = dict(default_application = 'appteste'), > appteste = dict(languages=['en', 'pt-br'], default_language='pt-br'), > ) > Also I tried to turn on map_static, but that didn't make any

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread Jonathan Lundell
On May 18, 2012, at 8:01 AM, csantos wrote: > This is my routers: > routers = dict( > # base router > BASE = dict(default_application = 'appteste'), > appteste = dict(languages=['en', 'pt-br'], default_language='pt-br'), > ) > Also I tried to turn on map_static, but that didn't make any

Re: [web2py] about uwsgi, nginx and such

2012-05-18 Thread Vasile Ermicioi
My general question: what would my motivation be for migrating to (say) > nginx+uwsgi? What is each of them doing for me? Serve more requests with a > set of server resources, presumably, but what Apache+mod_wsgi problems are > they solving? with apache + mod_wsgi I had problems with memory usage

Re: [web2py] Re: TypeError: int() argument must be a string or a number, not 'Table' ?

2012-05-18 Thread Johann Spies
On 18 May 2012 14:21, Massimo Di Pierro wrote: > Which web2py version? If trunk, please open a ticket. > It is the trunk. Issue 804 Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you.

[web2py] Re: Web2py and exchange server

2012-05-18 Thread Niphlod
It's probably not an issue of web2py. can you send regular emails from your centos server through exchange with something like sendmail or mutt ?

[web2py] Re: how take screen shot of any site through url like using in power by web2py

2012-05-18 Thread Niphlod
you'd need to develop your own solution or afford a service. googling "url thumbnailing api" brings several results up to you. Il giorno venerdì 18 maggio 2012 13:22:51 UTC+2, Ramkrishan Bhatt ha scritto: > > we need make facebook fan page like where we need to fetch the site screen > shot thr

[web2py] Re: Little problem with scheduler_task - has no signature Fields

2012-05-18 Thread Niphlod
you can put them on like in every table, and then prevent the scheduler migrating the table setting migrate=False in its call. There should be no problems on that, but a big problem arises : the scheduler_task table will likely to have multiple copies of the same task (auditing works in that way

[web2py] Re: how to remove from the foo.xml reply?

2012-05-18 Thread Niphlod
views/generics.xml is your friend. And probably you'll want to create a your_controller/check.xml too, if you're in the need of overcustomizing your xml Il giorno venerdì 18 maggio 2012 06:57:02 UTC+2, bob ha scritto: > > Great app, but I'm stuck on how to build custom XML. > > I have the f

[web2py] nginx+uWSGI+Web2Py for Ubuntu Precise 12.04

2012-05-18 Thread orsomannaro
I made some modify to setup-web2py-nginx-uwsgi-ubuntu.sh script to fit it to Ubuntu Precise 12.04. Differences with the previous script: - install nginx and uwsgi from Precise reporitory - load python plugin in uwsgi configuration file for web2py setup-web2py-nginx-uwsgi-ubuntu-precise.sh De

[web2py] Re: about uwsgi, nginx and such

2012-05-18 Thread pbreit
Someone posted this pretty simple script today. Might work on older Ubuntu versions: https://groups.google.com/forum/#!topic/web2py/moZqFqZ8eHo Are you on a cloud server that you can rebuild? If so, I'd recommend a rebuild and start from scratch. If your server comes with Apache pre-installed t

[web2py] Re: how take screen shot of any site through url like using in power by web2py

2012-05-18 Thread Anthony
You could use a service with an API such as http://www.thumbalizr.com (which offers a free option that includes a watermark on the screenshots) or http://url2png.com (there are other services, some of which are listed here: http://url2png.com/alternatives). The other option is to run a headless

[web2py] FOR Rahul : I am looking for something like e.printStackTrace() in java.

2012-05-18 Thread Richard Vézina
Hello, This one if for Rahul that can't get his email on the list for obscure reason : Is there a function of exception object in web2py which will yield me the line number of occurrence of exception? I am looking for something like e.printStackTrace() in java. Sorry to disturb u for this, but i

[web2py] Re: about uwsgi, nginx and such

2012-05-18 Thread Lewis
Guys, let me say thanks first. Everything I have was working fine under apache2 and mod_wsgi. I even had parallel access to php and static files. I wanted to switch to nginx to make ssl config easier. could there be any holdover somewhere from the apache/mod_wsgi config? Because everything o

Re: [web2py] Re: about uwsgi, nginx and such

2012-05-18 Thread Bruce Wade
Start it manually was just to test the configuration of uwsgi. If that manual test works then you know the problem isn't with uwsgi. On Fri, May 18, 2012 at 10:46 AM, Lewis wrote: > Guys, let me say thanks first. > > Everything I have was working fine under apache2 and mod_wsgi. I even had > pa

[web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-18 Thread Jason Brower
This bounty has, thankfully, been solved. Thank you to all those that have participated! It has saved me so much time! BR, Jason Brower On 05/17/2012 07:28 PM, Jason Brower wrote: I have the event management tool I have been working on for 2 years now and I have made some changes to the code

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Lewis
Bruce: do you only need two lines of uwsgi config? Where do you put the rest of the directives? command line? Does anyone know how to have one uwsgi config file load another (as we do in apache)? I was trying to see an example or find it in uwsgi docs to no avail. On Friday, May 18, 201

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Roberto De Ioris
> Bruce: do you only need two lines of uwsgi config? Where do you put the > rest of the directives? command line? > > Does anyone know how to have one uwsgi config file load another (as we do > in apache)? I was trying to see an example or find it in uwsgi docs to no > avail. > > http://proj

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Bruce Wade
That is the only two lines I have nothing set on the command line. uwsgi should by default look into that directory. Oh yes there is one other thing you need to change in /etc/init.d/uwsgi (if you have this) the path to uwsgi is /usr/local/bin/uwsgi You also set in that file OWNER NAME DESC /etc/

[web2py] Re: Routing help

2012-05-18 Thread Alexander McLin
Thank you for the clarification, I understand it better now. I was indeed confused by the statement you quoted, I had thought that web2py's base behavior would that if it couldn't find a controller corresponding to somefunction, it would then invoke the default controller and search for somefun

[web2py] Re: Routing help

2012-05-18 Thread Alexander McLin
Sorry if I wasn't clear, I actually meant URLs of the following form, myapp/controller/args to be mapped to myapp/controller/index/args. The second point of confusion takes a different tack on web2py routing than the first point. I'll try to experiment with your solution though. For future not

Re: [web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-18 Thread Carlos Costa
The answer? 2012/5/18 Jason Brower > This bounty has, thankfully, been solved. Thank you to all those that > have participated! It has saved me so much time! > BR, > Jason Brower > > > On 05/17/2012 07:28 PM, Jason Brower wrote: > > I have the event management tool I have been working on for

[web2py] Re: Routing help

2012-05-18 Thread Alexander McLin
Sorry I posted too early, My solution is: in routes.py in the base folder, where myapp is the actual name of the application I'm developing. routes_app = ((r'/(?Pwelcome|admin|myapp)\b.*', r'\g'),) and in myapp's folder, I have another routes.py with the following, routes_in = ((r'/myapp/user

Re: [web2py] FOR Rahul : I am looking for something like e.printStackTrace() in java.

2012-05-18 Thread Alan Etkin
You can use the Python standard library traceback module http://docs.python.org/library/traceback El viernes, 18 de mayo de 2012 14:18:56 UTC-3, Richard escribió: > > Hello, > > This one if for Rahul that can't get his email on the list for obscure > reason : > > Is there a function of exceptio

[web2py] Re: how take screen shot of any site through url like using in power by web2py

2012-05-18 Thread Ramkrishan Bhatt
Thanks On Friday, 18 May 2012 22:23:42 UTC+5:30, Anthony wrote: > > You could use a service with an API such as http://www.thumbalizr.com (which > offers a free option that includes a watermark on the screenshots) or > http://url2png.com (there are other services, some of which are listed > her

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Lewis
Success! --but it's not clear why!?! I ran uwsgi with the following commmand line (note that I switched to unix sock in my location directive in nginx to match...): uwsgi -s /tmp/web2py.sock --module wsgihandler --pythonpath /var/web2py --daemonize /var/log/uwsgi.log This means that there is

[web2py] Re: how take screen shot of any site through url like using in power by web2py

2012-05-18 Thread Jose
http://khtml2png.sourceforge.net/

[web2py] uncompiling an application

2012-05-18 Thread lucas
hello one and all, i inadvertenly compiled my application. how do i get back to where i can edit it again? like how do i uncompile it or unpack it? i didn't lose the source did i? lucas

[web2py] Threads with homemade task queues

2012-05-18 Thread David Phillips
I've read hearty admonishments on this forum against creating threads in controller and model files, but what about the case of a background job launched as a separate process – like what chapter four of the book calls homemade task queues and chapter eight calls a background task? My applicat

[web2py] Re: uncompiling an application

2012-05-18 Thread Anthony
No, you didn't lose the source. Once you compile an app, in the admin interface, there should be a "Remove compiled" button in place of the "Compile" button. After you remove the compiled version, you can make changes and re-compile. Anthony On Friday, May 18, 2012 3:50:07 PM UTC-4, lucas wrot

[web2py] Where do we submit book errata?

2012-05-18 Thread Yarin
I see no obvious place to report book errors/corrections. There should be a link in the book itself.

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread Anthony
Yes, that would be nice. For now, you can report here. Anthony On Friday, May 18, 2012 4:31:45 PM UTC-4, Yarin wrote: > > I see no obvious place to report book errors/corrections. There should be > a link in the book itself.

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread Yarin
In http://web2py.com/books/default/chapter/29/9#Authorization the new user is conventionally "user_[id]" where [id] is the id of the newly created id. Should read: the new user is conventionally "user_[id]" where [id] is the id of the newly created group. (Also, can we change the table of conte

[web2py] Re: how to remove from the foo.xml reply?

2012-05-18 Thread bob
Thanks for the pointer. A quick solution was to mod the generic.xml and add a key='something' to change the root element. On Friday, May 18, 2012 8:58:30 AM UTC-7, Niphlod wrote: > > views/generics.xml is your friend. > > And probably you'll want to create a your_controller/check.xml too, if

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread Anthony
> > the new user is conventionally "user_[id]" where [id] is the id of the > newly created id. > Should read: > the new user is conventionally "user_[id]" where [id] is the id of the > newly created group. > No, the [id] is the id of the *user*. It is used to construct "user_[id]", which is th

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread Yarin
Sorry you're right- should read: of the newly created user. On Friday, May 18, 2012 5:19:21 PM UTC-4, Anthony wrote: > > the new user is conventionally "user_[id]" where [id] is the id of the >> newly created id. >> Should read: >> the new user is conventionally "user_[id]" where [id] is the id o

[web2py] "bad gategay" error

2012-05-18 Thread orsomannaro
I too had the "bad gategay" error because of two problems: - missing to install uwsgi-plugin-python - missing to add "python" in web2py.xml

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Lewis
Well, I revised my init.d script to work. Config files do not work at all in any way, shape or form. Just broken utterly. It turns out even loading simple startup variables to the init script does not work. Period. It would appear that for some reason the only way uwsgi works is with comman

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread Anthony
On Friday, May 18, 2012 5:36:40 PM UTC-4, Yarin wrote: > > Sorry you're right- should read: of the newly created user. Fixed.

[web2py] Re: Add count in db.parse_as_rest output

2012-05-18 Thread howesc
you could submit a patchit's more likely to get massimo to grab a patch. :) On Friday, May 18, 2012 1:06:55 AM UTC-7, Joseph.Piron wrote: > > Isn't it possible ? :( > > Le lundi 23 avril 2012 10:26:35 UTC+2, Joseph.Piron a écrit : >> >> Hi guys! >> >> I am using the wonderful db.parse_as_res

[web2py] web2py + Rocket server SSL is vulnerable

2012-05-18 Thread pyhead
Analyzing web2py + Rocket (1.2.4) with the SSL Server Test reveals vulnerabilities that give it an 'F' rating even when using the strongest RSA 4096 bit key. web2py's mission is to provide high security by default so it should be hardened to address these issues. Hopefully it is as simple as

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread pyhead
SSL page missing on http://web2py.com/books/default/chapter/29/13 "generate your own self-signed certificates following the instructions in ref." link broken: [openssl] http://web2py.com/books/default/reference/29/openssl Example code error: http://www.web2py.com/books/default/chapter/29/4#Di

[web2py] Re: Where do we submit book errata?

2012-05-18 Thread Anthony
> > SSL page missing on http://web2py.com/books/default/chapter/29/13 > > "generate your own self-signed certificates following the instructions in > ref." > > link broken: [openssl] > http://web2py.com/books/default/reference/29/openssl > Actually, all the refs in the book are broken. Examp

[web2py] Re: DAL IMAP errors

2012-05-18 Thread pyhead
Unfortunately neither of these seems to work. I downloaded your gpo2py mail client that uses DAL IMAP hoping to use it as an example, but it doesn't work at all. Have you tested it with any IMAP servers that work, or is this problem specific to the gmail IMAP server? I'm stuck. On Monday, Ap

Re: [web2py] Re: url rewrite for a multilingual / international site and search engine visibility

2012-05-18 Thread csantos
Removing this rule from app.yaml solved the issue, thank you very much! Also, I managed to successfully deploy my application, and the static folder was not compromised. I'll update the bug report. Regards On Friday, May 18, 2012 12:05:07 PM UTC-3, Jonathan Lundell wrote: > > On May 18, 2012, a

Re: [web2py] Re: nginx uwsgi error 502 bad gate way

2012-05-18 Thread Roberto De Ioris
> Well, I revised my init.d script to work. > > Config files do not work at all in any way, shape or form. Just broken > utterly. > > It turns out even loading simple startup variables to the init script does > not work. Period. > > It would appear that for some reason the only way uwsgi works i