update to: I can not get matplotlib to work on a windows xp professional machine

John,
I tried using TkAgg as the backend and it raised a value error Unrecognized backend error. The backends.html says The windows installer comes with TkAgg prebuilt so why do I get the error above? I selected PS as the backend and it took that ok. I did add both the GTK\bin and the GTK\lib to the sytem path. I will try the dependency walker when I can. I guess I am generating more questions...
Regards
Gary

···

________________________________

From: John Hunter [mailto:jdhunter@…8…]
Sent: Wed 3/8/2006 1:19 PM
To: Mitchell, Gary (Gary)
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] update to: I can not get matplotlib to work on a windows xp professional machine

    > John, Thanks for your help! I edited the path and the
    > dlls are found ok. I still get the message: It still
    > gets an error stating the procedure entry point
    > g_assert_warning could not be located in the dynamic
    > link library libglib-2.0-0.dll. After I click ok on the
    > error message the last line of the dump is displayed
    > before it returns to the command line. Any ideas?
    > Regards Gary

You might want to grab "Dependency Walker" and load the gobject.dll
file that is failing. It will tell you what it is trying to link to
and why it is failing. Did you add the bin and lib subdirs of the GTK
install tree to your PATH? If there are spaces in the install path,
it can be tricky to get right on win32.

Also, please keep replies on list since it will be archived for future
reference.

JDH