Jeff Hobbs wrote:
> chand wrote:
> > can anyone help me how to provide the info about the python file
> > procedure in the tcl script which uses tclpython i.e., is there a way
> > to import that .py file procedure in the tcl script
>
> >>>currently I have wriiten this tcl code which is not working
chand wrote:
> can anyone help me how to provide the info about the python file
> procedure in the tcl script which uses tclpython i.e., is there a way
> to import that .py file procedure in the tcl script
>>>currently I have wriiten this tcl code which is not working
>>>
>>>package require tclpyt
Hi.,
can anyone help me how to provide the info about the python file
procedure in the tcl script which uses tclpython i.e., is there a way
to import that .py file procedure in the tcl script
--BestRegards
--Chandra
Michael Schlenker wrote:
> chand wrote:
> > Hi..
> >
> > I am writing a Gui in
That is exactly i want to know. i.e...,how to provide the python code
path in tcl script file, that loads required function.
--BestRegards.,
--chandra
> definitions etc.
Michael Schlenker wrote:
> chand wrote:
> > Hi..
> >
> > I am writing a Gui in TCL and my backend code is python. I want to ca
chand wrote:
> Hi..
>
> I am writing a Gui in TCL and my backend code is python. I want to call
> python procedure in tcl using tclpyhton. I want to know clearly how
> this should be implemented.
>
> let's say I have procedure test_function(arg1,arg2 ...) defined in
> test.py.
> I want to call th