Command Line Usage

This package provides a script, zope-testrunner, that’s available when installed via pip. It can also be used as a Python module with the -m option.

$ python3 -m zope.testrunner --help
Python path configuration:
  PYTHONHOME = '/builddir/build/BUILD/zope.testrunner-6.4:/builddir/build/BUILD/zope.testrunner-6.4'
  PYTHONPATH = (not set)
  program name = 'python3'
  isolated = 0
  environment = 1
  user site = 1
  import site = 1
  sys._base_executable = '/usr/bin/python3'
  sys.base_prefix = '/builddir/build/BUILD/zope.testrunner-6.4'
  sys.base_exec_prefix = '/builddir/build/BUILD/zope.testrunner-6.4'
  sys.platlibdir = 'lib64'
  sys.executable = '/usr/bin/python3'
  sys.prefix = '/builddir/build/BUILD/zope.testrunner-6.4'
  sys.exec_prefix = '/builddir/build/BUILD/zope.testrunner-6.4'
  sys.path = [
    '/builddir/build/BUILD/zope.testrunner-6.4/lib64/python39.zip',
    '/builddir/build/BUILD/zope.testrunner-6.4/lib64/python3.9',
    '/builddir/build/BUILD/zope.testrunner-6.4/lib64/python3.9/lib-dynload',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f38a7bcb740 (most recent call first):
<no Python frame>