[BangPypers] problem with python classes

2013-05-09 Thread hiharry danny
i have python 2.7.4..now suppose i have two new-style base classes , i.e. class ClassName(object): and the two base classes are related by __init__ constructor where the __init__ constructor of one base class is accessed by the __init property of the other base class , for example : class Clas

[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

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