User bio
404 bio not found
Member since Feb 6, 2023
Posts:
Philip has not published any posts yet.
Replies:
Anything that's in python sys.modules (plenty of other examples) isn't likely to work very well because of the way the namespaces are merged.
Just to clarify,
Do $System.Python.Debugging(1)
Will end up causing the C piece of SW that translates IRIS to python to call this:
void
PyErr_PrintEx(
int
set_sys_last_vars)
If set_sys_last_vars is nonzero, the variable sys.last_exc is set to the printed exception.
In practice what this means, is somewhere close to your exception this gets called:
if
(PyErr_Occurred())
PyErr_Print();
Which means you will actually be able to do a useful pdb post mortem
pdb.pm() or
USER>d pdb.pm()After your exception.
Certifications & Credly badges:
Philip has no Certifications & Credly badges yet.
Global Masters badges:
Philip has no Global Masters badges yet.
Followers:
Philip has no followers yet.
Following:
Philip has not followed anybody yet.
You can use cpu-z or coreinfo like https://community.intersystems.com/user/bob-kuszewski recommends. If you look at his post here : https://community.intersystems.com/post/intersystems-platforms-update-q1...
and follow the links you will get to coreinfo for windows:
Too bad there is no lscpu for windows.