On 21-May-08, at 8:36 AM, srinivasarao puvvala wrote:
hi friends , i am using Python 2.5 and IDLE as editor. i have developed some functions in python those will be calling frequently in my main method . now i want to know how to import my functions folder to python in sucha way that the functions in functions folder should work like python library modules . i have python in folder C:\python25\.. and functions folder D:\programs\Functions\
Modules and packages. http://docs.python.org/tut/node8.html Read the whole chapter. It has answers to all your questions.To be specific : http://docs.python.org/tut/ node8.html#SECTION008120000000000000000
_______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
