[Matplotlib-users] basemap 0.99.4 on vista no go 0xC0000005: Access Violation?

2009-08-16 Thread marc desmarais
I can run a demo basemap on my Vista PC using version 0.99.3 for py2.5.  I 
upgraded to 0.99.4 because the great circle function would crash.  But now 
nothing works.

I brought it in to Microsoft C++ debugger:

unhandled exception in python.exe: 0xC005: Access Violation


Marc Desmarais

Long Beach, CA, 90814



  --
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] basemap 0.99.4 on vista no go 0xC0000005: Access Violation?

2009-08-16 Thread Christoph Gohlke
Hi Marc,

I can not reproduce this crash on my Vista development computer or on a 
fresh installation of Windows XP, Python 2.5.4, Numpy 1.3, matplotlib 
0.99, basemap 0.99.4 in a VM. All examples work (some depend on PIL).

Can you run these commands without crash?

python -c import _geoslib
python -c from mpl_toolkits.basemap import _geod
python -c from mpl_toolkits.basemap import _proj

These basemap/geos C modules depend on MSVCR71.DLL and MSVCP71.DLL, 
which are not included in the basemap installer.

Christoph

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users