about python modules



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.
.



Relevant Pages

  • Re: about python modules
    ... i am using Python 2.5 and IDLE as editor. ... i have developed some functions in python those will be calling ... sucha way that the functions in functions folder should work like ...
    (comp.lang.python)
  • Re: about python modules
    ... i am using Python 2.5 and IDLE as editor. ... i have developed some functions in python those will be calling ... sucha way that the functions in functions folder should work like ... Put your modules in some directory that's already on your python path. ...
    (comp.lang.python)
  • Re: about python modules
    ... i always just put most of my python files in the c:\python25 directory. ... i am using Python 2.5 and IDLE as editor. ... sucha way that the functions in functions folder should work like ... pls help me friends how to do that. ...
    (comp.lang.python)
  • Re: Wingide is a beautiful application
    ... Python code what results in features not available elsewhere. ... This is something that pretty much any reasonable programming editor ... Vim and emacs both do it. ... A client menu selects which client I want to work in (so, say, I get ...
    (comp.lang.python)
  • Re: Best Python IDE Code Completion!
    ... so no editor in the world can guess the ... you may assist Wing IDE by using isinstance. ... doable for most Python code. ...
    (comp.lang.python)