No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
How to activate file typ filter in wxPython file browser I am using wxFileDialog() call for file browsing,I want it to filter all unwanted files in display. | |
Re: you can create a class to which opens a file write data and closes a file just invoke in your script ,use same instance as long as u want results in same file,generate seperate instance for result file #2 | |
I am using automnation desk to run my python scripts. It supports interpreter ver 2.2 I have some script common for almost all other script files of my application. this common script is saved as CommonCalls.py and is on python search path. I am using some ref. to a file … | |
Re: Swapana, the code u have sent I typed as it is in the script and it worked without any error | |
Re: one way is to start one more thread which will display this message only . Start it where ever u need and kill the thread the moment u r finished with parent thread | |
Re: I think its new line character at the end of each line which results in mismatch | |
I am using automation desk to run python scripts. This in tern executes scripts using v2.2 interpreter every time i m trying to use raw_input("Enter name ") it fires EOF Error. If i run it in interpreter separately it works fine.Its really basic functionality. FYI: Automation desk dont support script … |
The End.