On Wed, Nov 19, 2008 at 3:06 PM, Katie Thomas <[EMAIL PROTECTED]> wrote:
> Oh, I figured it out. It's not there. How do I reinstall the X11 dev
I have some notes on how to install on OS X that covers this -- see
http://ipython.scipy.org/moin/Py4Science/InstallationOSX
The explanation on the
Oh, I figured it out. It's not there. How do I reinstall the X11
dev tools?
On Nov 19, 2008, at 3:57 PM, Joshua Lippai wrote:
Could you try just typing "cd /usr", then "ls" and checking what
folders are in there? Is there an X11 folder in there at all?
Josh
On Wed, Nov 19, 2008 at 12:53 P
So I have downloaded matplotlib I'm sure, but when I type "cd /usr/
X11R6/lib" into the terminal is says "no such file or directory."
Do you know what this means?
Thanks for all your help,
Katie
On Nov 19, 2008, at 3:49 PM, Joshua Lippai wrote:
The sensitive root folders (like /usr) are hidden
Note: If you don't have X11 installed at all (not just the dev tools,
but not even X11 itself, which would mean you're running something
pre_leopard I assume), you can install this as one of the optional
components of your OS X install disc.
Josh
On Wed, Nov 19, 2008 at 1:11 PM, Joshua Lippai <[E
Either way, the problem is that matplotlib is trying to access a file
somewhere that doesn't exist (and needs to exist). Make sure you have
X11 installed on the computer (simple spotlight search should turn up
the app frontend), and then install the X11 package from Apple's Xcode
developer tools (a
Joshua Lippai wrote:
> If you're not comfortable with Terminal:
>
> -Open a Finder window
> -From the menubar, click Go -> Go to Folder...
You can also re-set finder to show you the hidden dirs -- I always have
mine set up that way. The easiest way is to use a utility called
"TinkerTool", but
Could you try just typing "cd /usr", then "ls" and checking what
folders are in there? Is there an X11 folder in there at all?
Josh
On Wed, Nov 19, 2008 at 12:53 PM, Katie Thomas <[EMAIL PROTECTED]> wrote:
> So I have downloaded matplotlib I'm sure, but when I type "cd
> /usr/X11R6/lib" into the
The sensitive root folders (like /usr) are hidden from the Finder so
that it's hard for someone that doesn't know about them to
accidentally delete/move something sensitive that's supposed to stay
put. You can get around this easily either with Terminal or Finder
itself.
If you're comfortable with
It appears that matplotlib is having trouble finding the freetype
dynamic lib in your /usr/X11R6/lib folder when it references it. I'd
check that folder to see if the dylib is there. If it isn't, reinstall
the X11 dev tools. If it is, something is wrong with the dynamic lib
opening, so I'd recommen