it works great, but when the doctests fails, the error message is: Line 2, in /home/joschua/seetor/Code/web2py/applications/examples// controllers/simple_examples.py in makejson.__doc__
the are two ways to solve this (the second slash after examples) problem: #1: change line 62 at /gluon/compileapp.py to "name = '%scontrollers/ %s.py in %s.__doc__' \", which is fairly ugly. #2: remove the last slash at line 353 in gluon/main.py AND check all files that use request.folder, that they work correctly. although I think it would be better to not let a directory end with a slash in source code, but to change this will maybie break other things. On 14 Mrz., 21:14, mdipierro <[email protected]> wrote: > fantastic. I am uploading the solution to trunk. Thank you. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

