View Single Post
Posts: 58 | Thanked: 10 times | Joined on Dec 2009
#25
Originally Posted by EmaNymton View Post
Hi, I'm facing the same problem right now and get also a segmentation fault so the full code would be very helpfull.
Thanks!
In the script which contains the Vid class
In the beginning, in imports put
Code:
import gobject
gobject.threads_init()
Threading fixes the seg fault error
 

The Following User Says Thank You to zolakt For This Useful Post: