[BangPypers] Need help for python

2013-04-23 Thread Kamalakar gs
Hi, I have a PCL file which consists of following lines for the first few lines. *uil_file_new.go( "C:\MSC.Software\Patran_x64\20121/template.db", @* *"C:\Users\IMEMS SDC\Desktop\patran\plate.db" )* * * *set_current_dir( "C:\Users\IMEMS SDC\Desktop\patran" )* * * * * The* uil_file_new.go *which i

[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

[BangPypers] Need help for python coding

2013-04-18 Thread Kamalakar gs
HI all, I have a query that i have doc which is read through python.But instead of giving path and filename in the coding.I want to manipulate it like "python has to ask USER for a specific filename so that python recognizes the directory internally and read the file ".How do i do this.I have trie

[BangPypers] HI Need help for python

2013-04-09 Thread Kamalakar gs
Hi, Actually I have PCL file (i..e patran file).I want python coding to be done so that it will read the PCL file and open Patran GUI window.How to do that.Kindly find the attached PCL file for your ref. Thanks regards Kamalakar ___ BangPypers mailing lis

[BangPypers] Need help for python coding

2013-03-26 Thread Kamalakar gs
Dear all, I am newbie to coding.I want extract the data from text file which contains text and tables.In a file i want to extract all "VON MISES" stress data from a table.i wrote a code as below. but i dont know how to extract the vonmises column data and dump it into text file. So i am attaching t