Package for fast plotting of many data points in Python?

2009-07-09 Thread tt-industries
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

65K length limitation in MySQLdb?

2008-06-09 Thread TT
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

Re: Python, subprocess, dump, gzip and Cron

2008-06-09 Thread TT
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 creates

mod_python works as standalone, does not as service (Windows XP)

2005-10-02 Thread tt
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,