[issue42494] struct.unpack_from return 2 values instead of one

2020-11-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: Hi Sébastien, This is a bug tracker for reporting bugs, not a help desk to help with your code. There are many community resources to help you debug your code, but this is not one of them. You can try: * Reddit's /r/learnpython * the Python-list mailing

[issue42494] struct.unpack_from return 2 values instead of one

2020-11-28 Thread Sébastien Lemetter
Sébastien Lemetter added the comment: I forgot, here is my configuration: Ubuntu 18.04 Ros Melodic Python 2.7 -- ___ Python tracker ___

[issue42494] struct.unpack_from return 2 values instead of one

2020-11-28 Thread Sébastien Lemetter
New submission from Sébastien Lemetter : Hi, I am using an old version, but maybe you can still help me. I am using the ROS operating system, and there, the unpack_from function is used for reading values from bags. When I try to read uint16 with the function pointcloud2.readpoint(), it