-
twobitsaheadWhere 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 github.com/OpenIndiana/pkg5
-
twobitsaheadIt'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
-
twobitsaheadsource
-
twobitsaheadGoogling hasn't returned anything useful about the illumos Python package 'pkg', or anything close for that matter
-
sommerfeldtwobitsahead: it's in usr/lib/python3.9/vendor-packages
-
twobitsaheadThank you!!