h2def configure test should consider installs that have .pyc without .py
Bug #743881 reported by
Arkadiusz Miśkiewicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
High
|
Alexander Sack |
Bug Description
if test -x /usr/share/
H2DEF=
PYG_
Note that this test doesn't seem good.
First py files could not be there. It's perfectly fine to have only *.pyc or *.pyo files (just like on my system).
Also here that file is not executable and can be called only by "python file.pyc" instead of just file.pyc.
summary: |
- h2def checking problem + h2def configure test should consider installs that have .pyc without .py |
To post a comment you must log in.
> First py files could not be there. It's perfectly fine to have only *.pyc or *.pyo files (just like on my system).
what do you have in /usr/bin/ pygobject- codegen- 2.0 ?
I see ... exec /usr/bin/python $codegendir/ codegen. py "$@" here
do you have a .pyc there?