In article <[email protected]>, Stef Mientki <[email protected]> wrote: >Stef deleted an attribution: >> >> Why not: >> >> import db_test >> db_test.main() > >Yes I tried that too, but it gives the following error: "module object >not callable"
You need to create a main() function in db_test first. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." --Red Adair -- http://mail.python.org/mailman/listinfo/python-list
