Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for pythonguy

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.

Member Avatar for vegaseat
0
257
Member Avatar for swapnamishra

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

Member Avatar for pythonguy
0
122
Member Avatar for pythonguy

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 …

Member Avatar for pythonguy
0
139
Member Avatar for swapnamishra

Swapana, the code u have sent I typed as it is in the script and it worked without any error

Member Avatar for bumsfeld
0
151
Member Avatar for bhupendra

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

Member Avatar for bhupendra
0
178
Member Avatar for harini_b
Member Avatar for pythonguy
0
111
Member Avatar for pythonguy

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 …

Member Avatar for pythonguy
0
182

The End.