Hello Freevo's dev,
I have a problem with Freevo2 and Kaa. Some scripts use hard path name
for some others scripts. For example:
popcorn/backends/xine/player.py:
script = os.path.join(os.path.dirname(__file__), 'main.py')
epg/sources/__init__.py:
if f.startswith('_') or f.startswith('config_') or not f.endswith('.py')
beacon/server/parser.py:
if not plugin.endswith('.py') or plugin == '__init__.py'
etc, (there are still others examples)..
I would like use only pyc scripts, and it is not possible without a lot
of patches. GeeXboX is a livecd and all is loaded in memory, and
globally, pyc are smaller (and surely faster).
Do you have a solution for that? I have not a lot of idea in Python, but
I think than to write hard path in the scripts is not a good idea. Like
others programming languages.
Thanks and Happy new year!
--
Mathieu SCHROETER
GeeXboX's dev
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel