0

I wrote a program that takes data and plots it via matplotlib. It works no problem on one computer but on the other I get the error:

TypeError: Couldn't find foreign struct converter for 'cairo.Context'
Traceback (most recent call last):
  File "/usr/lib/python3.5/idlelib/run.py", line 125, in main
    seq, request = rpc.request_queue.get(block=True, timeout=0.05)
File "/usr/lib/python3.5/queue.py", line 172, in get raise Empty queue.Empty

what can I do to get a cairo.Context converter?

0 Answers0