Issue using TC08 on Raspberry

Post general discussions on using our drivers to write your own software here
Post Reply
csr
Newbie
Posts: 0
Joined: Tue Aug 06, 2019 8:29 am

Issue using TC08 on Raspberry

Post by csr »

Hello,

I want to use TC08 with Python on a Raspberry Pi.
I had this issue a few months ago that I managed to solve by myself :
https://www.picotech.com/support/viewtopic.php?t=40002

But now I want to use Raspberry Pi 4 and I tried to repeat the setup.
However I keep having this error :

Code: Select all

ImportError: dynamic module does not define module export function (PyInit_usbtc08)
(with Python 3.7)

Code: Select all

ImportError: dynamic module does not define init function (initusbtc08)
(with Python 2.7)
Can you help me please, I'm really stuck.
Thanks

Oric
Newbie
Posts: 0
Joined: Wed Aug 19, 2020 6:58 am

Re: Issue using TC08 on Raspberry

Post by Oric »

Hi,

did you by any chance solve your issue in the meantime? I'm having the same setup (USBTC08 with Raspi4 B) but a slightly different problem: Libraries are found but I always only obtain

Code: Select all

picosdk.errors.PicoSDKCtypesError: Unsuccessful API call

from the Python SDK examples: https://github.com/picotech/picosdk-python-wrappers

On a sidenote: Are you using the logger connected to the Pi directly or with an intermediate powered hub?

Post Reply