I am using pyqtlet2 module from PyPi (pyqtlet2 sources are available at 
https://github.com/JaWeilBaum/pyqtlet2).
Problem is this module is a relatively thin layer around Leaflet 
(https://leafletjs.com/index.html) which is a javascript lib. Pyqtlet2 uses 
PyQt WebEngine to render HTML page and the module includes a frozen copy of 
Leaflet.

Trying to use PyInstaller to package my application (or even a simple test 
app) fails and in the generated directories I see no trace of pyqtlet2 at 
all (for a small test see https://bpa.st/2EMB2).

I assume some kind of "hook" is needed, but I don't know how to handle this.

Please help.
TiA!
Mauro

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/2de47d03-2e00-4cb6-b4be-beff8112e4cen%40googlegroups.com.

Reply via email to