Ok, I have a new problem. I am using libusb-win32-bin-1.2.6.0. I am using the libusb0.dll and libusb0.sys. I am communicating to a ZebraKR403 printer checking for the status. On my dev PC this is working and I have packaged my program with py2exe and installed it on my first target PC along with the libusb-win32-bin-1.2.6.0 and it is working fine. On my second PC I am getting an error when the program runs.
Traceback (most recent call last): File "ZebraKR403PaperStatus1.0.py", line 1, in <module> File "usb\__init__.pyc", line 97, in <module> File "usb\legacy.pyc", line 29, in <module> File "usb\core.pyc", line 50, in <module> ImportError: No module named _objfinalizer The only difference between the PC's is the windows OS, both Windows 7, one 64 bit and the one not working is 32 bit. The exe package was created on a 32 bit machine with py2exe. Any idea? Jay ------------------------------------------------------------------------------ _______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users