From: Roman Y. <rom...@gm...> - 2008-01-07 10:07:10
|
Hi. I decided to split resources definition from the main project file. The "ais_team.py" content from faces import * from faces.lib import resource class AISDeveloper( Resource ): max_load = 1.00 class XXX(AISDeveloper): pass For some reason, when I try to add new resource I get next error on every key press Traceback (most recent call last): File "faces\gui\editor\editor.pyc", line 411, in _on_new_char File "faces\gui\editor\editor.pyc", line 984, in show_completion File "faces\gui\editor\context.pyc", line 1009, in get_main_completion_list AttributeError: 'CResourceOrTask' object has no attribute 'editor' The error also happens when I try to write "from ais_team import *" line. Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |