Cant loading .shp file

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
Vincent B
Veteran
Posts: 4713
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Cant loading .shp file

Post by Vincent B »

Something wrong. :roll:
Might be a link broken, I can't load a .shp file.

Code: Select all

10:45:43  Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Program Files\FreeCAD_weekly-builds-29182-2022-06-17-conda-Windows-x86_64-py38\Mod\Arch\importSHP.py", line 53, in insert
    if not checkShapeFileLibrary():
  File "C:\Program Files\FreeCAD_weekly-builds-29182-2022-06-17-conda-Windows-x86_64-py38\Mod\Arch\importSHP.py", line 143, in checkShapeFileLibrary
    u = addonmanager_utilities.urlopen(url)
<class 'AttributeError'>: module 'addonmanager_utilities' has no attribute 'urlopen'
Attachments
Capture.JPG
Capture.JPG (20.82 KiB) Viewed 728 times
User avatar
NewJoker
Veteran
Posts: 3014
Joined: Sun Oct 11, 2020 7:49 pm

Re: Cant loading .shp file

Post by NewJoker »

Check this thread: https://forum.freecadweb.org/viewtopic.php?t=46150

You may have to do what the message says - install the shapefile.py library.
User avatar
Vincent B
Veteran
Posts: 4713
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Cant loading .shp file

Post by Vincent B »

thx.
Post Reply