Hello,I am new to Python and need some help. Can someone please tell me whether 
I can use the Python Module like include file? Is there a way to use the 
"include" file in Python? If I try to include a file with "# include", that 
line is treated as comment. What is the directive to include the include file 
in Python?I have created a Python prgram, say RegDesc.py for my registers class 
definitions, for example, called as:class Reg:with all the register methods, 
like ReadReg(), WriteReg() etc.In the same file, I have description of various 
registers, like:ConfigReg = Reg(.....).Now I want to treat my RegDesc.py as 
include file to my other programs and use the Reg class methods in my other 
programs. How can I do this? Do I need to use module?Thanks,Deepak
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to