modflowpy / pymake

Python package for compiling MODFLOW-based applications
https://mfpymake.readthedocs.io/
Other
54 stars 35 forks source link

ImportError: cannot import name 'is_exe' #11

Closed s-scherrer closed 7 years ago

s-scherrer commented 7 years ago

I just tried to install pymake, but unfortunately it didn't work.

I think the line in pymake.py from flopy import is_exe ... should be from flopy.mbase import is_exe ...

jdhughes-usgs commented 7 years ago

You have to pull the latest version of the development branch of flopy and pymake (the call you list is different in the latest pymake commit .