ok here is the patch for the games plugin that it works again, there where some imports missing.

I took a look at the code and you added a comment about yielding in the scummvm part. You are right it would be better if i don't have to wait for the scummvm but how to yield here? since i need to give back a list, or i don't get the list of games? Or did I understand something wrong?

Thanks

Mathias
Index: freevo_trunk/ui/src/games/plugins/pcgames.py
===================================================================
--- freevo_trunk/ui/src/games/plugins/pcgames.py	(revision 9416)
+++ freevo_trunk/ui/src/games/plugins/pcgames.py	(working copy)
@@ -38,9 +38,13 @@
 # python imports
 import logging
 
+# kaa imports
+import kaa.utils
+
 # Freevo imports
 from freevo.ui.menu import ActionItem, Menu, Action
 from freevo.ui.config import config
+from freevo.ui.event import Event, STOP
 
 # games imports
 from freevo.ui.games.emulator import *
-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to