realthunder / fcad_pcb

FreeCAD scripts for PCB CAD/CAM
MIT License
126 stars 25 forks source link

py3 compatibility issue #10

Closed easyw closed 5 years ago

easyw commented 5 years ago

I've tested the tools in FreeCAD_0.18.14928_Conda_Py3QT5-WinVS2015_x64.7z and I get the following errors:

Traceback (most recent call last): File "...../fcad_pcb-test.py", line 22, in from fcad_pcb import kicad File ".....\fcad_pcb\kicad.py", line 18, in from kicad_parser import KicadPCB,SexpList File ".....\fcad_pcb\kicad_parser__init__.py", line 1, in from kicad_pcb import * <class 'ModuleNotFoundError'>: No module named 'kicad_pcb'

realthunder commented 5 years ago

I've just added support of Python3. Please sync the repo along with all the sub modules.

easyw commented 5 years ago

Thx 😄