I have tried to include some functionality from the cartopy library in an 
application I have been successfully building with pyinstaller (up til 
now). 

However, while the application builds, the cartopy functionality causes it 
to crash with no error report. 

Cartopy is a catographic library for python and allows you to create 
geographic plots (maps and such) using matplotlib by providing a GeoAxes 
class. 
The problem arises when the application attempts to create a geoaxes:

self.figure.add_subplot(111, projection = prj)

the extra 'projection' argument causes a geoaxes to be created instead of a 
regular mpl axes (not sure how this 'hook' is actually implemented). In any 
case, this is where it falls down. The application freezes and I get a 
standard windows 'application has stopped working' message...

Any ideas on what could be causing the problem?


-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to