[PyQt] pyqtdeploy: howto add egg's?

Phil Thompson phil at riverbankcomputing.com
Fri Feb 5 22:02:14 GMT 2016


On 5 Feb 2016, at 7:13 pm, Schluchti <schluchti at gmail.com> wrote:
> 
> Hi Phil,
> 
> thanks for the example - it works. If i'm not completely wrong, then
> snowballstemmer looks like as it is pure Python. Importing pure Python
> modules into my application work as expected, but as soon as I need external
> *.so files it doesn't work. 

You could try renaming the .so as described here...

http://pyqt.sourceforge.net/Docs/pyqtdeploy/tutorial.html#defining-the-application-source

...in the section covering sys.path.

Phil


More information about the PyQt mailing list