First time here? Check out the FAQ!

nl3's profile - activity

2023-09-08 00:47:23 +0000 received badge Popular Question (source)
2023-09-08 00:47:23 +0000 received badge Famous Question (source)
2023-09-08 00:47:23 +0000 received badge Notable Question (source)
2019-03-07 14:08:46 +0000 marked best answer SystemError: error return without exception set

I am attempting to use Python with MSC Marc. As I am using "py_send" to open a model file on Marc, I get an error saying "SystemError: error return without exception set". The bottom of the screen reads "General: Document Open Failed:: Failed to open document 'C:\Program Files (x86)\Wing IDE 101 6.0\bin\x-wingide-python-shell:\97113032\2". I am unsure what it all means; I also checked my files and I do not seem to have the specified file location displayed at the bottom of the screen. I do have the py_mentat module imported and thus I do not think it is a module issue.

2017-12-04 21:42:00 +0000 commented question SystemError: error return without exception set

I tried this already but to no success. I was able to bypass this problem by copying and pasting the .py code file to th

2017-12-04 21:27:00 +0000 commented question SystemError: error return without exception set

I specified the file path within Wing by Edit > Configure Python... and specifying the absolute path location of py_m

2017-12-04 20:07:00 +0000 commented question SystemError: error return without exception set

I tried to run the code through Window Command Prompt but it is unable to recognize the file path location of the py_men

2017-12-04 19:09:00 +0000 asked a question SystemError: error return without exception set

SystemError: error return without exception set I am attempting to use Python with MSC Marc. As I am using "py_sen