I have confirmed that this error does not occur with Matplotlib-0.99.0 and
Python 2.6.
It does occur when I remove 0.99.0 and install 0.99.1.
--- On Mon, 10/26/09, Michael Droettboom wrote:
> From: Michael Droettboom
> Subject: Re: [Matplotlib-users] Can't import pylab on Windows
I'm not aware of anyone trying this, but I suspect it's related to
differences in how DLL paths are searched on Windows vs. shared objects
on Linux.
This sort of seems like a lower-level Python issue -- I wonder if you
could find other projects that do this and see where matplotlib
differs. F
Hello all,
I am trying to plot things from C using pylab. The configuration:
Window XP 32 bits
Python-2.6.3
numpy-1.3.0
matplotlib-0.99.1.
I can easily do this on Linux, but the same code does not work on Windows.
Here is a test program that tries to import pylab:
#include
#include
int
John Seales writes:
> Anyone have any help to get pylab working? Should I reinstall? What
> method should I use?
I guess you missed my previous reply asking for more details (I changed
the subject so that people who know more about OS X might notice it):
http://thread.gmane.org/gmane.comp.pytho
;t import pylab.
There's also a file called libfreetype.6.3.dylib there. I don't know if that
helps.
> To: matplotlib-users@lists.sourceforge.net
> From: j...@iki.fi
> Date: Mon, 20 Apr 2009 21:52:04 +0300
> Subject: Re: [Matplotlib-users] can't import pylab
>
> John Se
elps.
> To: matplotlib-users@lists.sourceforge.net
> From: j...@iki.fi
> Date: Mon, 20 Apr 2009 21:52:04 +0300
> Subject: Re: [Matplotlib-users] can't import pylab
>
> John Seales writes:
>
> > it's a problem with ft2font. I checked for the existence o
John Seales writes:
> it's a problem with ft2font. I checked for the existence of the files
> it's looking for, the libfreetype.6.dylib, and ft2font.so – they exist
> in the places they're supposed to. I don't really know what 'image not
> found' exactly means.
> ImportError:
> dlopen(/Library/
From: praxbaf...@hotmail.com
To: numpy-discuss...@scipy.org
Date: Sun, 19 Apr 2009 20:31:32 -0700
Subject: [Numpy-discussion] can't import pylab
I can't import pylab!!
it's a problem with ft2font. I checked for the existence of the files it's
looking for, the libfreetype.6.dylib, and
You need full administrator rights for pylab to work - power user status is
not enough.
got the following error when I tried to call in
"From pylab import *" :
Traceback (most recent call last):
File "", line 1, in
from pylab import *
File "C:\Python25\Lib\site-packages\pylab.py", li
Yes, I can write to the disk and the python directory, I installed Python
myself in the directory without need for any other administrator privileges.
I also tried re-applying read/write status in properties but still the same
error...
Dave
I'm not a regular Windows user, so I'm probably not o
I'm not a regular Windows user, so I'm probably not of much help, but...
It's trying to write a default .matplotlibrc file to C:\ Is that
directory writable, by the user that is running matplotlib?
Mike
David Springate wrote:
>
> Hi,
>
> I am a fairly new Python user and am trying to set up m
Hi,
I am a fairly new Python user and am trying to set up matplot lib to work
with scipy as an alternative to matlab. I installed matplotlib on my home
pc with no problems but I followed the same protocol on my work pc and got
the following error when I tried to call in
"From pylab import *" :
The 0.87.2 release requires numpy-0.9.6.
- Charlie
On 5/29/06, Uri Nix <[EMAIL PROTECTED]> 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 culpri
Title: 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\matplotli
14 matches
Mail list logo