labstreaminglayer / pylsl

Python bindings (pylsl) for liblsl
MIT License
142 stars 58 forks source link

Missing cf_int64 support needs better error message #9

Closed cboulay closed 4 years ago

cboulay commented 5 years ago

Currently there are no lib.lslpush or lib.lslpull methods mapped for cf_int64. However, when one attempts to use this format, the error returned is 'list' object is not callable, because instead of a proper method, the map returns [].

I think there needs to be an error raised when a stream is opened with this channel format.

tstenner commented 5 years ago

They are there, just not on 32bit platforms and Windows (see here). I've created a PR to address the issue (#20).