Please see attached log, on windows same script is works perfect. any suggestings? thanks!.
BTW, same on windows machine works perfect.
$ python
Python 2.7.2 (default, Mar 3 2015, 14:47:31) [GCC 4.6.3] on linux3 Type "help", "copyright", "credits" or "license" for more information.
>>> from StcPython import StcPython
>>> stc = StcPython()
>>> print stc.get('system1', 'version') 4.42.3866.0000
>>> stc.connect("10.5.209.199")
13:54:12.044 ERROR - in connect: unable to create unknown command "connecttochassisCommand" Traceback (most recent call last): File "<stdin>", line 1, in <module> File "StcPython.py", line 48, in connect return self.stcInt.salConnect(svec) RuntimeError: in connect: unable to create unknown command "connecttochassisCommand"
>>>