Hi Raoul, On Feb 22, 2011, at 10:43 PM, Raoul Snyman wrote:
> Hi Michael, > > On 22 February 2011 20:29, Michael Durian <[email protected]> wrote: >> I tried to address the fcntl and _bluetooth warnings by creating >> hook-bluetooth.py in the hooks directory containing the following line: >> hiddenimports = ['fcntl', '_bluetooth'] >> >> That doesn't seem to help. > > You need to run Configure.py again after adding the hook file, have you done > so? No, I did not run Configure.py. I missed that. 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. I've now run Configure.py twice. After the first time, I could have sworn I found bluetooth references in a logdict file but they aren't there now. mike -- 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.
