Re: [Matplotlib-users] Can't import pylab on Windows with C API

2009-10-27 Thread Nick Hilton
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

Re: [Matplotlib-users] Can't import pylab on Windows with C API

2009-10-26 Thread Michael Droettboom
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

[Matplotlib-users] Can't import pylab on Windows with C API

2009-10-25 Thread Nick Hilton
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

Re: [Matplotlib-users] can't import pylab

2009-04-22 Thread Jouni K . Seppänen
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

Re: [Matplotlib-users] can't import pylab

2009-04-21 Thread John Seales
;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

Re: [Matplotlib-users] can't import pylab

2009-04-20 Thread John Seales
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

Re: [Matplotlib-users] can't import pylab

2009-04-20 Thread Jouni K . Seppänen
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/

[Matplotlib-users] can't import pylab

2009-04-20 Thread John Seales
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

Re: [Matplotlib-users] Can't Import Pylab on XP - runtime error.

2008-10-22 Thread Dave_Evo
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

Re: [Matplotlib-users] Can't Import Pylab on XP - runtime error.

2008-10-20 Thread Dave_Evo
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

Re: [Matplotlib-users] Can't Import Pylab on XP - runtime error.

2008-10-17 Thread Michael Droettboom
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

[Matplotlib-users] Can't Import Pylab on XP - runtime error.

2008-10-17 Thread David Springate
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 *" :

Re: [Matplotlib-users] can't import pylab

2006-05-29 Thread Charlie Moad
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

[Matplotlib-users] can't import pylab

2006-05-28 Thread Uri Nix
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