Can I install Python 2.4 and 2.5 ?

2008-05-04 Thread adolfo
I am reviewing various visualization programs (Scipy, PYGNL, etc) and IDE´s. Some run on Python 2.4 others in 2.5. Can I have both installed at the same time if I don´t run them concurrently? Now in Windows XP soon on Ubuntu 8 Appreciating your help, Adolfo -- http://mail.python.org/mailman

Numpy not found

2008-05-04 Thread adolfo
o run the setup.py scrip. No changes. Any help with this mater will be much appreciated, Adolfo -- http://mail.python.org/mailman/listinfo/python-list

DISLIN Manual

2008-05-06 Thread adolfo
essage: Traceback (most recent call last): File "", line 1, in from dislin import * ImportError: No module named dislin I checked the environmental variables paths and they are according to instructions. What else to do? Any help will be much appreciated Adolfo -- http://mail.python.org/mailman/listinfo/python-list

DISLIN 9.3 starting issues

2008-05-06 Thread adolfo
*** I thought I posted this subject 45 min ago but it does not show so something went wrong and it does not show up. Excuse me if I repeat myself *** DISLIN 9.3 old manual problems I just installed DISLIN 9.3 for python (DISPY is installed too) and I am up to: 1.4 Quickplots Some quickplots ar

Re: Looking for Fredrik Lundh; documentation and code examples for elementtree

2008-05-07 Thread adolfo
gt; others. Additionally, I am hoping he can give me an example use of the > comment method. I have tried a couple times, but I can not figure it > out. Thank you so very much. > > DJ Las address I had of him was: [EMAIL PROTECTED] good luck, Adolfo -- http://mail.python.org/mailman/listinfo/python-list

DISLIN 9.3 stuck

2008-05-07 Thread adolfo
On May 7, 2:03 am, Weinhandl Herbert <[EMAIL PROTECTED]> wrote: > adolfo wrote: > > I built the following little program: > > > from numpy import * > > fromdislinimport * > > > def main(): > > x = arange (100, typecode=Float32) > >

DISLIN setup: can not open file map0.dat and all the others

2008-05-07 Thread adolfo
thing is that the DISLIN setup windows are in Spanish. I wonder if because this machine has XP in Spanish is confusing the setup? Adolfo -- http://mail.python.org/mailman/listinfo/python-list

Python Math libraries - How to?

2008-04-28 Thread aguirre . adolfo
Hi, I am a very newbie who would very much appreciate some hints. Python 2.52. on Windows XP for now. Soon on Ubuntu 8 I am teaching myself Python following free tutorials. I can solve problems using arithmetic, but when I try to upgrade the programs using math libraries nothing seems to work. I

Python Math libraries - How to?

2008-04-28 Thread aguirre . adolfo
Hi, I am a very newbie who would very much appreciate some hints. Python 2.52. on Windows XP for now. Soon on Ubuntu 8 I am teaching myself Python following free tutorials. I can solve problems using arithmetic, but when I try to upgrade the programs using math libraries nothing seems to work. I

Re: Python Math libraries - How to?

2008-04-28 Thread aguirre . adolfo
Hi, thak you. I get the following: > > > *** Error message * > > > Traceback (most recent call last): > > File "C:/Python25/z - MIS PROGRAMAS/volumen-b.py", line 20, > > in > > > > main() > > File "C:/Python25/z - MIS PROGRAMAS/volumen-b.py", line 13, > > in main > > vo

Re: Python Math libraries - How to?

2008-04-28 Thread aguirre . adolfo
> > Thank you. I´ll try all methods to figure out the convenience of each Adolfo > > -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Math libraries - How to?

2008-04-28 Thread aguirre . adolfo
Thank you :-), I´ll do Adolfo > > pi is not a global name. When you do "import math",you aren't adding > everything to the name space, you are just telling python that you are > going to be using that file. You then refer to it as math.*, such as > "math.pi"