Message 1 of 2
Problem with program in script editor

Not applicable
06-17-2019
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to ask, how to fix the problem in my program. I use python scripts and run scripts, but I have a problem like this
Error: line 0: IOError: file C: \ Program Files \ Autodesk \ Maya2019 \ bin \ python27.zip \ xml \ dom \ expatbuilder.py line 922: 2 #
and sometime like this
# Error: ExpatError: file C:\Program Files\Autodesk\Maya2019\bin\python27.zip\xml\dom\expatbuilder.py line 207: not well-formed (invalid token): line 73, column 26 #
when i executing it
and when i run a program with MEL this error will appear like this
// Error: doc = xml.dom.minidom.parse ("C:\Users\MR\Downloads\Documents\Jakarta.osm")
//
// Error: Line 8.5: Syntax error //
can anyone help me correct this program error? Thx Before 🙂