"mike lewis" wrote:
> Hi Dischi,
>
> Just tried to test the record3 code using included test record.py.  I
> get the same error as previous freevo-tvdev code:
>
> record3:
> ---
> [EMAIL PROTECTED]:~/build/kaa/record3/test$ python record.py
> /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72:
> GtkWarning: could not open displ                ay
>   warnings.warn(str(e), _gtk.Warning)
> Traceback (most recent call last):
>   File "record.py", line 7, in <module>
>     dvb = kaa.record3.get_device('dvb0')
>   File "/usr/lib/python2.5/site-packages/kaa/record3/core.py", line
> 30, in get_device
>     return get_devices().get(device)
>   File "/usr/lib/python2.5/site-packages/kaa/record3/core.py", line
> 21, in get_devices
>     r = ioctl.ioctl(devfd, ioctl.IOR('o', 61, INFO_ST), val)
>   File "/usr/lib/python2.5/site-packages/kaa/ioctl.py", line 91, in ioctl
>     return fcntl.ioctl(fd, code, *args, **kargs)
> IOError: [Errno 22] Invalid argument

So your device doesn't like our ioctl stuff. I wonder i the rest is
working. The code causing the problem is just to find out what dvb
devices we have you could replace it with the result and do the test.


Dischi

-- 
The Web isn't better than sex, but sliced bread is in serious trouble.

Attachment: pgp3h1CAzFsh7.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to