FS#69061 - [python-configobj] Package not in PYTHONPATH

Attached to Project: Community Packages
Opened by Sebastian Lange (bastla) - Monday, 21 December 2020, 23:04 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 24 December 2020, 20:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description:

Validator import (from validate import Validator) fails with `ModuleNotFoundError: No module named 'validate'`. I realized this by trying to launch the `Terminator`.

Additional info:
* python-configobj 5.0.6-10

Steps to reproduce:

1. Open Python3.9 shell
2. >>> from validate import Validator
3. > export PYTHONPATH="${PYTHONPATH}:/usr/lib/python3.9/site-packages/configobj"
4. Rerun import
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 24 December 2020, 20:31 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Duplicate:  FS#69057 
Comment by motte (motte) - Tuesday, 22 December 2020, 00:16 GMT
I have the same issue. The khard package depends on python-configobj and is currently broken for me.
Comment by loqs (loqs) - Tuesday, 22 December 2020, 01:13 GMT
 FS#69057  has a proposed fix for python-configobj.
Comment by loqs (loqs) - Wednesday, 23 December 2020, 00:07 GMT
  • Field changed: Percent Complete (100% → 0%)
 FS#69057  fixed terminator but not alot, khal, khard or todoman.
Comment by Daniel M. Capella (polyzen) - Thursday, 24 December 2020, 03:01 GMT

Loading...