westymatt wrote: > I am fairly new to python and I want to put alot of my functions in > another python file and import or from it into my script so I can call > the functions. How is this done? >
What you are describing are modules. The Python Tutorial has some information on this http://docs.python.org/tut/node8.html -- http://mail.python.org/mailman/listinfo/python-list