can't import pylab

Message
Hi,

I'm using Python 2.4.1, numpy-0.9.8, and matplotlib-0.87.2 on a Windows XP computer.

Problem is that any attempt to import pylab results in a crash.

Using "python -v", the culprit seems to be the following line:

# c:\Python24\lib\site-packages\matplotlib\_transforms.pyc matches c:\Python24\lib\site-packages\matplotlib\_transforms.py

import matplotlib._transforms # precompiled from c:\Python24\lib\site-packages\matplotlib\_transforms.pyc

Any ideas and solutions to this issue?

Cheers,

Uri

The 0.87.2 release requires numpy-0.9.6.

- Charlie

ยทยทยท

On 5/29/06, Uri Nix <Uri.Nix@...1122...> wrote:

Hi,

    I'm using Python 2.4.1, numpy-0.9.8, and matplotlib-0.87.2 on a Windows
XP computer.
    Problem is that any attempt to import pylab results in a crash.
    Using "python -v", the culprit seems to be the following line:

    #
c:\Python24\lib\site-packages\matplotlib\_transforms.pyc
matches
c:\Python24\lib\site-packages\matplotlib\_transforms.py
    import matplotlib._transforms # precompiled from
c:\Python24\lib\site-packages\matplotlib\_transforms.pyc

    Any ideas and solutions to this issue?

Cheers,
    Uri