Shapefile importer

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Shapefile importer

Post by HakanSeven12 »

wmayer wrote: Wed Oct 20, 2021 1:17 pm I think it's more a problem of Coin3d and other libraries because internally they use simple floats instead of doubles. For huge coordinates you will get rounding issues, then.
They gave me this answer long time ago: https://github.com/coin3d/coin/issues/3 ... -593274564
Aodh
Posts: 1
Joined: Wed Feb 28, 2024 1:21 pm

Re: Shapefile importer

Post by Aodh »

Just wondered if anyone had came across this error message when installing the shape file importer

11:20:32 Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Applications/FreeCAD.app/Contents/Resources/Mod/Arch/importSHP.py", line 49, in insert
if not checkShapeFileLibrary():
File "/Applications/FreeCAD.app/Contents/Resources/Mod/Arch/importSHP.py", line 139, in checkShapeFileLibrary
u = addonmanager_utilities.urlopen(url)
<class 'AttributeError'>: module 'addonmanager_utilities' has no attribute 'urlopen'

I am using a Mac mini (intel) with the latest IOS installed. Have Python 2.7 and Python 3 installed.
Post Reply