about python modules

inhahe inhahe at gmail.com
Wed May 21 10:46:30 EDT 2008


i always just put most of my python files in the c:\python25 directory. 
including ones i want to import as modules, since they import from there. 
otherwise you can put the file in c:\python25\lib\site-packages

"srinivas" <srinivas.puvvala at gmail.com> wrote in message 
news:2fc55c56-7408-4f44-b6e2-64f85f341ac9 at i36g2000prf.googlegroups.com...
> hi friends i am new to python programming.
> 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\
>
> pls help me friends how to do that. 





More information about the Python-list mailing list