Latest FreeCAD (1.0.0) breaks KiCad import script #10
Replies: 3 comments 2 replies
-
I see WebGui is not available. Therefore this fails.
ps. my knowledge of python is 1/10 so take this into account |
Beta Was this translation helpful? Give feedback.
-
Confirmed this suggested change patches Python macro to continue working with FreeCAD 1.0.0. File: ExportOpenEMSDialog.py |
Beta Was this translation helpful? Give feedback.
-
I fixed the issue by replacing by import webbrowser |
Beta Was this translation helpful? Give feedback.
-
The
KiCad PCB Import Tool
button is known to be disabled when first launching the macro. This is remedied by relaunching the macro. The fix works up through FreeCAD 0.21.2. Unfortunately, FreeCAD 1.0.0 is behaving differently, and the import button never becomes enabled.{Bug fix request}
Tested configuration is Windows 11, Python 3.11, and both portable versions (.7z) of FreeCAD.
https://github.com/FreeCAD/FreeCAD/releases
Note: I work on a company-managed machine and do not have admin rights by default. This may impact how Python libraries (PySide) are parsed. This configuration is becoming more common for users and may not reflect the environment where open-source testing is typically performed. For example, the admin/user PATH environments often need consideration after a software install.
Beta Was this translation helpful? Give feedback.
All reactions