Looks like you may have an indenting problem with your script. On Mon, Jun 15, 2009 at 2:42 PM, marcin <[email protected]> wrote:
> > On 15 Cze, 19:47, Chris G <[email protected]> wrote: > > Try changing this line? > > > > - self.connect(self.button1, SIGNAL("didSomething"), > > self.updateLabel) > > + self.connect(self, SIGNAL("didSomething"), > > self.updateLabel) > > > > -Chris > > > > Still get the same error : > > # Error: ('invalid syntax', ('<maya console>', 2, 1, '\n')) > # File "<maya console>", line 1 > # > # ^ > # SyntaxError: invalid syntax # > > Marcin > > > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
