teerytko / python-video4linux2

Automatically exported from code.google.com/p/python-video4linux2
0 stars 0 forks source link

Ctypes package needed (at least for Debian) - But with it, Package works with Kodicom 4400 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use Debian Etch
2. Run pyv4l2.py
3.

What is the expected output? What do you see instead?

It should just run, but instead complains about missing ctypes package

What version of the product are you using? On what operating system?

Etch on 386. 2.6.26 kernel.

Please provide any additional information below.

apt-get python-ctypes fixes it.  Also note, once this is done, both the
test programs run well using Kodicom 4400 hardware.  Nice work!

Original issue reported on code.google.com by mgroll...@gmail.com on 7 Nov 2008 at 10:20