Gustav Tiger

Results 118 comments of Gustav Tiger

I think you are using the version built from master you should have version `1.0.0.rc1` of pyusb I think. Perhaps you have a conflict between a version installed by your...

Yes, this is intended. The Application class takes hold of this in the **init** function. Might be able to work around this by using `del` on the first object before...

Yeah, that is a good question - and something I haven't tried yet. I'll experiment a bit with this and see if I can find a good solution for this.

Feel free to split this PR if you'd like. I think we can push in the time, version bump, list files and a few of the README.md changes with minimal...

I just pushed the set time part of this pull request manually. I'll look into getting the other parts in as well.

I haven't seen this issue before. You could try to run it with debug flags and see if that gives you any more information: `sudo DISTUTILS_DEBUG=1 ./setup.py install`

Hi, that should definitely be possible. The code is quite general but could be improved to support ANT+ profiles more easily.

It should definitely be able to get this to work on OS X but I wonder if something like this should be necessary. If libusb and python both where installed...