Re: Re-using TCL code from python over network

2016-03-29 Thread sharad1087
Thanks Christian. You are right. Our TCL is 32 bit and runs on FreeBSD. We are planning to use Python (64 bit) on CentOS. -- https://mail.python.org/mailman/listinfo/python-list

Re: Re-using TCL code from python over network

2016-03-29 Thread sharad1087
@Christian: Thanks! @Karim: Thanks. My requirement is to run tcl code from python. tclpython allows executing python code from tcl. "but I now I migrated all the TCL code to python one indeed" - did you re-write the TCL code in Python? -- https://mail.python.org/mailman/listinfo/python-list

Re-using TCL code from python over network

2016-03-28 Thread sharad1087
Hi We've a test automation framework written in TCL (including the automated test cases). We are evaluating shifting to Python and have a test framework in Python (including the automated test cases). Python provides a lot more 3rd party libraries that we'd like to make use of. We use a pretty