Forum: Python May 20th, 2008 |
| Replies: 3 Views: 889 You can try scipy/numpy or pylab (in matplotlib)
numpy.savetxt()
http://www.scipy.org/Numpy_Example_List_With_Doc#head-6f3df3a053452b00ab04a805bb24fbd305b79f34
pylab.save()... |
Forum: MySQL Jul 22nd, 2004 |
| Replies: 1 Views: 8,417 Hi,
I just built mysql from source on Solaris. It's
installed in my own space since I have no root
access on that solaris server.
The problem is I always get following error when
trying... |