Traceback Errors in Python Script

Hello,

I have a plugin one of my professors created a while back and I’m having trouble using it now. I am not familiar with Python and haven’t had issues in the past. There are four commands that are having issues but all are similar in that they start with Traceback. Can someone help me understand what this means? The first quotes contains module within carrots and string within quotations and carrots - this occurs at the beginning and end of all of my errors

Traceback:
line unknown, in , “”
line 48, in RunCommand, “C:\Users\ME\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\PythonPlugins\ASCTools\dev\ASCimport_cmd.py”
line 1, in , “”

or another command gets this error:

Traceback:
line unknown, in , “”
line 11, in RunCommand, “C:\Users\ME\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\PythonPlugins\ASCTools\dev\ASCmesh_cmd.py”
line 1, in , “”

Happy to provide more info, just don’t know how to begin to troubleshoot.

Thanks

My guess is there are inverted quote marks that need to be replaced with “plain” ones.

-Pascal