Hi,
Last night I was working on some problems with record_server.py, PYTHONPATH, and namespace issues. A while back there were problems with some things importing modules begining with 'tv.' or 'www.' because of circular imports and singleton creation at the top-level of a module - for example ending up with pygame initializing when you don't need it (webserver or record_server usage).
Those things are no longer a problem and I would like to remove the src/www and src/tv directories from the PYTHONPATH in the freevo script. I have gone through and started to change all instances of importing modules from src/tv to import tv.module from just import module. So far this has no ill effects and I think it is a better way of doing things and possibly behave better while installed directly into python's site-packages.
I should finish this tonight. Any concerns?
-Rob
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
