Closed
Description
Currently, running list, nobs
results in this error message:
Exception in thread Stata:
Traceback (most recent call last):
File "C:\Users\tjhuegerich\AppData\Local\Continuum\anaconda3\envs\pystata-jupyter\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Program Files\Stata17/utilities\pystata\core\stout.py", line 169, in run
raise SystemError(output)
SystemError: option nobs not allowed
r(198);
Preferably, it would instead display the more Stata-like message:
option nobs not allowed
r(198);
Unfortunately, it doesn't appear possible to catch the SystemError
raised by pystata in the way I expected. It is instead caught by the "threading.py" code referred to in the traceback. So I'm stumped on how to proceed, myself.
Metadata
Metadata
Assignees
Labels
No labels