I'm using python-xlib in my project, but pyinstaller won't detect
that. Also, python-xlib uses:
mod = __import__('Xlib.keysymdef.%s' % group, G, locals(), [group])
to import things. How can this be handled with pyinstaller?
Thanks
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.