I am new to the Python, i have written one code in python that read the
data from the XML file and based on the input from the xml file it gives
the output.
Later i converted the Python script to .exe file to run on the multiple
windows server.
The Python file is running fine when i execute script.py from the machine
where the python installed, but it gives an error when i ran the script.exe
file on the machine. Below is the error :
"AttributeError : module object has no attribute sax"
I am using Python2.7 and python 2.7 py2exe.
Please assist me to resolve this error.
data from the XML file and based on the input from the xml file it gives
the output.
Later i converted the Python script to .exe file to run on the multiple
windows server.
The Python file is running fine when i execute script.py from the machine
where the python installed, but it gives an error when i ran the script.exe
file on the machine. Below is the error :
"AttributeError : module object has no attribute sax"
I am using Python2.7 and python 2.7 py2exe.
Please assist me to resolve this error.
Comment