Hi,
I was about to remove the ioctl helper code from src/tv/v4l2.py and have it from util.ioctl import * but ran into a bad circular import.
Inside config.py we use tv.v4l2 to autodetect devices, inside v4l2.py we import something in util/, inside util/__init__.py we look for locale information in config.py for a unicode helper.
Can we fix up util/__init__.py to do something different? I tried rearranging config.py to get away with this but it gave me too much trouble. I ended up copying util/iocyl.py up a directory to import it that way but I think it really belongs in util/. I ended up reverting my v4l2.py changes for the time being (resulting in duplicate code to util/ioctl.py).
Is there an easy, logical solution?
Thanks, -Rob
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel