Greg Troxel

Results 745 comments of Greg Troxel

I understand the idea of enabling what is found, but installing to multiple python versions is basically unprecedented. Technically each python version is a different language. Packaging systems tend to...

With shebang and env, I'm not complaining about what can be configured, just that it has to be easy to configure to meet packaging norms. So "can't be" was meant...

I'm having trouble again. My system has python3.10 and python3.11 both, because I'm in the middle of upgrading. Despite ``` CONFIGURE_ARGS+= --without-python2 CONFIGURE_ARGS+= --with-python=${PYTHONBIN} ``` I am getting pyNUT.py and...

I'm having trouble again. My system has python3.10 and python3.11 both, because I'm in the middle of upgrading. Despite ``` CONFIGURE_ARGS+= --without-python2 CONFIGURE_ARGS+= --with-python=${PYTHONBIN} ``` I am getting pyNUT.py and...