This pull request fixes an issue (#31 ) when pygeodesy is used inside an application that is bundled with PyInstaller. The _ismodule function expects a certain file layout which is not present when bundled with PyInstaller. PyInstaller is detected with the frozen attribute.
This pull request fixes an issue (#31 ) when pygeodesy is used inside an application that is bundled with PyInstaller. The
_ismodule
function expects a certain file layout which is not present when bundled with PyInstaller. PyInstaller is detected with thefrozen
attribute.