Forum: Python May 20th, 2008 |
| Replies: 3 Views: 326 Writing arrays to a column of a spreadsheet? Hello, I have a program that generates several 1-dimensional arrays that I would like to conduct data analysis on.
I was wondering if there was some sort of python tool (or module, or anything) that... |
Forum: Python May 15th, 2008 |
| Replies: 2 Views: 363 Re: What is the __config__ module? Thanks, I figured this one out recently.
the last time I had scipy/numpy installed, scipy wasn't dependent on numpy being imported, however, since I had to mix and match with a combination of... |
Forum: Python May 15th, 2008 |
| Replies: 2 Views: 363 What is the __config__ module? Hello, I am trying to install scipy on Ubuntu 8.0.4LTS, and am having some serious issues.
I have succesfully downloaded and installed scipy, but when I try and "import scipy" in a program
I am... |