-
BPO | [15564](https://bugs.python.org/issue15564)
--- | :---
Nosy | @orsenthil, @bitdancer, @jshields
Files | [cgibug.py](https://bugs.python.org/file26764/cgibug.py "Uploaded as text/plain at 2012-08…
-
Originally filed by massimo....@gmail.com on 2011-02-06T05:40:57
A number of web2py users are reporting occasional "broekn pipe" errors since moving from mysqldb to pymysql.
http://groups.google.com…
-
Currently pymysql uses backslashes to escape quotes. This is not SQL compliant and causes troubles if sql_mode='NO_BACKSLASH_ESCAPES' is set on the server. For example, web2py DAL does that: http://co…
-
Originally filed by massimo....@gmail.com on 2011-01-16T16:40:09
Reposting from:
http://code.google.com/p/web2py/issues/detail?id=157
What steps will reproduce the problem?
1. Create a table having…
-
In Mobile CSP in the Instructor's Page, Chapter Activity, when you drill down to a student and lesson like https://runestone.academy/runestone/dashboard/subchapdetail?chap=Unit2-Intro-to-Mobile-Apps&s…
-
I received the following error in the terminal.
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.9/tkinter/__init__.py", line 1892, in __call__
ret…
-
Automated build was stopped today due to the following:
mr update: /home/bmiller/Runestone/web2py/applications/runestone/books/mobilecsp
From github.com:MobileCSP/MobileCSP
edd13d4..e74eb77 m…
-
requirements.txt lists mysqlclient1.4.1 as a default requirement for this, however, it seems to error out upon installation from pip. Would MySQL 5.7 be a necessity to run this, as I don't believe Mar…
-
my uwsgi.ini settings about attach-daemon2 doesn't work.
please tell me the problem,thanks.
[uwsgi]
socket = /tmp/web2py2000.socket
pythonpath = /home/www-data/web2py2000/
mount = /=wsgihandler…
-
Hi all,
quite a long time since my last commit in web2py repos. Here is a change proposal to use [Renoir](https://github.com/emmett-framework/renoir) templating engine in place of the actual implemen…