Discussion:
[PyQt] PyInit_QtSvg not defined
José Antonio Fernández Fernández
2018-12-04 22:31:21 UTC
Permalink
Hello to everyone, I am trying to create a binary with Qt5.11.3,
PyQt5.11.3 and Python 3.6.7, on ubuntu 18.10_64.
Recently I added to the project the QtSvg Library to generate barcodes
from svg files.
The issue is that I get this error in the compiled for Linux 64.
/ usr / bin / ld: pyqtdeploy_main.o :(. data.rel + 0x58): reference to
`PyInit_QtSvg 'not defined
The file is added in the project's pdy.

regards
--
Cuenta de correo propiedad de FERNÁNDEZ FERNÁNDEZ, JOSÉ ANTONIO y de uso
estrictamente profesional. Este mensaje electrónico está dirigido
únicamente a la(s) direcciones indicadas anteriormente: el carácter
confidencial, personal e intransferible del mismo está protegido legalmente.
Cualquier revelación, uso o reenvío no autorizado, completo o en parte está
prohibido. Si ha recibido este mensaje por equivocación notifíquelo
inmediatamente a la persona que lo remite y borre el mensaje original junto
con sus ficheros anexos sin leerlo ni grabarlo total o parcialmente. Si
usted no desea recibir correos de nuestra empresa, por favor, envíenos un
correo a ***@GMAIL.COM manifestando tal deseo
Kálmán Viktor
2018-12-05 12:05:34 UTC
Permalink
Just a guess but is it added to the sysroot file?
http://pyqt.sourceforge.net/Docs/pyqtdeploy/sysroot.html#pyqt5 (also
rebuilding PyQt is probably needed too)
Hello to everyone, I am trying to create a binary with Qt5.11.3, PyQt5.11.3 and Python 3.6.7, on ubuntu 18.10_64.
Recently I added to the project the QtSvg Library to generate barcodes from svg files.
The issue is that I get this error in the compiled for Linux 64.
/ usr / bin / ld: pyqtdeploy_main.o :(. data.rel + 0x58): reference to `PyInit_QtSvg 'not defined
The file is added in the project's pdy.
regards
--
Cuenta de correo propiedad de FERNÁNDEZ FERNÁNDEZ, JOSÉ ANTONIO y de uso
estrictamente profesional. Este mensaje electrónico está dirigido
únicamente a la(s) direcciones indicadas anteriormente: el carácter
confidencial, personal e intransferible del mismo está protegido legalmente.
Cualquier revelación, uso o reenvío no autorizado, completo o en parte
está prohibido. Si ha recibido este mensaje por equivocación notifíquelo
inmediatamente a la persona que lo remite y borre el mensaje original junto
con sus ficheros anexos sin leerlo ni grabarlo total o parcialmente. Si
usted no desea recibir correos de nuestra empresa, por favor, envíenos un
_______________________________________________
https://www.riverbankcomputing.com/mailman/listinfo/pyqt
Loading...