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
-~----------~----~----~----~------~----~------~--~---

Reply via email to