Displaying 1 result from an estimated 1 matches for "python588".
Did you mean:
python3.8
2008 Jun 06
1
Unnamed error while trying to create a VM
...ny:/folgers/vm/xVM/windows-xp#
I''ve tried unsetting my PYTHONPATH with the /usr/local changes, setting my PATH thus that /usr/bin/python (2.4) will be used instead of mine and even tracing Python''s execution with this dtrace script:
#!/usr/sbin/dtrace -ZCs
#pragma D option quiet
python588:::function-entry,python588:::function-return
{
printf("%s %s (%s:%d)\n", probename == "function-entry" ? "->" : "<-",
copyinstr(arg1), copyinstr(arg0), arg2);
}
I had a hard time understanding what I was seeing because it seems '...