On 21 April 2013 00:31, hiharry danny wrote:
> I have Python 2.5.4 installed on windows platform ..(win xp) ...and in the
> installation folder there is a folder named Tcl(Tool Command Language)
> which contains subfolders like Tk, Tix etc ..the version of tcl is 8.4 .The
> default gui standard of
What i am asking is i have a file of other format for example .PCL which is
Patran file (Software used for analysis). Now what i want is if user inputs
a file name,python has to recognise the file name and directory of file
which exists and executes the file in patran window.
For example following
On 20 April 2013 22:47, Kamalakar gs wrote:
> What i am asking is i have a file of other format for example .PCL which is
> Patran file (Software used for analysis). Now what i want is if user inputs
> a file name,python has to recognise the file name and directory of file
> which exists and execu
HELLO, please check for the file extension in ur code for .PCL , AND if
the check matches then invoke the corresponding application required to
open for that particular file using the if...elif...elif construct in
python which is the substitute of switch case statements in other languages.
On Su
I have Python 2.5.4 installed on windows platform ..(win xp) ...and in the
installation folder there is a folder named Tcl(Tool Command Language)
which contains subfolders like Tk, Tix etc ..the version of tcl is 8.4 .The
default gui standard of python is through Tkinter module and when this
module