Re: [Tutor] where does the ViewerFrameWorkGUI come from

2011-12-18 Thread lina
On Mon, Dec 19, 2011 at 4:28 AM, Walter Prins wrote: > Lina, Hi Walter, I am sorry, before I posted I did not realize people would get much attention to do all following as you did. Thanks, Well, yesterday I posted a bug report and later during my waiting, based on it's also python related, so

Re: [Tutor] where does the ViewerFrameWorkGUI come from

2011-12-18 Thread Walter Prins
Lina, On 18 December 2011 05:08, lina wrote: > Hi, > > I met below issue: > > File "/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py", line > 369, in __init__ >    self.GUI = ViewerFrameworkGUI(self, title=title, > NameError: global name 'ViewerFrameworkGUI' is not defined > > > can someone

Re: [Tutor] where does the ViewerFrameWorkGUI come from

2011-12-18 Thread Steven D'Aprano
lina wrote: Hi, I met below issue: File "/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py", line 369, in __init__ self.GUI = ViewerFrameworkGUI(self, title=title, NameError: global name 'ViewerFrameworkGUI' is not defined Is VF.py your code? If so, you have a bug in the code. If n

[Tutor] where does the ViewerFrameWorkGUI come from

2011-12-17 Thread lina
Hi, I met below issue: File "/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py", line 369, in __init__ self.GUI = ViewerFrameworkGUI(self, title=title, NameError: global name 'ViewerFrameworkGUI' is not defined can someone tell me how to examine, I mean, how to examine, what would you