Thus my question of how to tell pyinstaller to not 'autodiscover' certain conditional imports and its dependencies
Goebel Consult, Landshut
http://www.goebel-consult.de
Blog:
http://www.goebel-consult.de/blog/einladung-von-der-friedrich-ebert-stiftung
Kolumne:
http://www.cissp-gefluester.de/2011-08-horrorszenario-bring-your-own-device
Goebel Consult ist Mitglied bei http://www.7-it.de/
What I would need is to include some system-site-packages (e.g. pywin32, but to exclude others PyQT)
Goebel Consult, Landshut
http://www.goebel-consult.de
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to pyins...@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.
Not sure, but I thought you suggested to somebody else to create a proper deb-package.
Goebel Consult, Landshut
http://www.goebel-consult.de
How can I install pywin32 in a virtualenv?
Goebel Consult, Landshut
http://www.goebel-consult.de
I try to create a self contained version of a Python application for Windows, that should still allow some degrees of simple debugging / patching and that should not be bigger than necessary and that should not contain PyQt and PySide as one binding is enough.
However some of the modules I'm using do try to pull in both of them. that's why I try to exclude PyQT.
Goebel Consult, Landshut
http://www.goebel-consult.de