Re: Building PyQt5.Qsci when QScintilla is in a non-standard location
Phil Thompson <[email protected]>
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
On 22/07/2019 15:04, [email protected] wrote: > Hi Phil, > > [email protected] said: >> The extension module is called Qsci.so or Qsci.pyd depending on your >> platform. > > Adding -a and -n causes PyQt5.api to be built, but nothing > named Qsci.so or Qsci.pyd, either in the qscintilla directory or > the pyqt5 directory. If you haven't done a 'make install' then the location of the file is platform dependent. > In any case, the software I'm ultimately trying to install > (mcstas) refers to a python module named PyQt5.Qsci. I see other > references to this module around the web. For example: > > https://stackoverflow.com/questions/40573291/ubuntu-eric-no-module-pyqt5-qsci > > Was this an earlier name for the module? No. The name of a Python module is not the same as the name of the file that implements it. Phil _______________________________________________ PyQt mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/pyqt