Re: [BangPypers] [HELP] QUERIES RELATED TO PYTHON

2013-04-20 Thread Gora Mohanty
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

[BangPypers] Need help for python coding

2013-04-20 Thread Kamalakar gs
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

Re: [BangPypers] Need help for python coding

2013-04-20 Thread Gora Mohanty
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

Re: [BangPypers] Need help for python coding

2013-04-20 Thread hiharry danny
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

[BangPypers] [HELP] QUERIES RELATED TO PYTHON

2013-04-20 Thread hiharry danny
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