From: Mitchell, G. \(Gary\) <gm...@ag...> - 2006-03-08 20:45:38
|
John, For some reason I seem to not be able to send email to the list.. Gary Your message did not reach some or all of the intended recipients.=20 Subject: FW: [Matplotlib-users] update to: I can not get matplotlib to = work on a windows xp professional machine=09 Sent: 3/8/2006 12:59 PM=09 The following recipient(s) could not be reached:=20 mat...@li... on 3/8/2006 1:04 PM There was a SMTP communication problem with the recipient's email = server. Please contact your system administrator. < -a #5.5.0 SMTP; 550 Don't like your HELO/EHLO. Hostname must contain = a dot.>=20 ________________________________ From: John Hunter [mailto:jdh...@ni...] Sent: Wed 3/8/2006 1:19 PM To: Mitchell, Gary (Gary) Cc: mat...@li... Subject: Re: [Matplotlib-users] update to: I can not get matplotlib to = work on a windows xp professional machine Gary> John, Thanks for your help! I edited the path and the Gary> dlls are found ok. I still get the message: It still Gary> gets an error stating the procedure entry point Gary> g_assert_warning could not be located in the dynamic Gary> link library libglib-2.0-0.dll. After I click ok on the Gary> error message the last line of the dump is displayed Gary> before it returns to the command line. Any ideas? Gary> 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 |