Problem with qscintilla/Qt5 linking(?)

2022-04-08 Thread Jan Rękorajski
Python 3.10.4 (main, Apr 1 2022, 09:00:14) [GCC 11.2.0 20220208 (release)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt5 import Qsci Traceback (most recent call last): File "", line 1, in ImportError:

Re: Problem with qscintilla/Qt5 linking(?)

2022-04-08 Thread Jan Palus
On 08.04.2022 09:53, Jan Palus wrote: > On 08.04.2022 09:01, Jan Rękorajski wrote: > > > > Python 3.10.4 (main, Apr 1 2022, 09:00:14) [GCC 11.2.0 20220208 (release)] > > on linux > > Type "help", "copyright", "credits" or "license" for more information. > > >>> from PyQt5 import Qsci > >

Re: Problem with qscintilla/Qt5 linking(?)

2022-04-08 Thread Jan Palus
On 08.04.2022 09:01, Jan Rękorajski wrote: > > Python 3.10.4 (main, Apr 1 2022, 09:00:14) [GCC 11.2.0 20220208 (release)] > on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> from PyQt5 import Qsci > Traceback (most recent call last): > File "", line 1, in