03:06:41 Where can I find the Python lib 'pkg'? As in the one with imports all over the place in the source files in the pkg5 for OpenIndiana https://github.com/OpenIndiana/pkg5 03:09:32 It's probably speaking to my inexperience... did sys.path from Python repl and the right path appears to be /usr/lib/python3.9 although pkg doesn't seemingly show up there. I checked the Python Package Index and the pkg package isn't for illumos. Also did a recursive grep in OpenIndiana/pkg5/* and it returned only the imports of 'pkg' but not the 03:09:33 source 03:10:50 Googling hasn't returned anything useful about the illumos Python package 'pkg', or anything close for that matter 03:46:21 twobitsahead: it's in usr/lib/python3.9/vendor-packages 03:49:19 Thank you!!