Using python22.dll with Python 2.5?

2008-10-22 Thread Martin Schneider
Hi! I'd like to use the numpy library (which runs on Python 2.5) in the same project with another (mandatory) library which needs python22.dll. When I try to compile I get an error similar to python22.dll not compatible with the current Python version. Has anybody an idea how to solve this?

Two-dimensional array tutorial?

2008-10-22 Thread Martin Schneider
Hi! I'd like to handle two-dimensional arrays. My first choice, the numpy library, doesn't seem to be an option due to compatibility issues (see my other thread about python22.dll). Is there a tutorial somewhere how to handle 2d-arrays with vanilla Python? Thanks and best regards, Martin --

Re: Two-dimensional array tutorial?

2008-10-22 Thread Martin Schneider
Diez B. Roggisch schrieb: Can't you just get Numpy (or it's predecessors, Numeric) compiled against ptyhon2.2? I tried Numeric, but e.g. it doesn't seem to feature transpose... How do I compile Numpy against python2.2? :-) Thanks for your answers and best regards, Martin --

Re: Two-dimensional array tutorial?

2008-10-22 Thread Martin Schneider
Robert Kern schrieb: Martin Schneider wrote: I tried Numeric, but e.g. it doesn't seem to feature transpose... Yes, it does. Numeric.transpose() Then I must have made a mistake. I'll look into it. Thanks for the correction. How do I compile Numpy against python2.2? :-) You cannot