On Feb 24, 2011, at 6:28 AM, Raoul Snyman <[email protected]> wrote:
> On 23 February 2011 17:28, Michael Durian <[email protected]> wrote: >> Now that I have run it, I don't see any difference. The behavior is the >> same as before. >> Do I need to do anything else besides adding a file called hook-bluetooth.py >> containing >> the hiddenimports line and running Configure.py? When I run Configure.py, >> the output >> doesn't show anything about the bluetooth module. > > Make sure you have the correct information in that hook file. For > instance, you said that "import bluetooth" is a conditional import, > but your import file doesn't contain that. Try creating a hook file > for that hidden import? I'm not quite sure what you mean. "import bluetooth" is only conditional in so far as it isn't used on OS X. It is always imported under all Windows flavors. -- 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.
