Hi,
I am programming a oscilloscope module in Python. For this reason, I
want to plot very many data points as fast as possible. This can be
more than 100 000 at once. So far I have been using the ploting module
of wxPython. However, it becomes unstable for more than 25000 points.
Can someone reco
On Jun 10, 2:37 pm, Aidan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having a bit of trouble with a python script I wrote, though I'm not
> sure if it's related directly to python, or one of the other software
> packages...
>
> The situation is that I'm trying to create a system backup script that
>
I'm trying to using the following code insert a long string into a
MySQL table, the data type is of that column is TEXT. When the length
of the content is longer than 65K, it get truncated in the database.
Any idea about this? Thanks
import MySQLdb
import MySQLdb.cursors
class MyDb:
def __in
My mod_python 3.1.4 installation works when Apache 2.0.54 is run in
standalone mode (apache -k standalone) but refuses to operate when run
as a service (apache -k restart).
Logs yield the usual and well-known "make_obcallback: could not import
mod_python.apache" error. I have tried PYTHONHOME, Loa