Hi, thanks to Tino, I was able to finally post some data from a form to a python script. But I kept getting errors of the form can't use __init__, __name__, because it starts with _ I removed those, and now I keep getting the following : Error Type: ImportError Error Value: import of "makedirs" from "os" is unauthorized, etc ......... now these I can't remove otherwise the program will not work Phill