KhamisiKibet/QT-PyQt-PySide-Custom-Widgets

ModuleNotFoundError: No module named 'Custom_Widgets.__init__.Qss'

MiguelRoncagliolo opened this issue · 0 comments

Traceback (most recent call last):
File "main.py", line 12, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "ui_interface.py", line 15, in
from Custom_Widgets.Widgets import QCustomSlideMenu
File "C:\Users\MIGUEL1\AppData\Local\Temp\embedded.iyk2ga5j.zip\shibokensupport_feature_.py", line 142, in _import
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "Custom_Widgets\Widgets.py", line 3, in
File "C:\Users\MIGUEL
1\AppData\Local\Temp\embedded.iyk2ga5j.zip\shibokensupport_feature_.py", line 142, in import
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "Custom_Widgets\QCustomProgressIndicator.py", line 20, in
File "C:\Users\MIGUEL~1\AppData\Local\Temp\embedded.iyk2ga5j.zip\shibokensupport_feature
.py", line 142, in import
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "Custom_Widgets_init
.py", line 16, in
File "C:\Users\MIGUEL~1\AppData\Local\Temp\embedded.iyk2ga5j.zip\shibokensupport_feature_.py", line 142, in _import
ModuleNotFoundError: No module named 'Custom_Widgets.init.Qss'
[21448] Failed to execute script 'main' due to unhandled exception!

I tried to convert my .py file to .exe, but I keep getting this error. Is ther any solution?