<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On 21-May-08, at 8:36 AM, srinivasarao puvvala wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="font: inherit;"><div class="mb cb fontsize2 " id="body"> <div id="inbdy"><a name="msg_31abee6162c4c0dd"></a><font class="fixed_width" face="Courier, Monospaced">hi friends ,<br>i am using Python 2.5 and IDLE as editor. <br>i have developed some functions in python those will be calling <br>frequently in my main method . <br>now i want to know how to import my functions folder to python in <br>sucha way that the functions in functions folder should work like <br>python library modules . <br><p>i have  python in folder C:\python25\.. <br>and functions folder D:\programs\Functions\ <br> </p></font><p><br></p></div></div></td></tr></tbody></table></blockquote></div><div><br></div><div>Modules and packages. <a href="http://docs.python.org/tut/node8.html">http://docs.python.org/tut/node8.html</a></div><div>Read the whole chapter. It has answers to all your questions.</div><div><br></div><div>To be specific : <a href="http://docs.python.org/tut/node8.html#SECTION008120000000000000000">http://docs.python.org/tut/node8.html#SECTION008120000000000000000</a></div></body></html>