Scribus Forums

Scribus => Scripts and Plugins => Topic started by: abi on July 29, 2024, 11:05:04 AM

Title: [SOLVED] ModuleNotFoundError: No module named 'PyQt5'
Post by: abi on July 29, 2024, 11:05:04 AM
Hello, am getting the error ModuleNotFoundError: No module named 'PyQt5'
when executing a script with UI interface built using pyqt. The scribus docs say that this should work. Have tried editing the PyQt5 paths and python path in Windows.
Please help
Thank you 
Title: Re: ModuleNotFoundError: No module named 'PyQt5'
Post by: a.l.e on July 30, 2024, 08:43:01 AM
hi abi

you need to make sure that scribus is using your local python install instead of the one provided by the scribus install itself.

there are some hints in https://wiki.scribus.net/canvas/Windows_Full_Python_Integration .

it has been written for ancient versions of scribus and python, but it might still work...