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? -- Raoul Snyman B.Tech Information Technology (Software Engineering) E-Mail: [email protected] Web: http://www.saturnlaboratories.co.za/ Blog: http://blog.saturnlaboratories.co.za/ Mobile: 082 550 3754 Registered Linux User #333298 (http://counter.li.org) -- 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.
