python math lib
Verfasst: Donnerstag 11. Februar 2010, 14:13
hallo zusammen,
versuche seit Tagen python und math lib zu instalieren. Auf Scientificlinux habe ich aufgegeben, jedoch bin ich auf einem win xp 64 sys rechtweit gekommen. Habe Python(x,y)-2.6.2.0 instaliert und matplotlib-0.99.1.win-amd64-py2.6.
jetzt bekomme ich folgenedes:
C:\Program Files (x86)\pythonxy\console>python
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\site-packages\pylab.py", line 1, in <module>
from matplotlib.pylab import *
File "C:\Python26\lib\site-packages\matplotlib\pylab.py", line 206, in <module>
from matplotlib import mpl # pulls in most modules
File "C:\Python26\lib\site-packages\matplotlib\mpl.py", line 1, in <module>
from matplotlib import artist
File "C:\Python26\lib\site-packages\matplotlib\artist.py", line 5, in <module>
from transforms import Bbox, IdentityTransform, TransformedBbox, TransformedPath
File "C:\Python26\lib\site-packages\matplotlib\transforms.py", line 34, in <module>
from matplotlib._path import affine_transform
Hat von Euch zufällig jemand diese Konfiguration am laufen und kann mir dazu etwas Hilfestellung leisten?
vielen Dank und lg Zelda
versuche seit Tagen python und math lib zu instalieren. Auf Scientificlinux habe ich aufgegeben, jedoch bin ich auf einem win xp 64 sys rechtweit gekommen. Habe Python(x,y)-2.6.2.0 instaliert und matplotlib-0.99.1.win-amd64-py2.6.
jetzt bekomme ich folgenedes:
C:\Program Files (x86)\pythonxy\console>python
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\site-packages\pylab.py", line 1, in <module>
from matplotlib.pylab import *
File "C:\Python26\lib\site-packages\matplotlib\pylab.py", line 206, in <module>
from matplotlib import mpl # pulls in most modules
File "C:\Python26\lib\site-packages\matplotlib\mpl.py", line 1, in <module>
from matplotlib import artist
File "C:\Python26\lib\site-packages\matplotlib\artist.py", line 5, in <module>
from transforms import Bbox, IdentityTransform, TransformedBbox, TransformedPath
File "C:\Python26\lib\site-packages\matplotlib\transforms.py", line 34, in <module>
from matplotlib._path import affine_transform
Hat von Euch zufällig jemand diese Konfiguration am laufen und kann mir dazu etwas Hilfestellung leisten?
vielen Dank und lg Zelda