You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: function 'map_offset_fairlead' not found
I’ve tried Python 3 and 2, both give errors. In mapsys.py I’m using
lib = cdll.LoadLibrary("map_x64.dll")
and I have the map_x64.dll stored directly in the folder containing the mapsys.py script. Maybe I have an old version of the dll? Where do I get most recent one?
If this is not the right place to post this question, could you direct me to a more suitable place please.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to run MAP++ on Windows using the python driver (standalone). I downloaded the package from https://bitbucket.org/mmasciola/map-plus-plus/src/master/. When running it, I’m getting the following error:
I’ve tried Python 3 and 2, both give errors. In mapsys.py I’m using
lib = cdll.LoadLibrary("map_x64.dll")
and I have the
map_x64.dll
stored directly in the folder containing themapsys.py
script. Maybe I have an old version of the dll? Where do I get most recent one?If this is not the right place to post this question, could you direct me to a more suitable place please.
I would be grateful for any hints.
Beta Was this translation helpful? Give feedback.
All reactions