On 7/1/2009 12:17 PM, Lukas Hetzenecker wrote: > I tried it with the latest svn revision, but I get the same error... :- > (
Hi Lucas, by inspecting PyBluez, I see that in bluetooth/__init__.py it selects between two alternatives method: widcomm and msbt (Microsoft). It does this selection by looking for the wbtapi.dll in system folders. Is it possible that, for instance, it selects the widcomm API in your computer and the Microsoft API in your classmate's? Or viceversa? You should try commenting the "return" line at the top of the module in the _dbg() function to see the debug messages. Basically, try putting "print" everywhere to find out what it is going on. Also, please build your executable in debug mode (edit the spec file and change debug=0 into debug=1) to see the standard output and see if there is any traceback. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
