On Monday 15 January 2007 23:37, [EMAIL PROTECTED] wrote:
> Hello:
> I am getting an identical error to the error encountered by Charlie Moad
> (posted Apr 10, 2006; 08:46am).  I am running Python 2.4.4 (#71, Oct 18
> 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 with Matplotlib v
> 0.87.7.  my system is:
>
> XP home, SP2 on a Dell XPS600, Dual Core P4 3.40GHz, 1 GB RAM
>
> the error thread is exactly the same:
[...]
>   File "C:\Python24\Lib\site-packages\matplotlib\texmanager.py", line 83,
> in TexManager
>     dvipngVersion = get_dvipng_version()
>   File "C:\Python24\Lib\site-packages\matplotlib\texmanager.py", line 58,
> in get_dvipng_version
>     raise RuntimeError('Could not obtain dvipng version')
> RuntimeError: Could not obtain dvipng version
>
> I saw in the message thread that a fix was committed, is this universal?

I think what you are seeing is not exactly the same what Charlie reported. 
Charlie observed that texmanager was being loaded, and the dvipng version 
checked, when he had usetex : False in his rc options. dvipng is only 
required by usetex, and therefore should not have been checked. The fix from 
April 2006 fixed that problem. If you have usetex : False in your rc options, 
and are still getting this dvipng version error, then it is a bug and I need 
to investigate.

However, I suspect that you have set usetex : True in your rc settings, but 
haven't installed all the required dependencies. Do you have dvipng 
installed, and is it on your PATH? If so, opening a DOS window and 
running "dvipng --version" should yield something like:

This is dvipng 1.8 Copyright 2002-2006 Jan-Ake Larsson
dvipng 1.8
kpathsea version 3.5.5
Copyright (C) 2002-2005 Jan-Ake Larsson.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files
named COPYING and dvipng.c.


Darren

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to