Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'pyside2uic' #55

Open
shahabaz opened this issue Nov 2, 2021 · 0 comments
Open

No module named 'pyside2uic' #55

shahabaz opened this issue Nov 2, 2021 · 0 comments

Comments

@shahabaz
Copy link

shahabaz commented Nov 2, 2021

I am getting the following error

17:26:33 Traceback (most recent call last): File "C:/Users/ShahabazShafi/AppData/Roaming/FreeCAD/Macro/BoxCreator.FCMacro", line 105, in <module> d = BoxcreatorDialog() File "C:/Users/ShahabazShafi/AppData/Roaming/FreeCAD/Macro/BoxCreator.FCMacro", line 34, in __init__ f, w = gui.PySideUic.loadUiType(self.ui_file) File "<string>", line 1, in <module> File "C:\Users\ShahabazShafi\AppData\Roaming\Python\Python38\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "C:\Users\ShahabazShafi\AppData\Roaming\Python\Python38\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) <class 'ModuleNotFoundError'>: No module named 'pyside2uic'

I tried installing pip install pyside2 I am getting this error now.

17:47:00 During initialization the error "Failed to wrap widget" occurred in C:\Program Files\FreeCAD 0.19\Mod\Tux\InitGui.py
17:47:00 Please look into the log file for further information
17:47:00 During initialization the error "Failed to wrap widget" occurred in C:\Users\ShahabazShafi\AppData\Roaming\FreeCAD\Mod\A2plus\InitGui.py
17:47:00 Please look into the log file for further information

How do I resolve this. Also the logfile isnt getting created at %APPDATA%\FreeCAD\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant