On Fri, 18 Jan 2008, Jim Vickroy wrote:
> I'm guessing that you do not have the following statement in your module:
>
> * *import pylab as p*
>
> which is required if you are going to use statements like:
>
> * *p.plot(...)*
> * *p.axis(...)*
> * *and so on.*
Good catch, Jim! This is t
Rich Shepard wrote:
I'm hoping that someone's already addressed the need I have so I don't
need to re-invent this wheel. But, if no one has a ready-made solution, I
still need some expert advice in how to build this wheel myself.
My python application uses the wxPython widget library, SQLi
I'm hoping that someone's already addressed the need I have so I don't
need to re-invent this wheel. But, if no one has a ready-made solution, I
still need some expert advice in how to build this wheel myself.
My python application uses the wxPython widget library, SQLite (using the
pysqlite