Exact same error message here but with "Python 3.14.2" on Fedora 43.


Xtian.

On 2026-01-28 14:00, Russtopia wrote:
Hello,

I just verified that

sudo make install

does indeed put integral.py in my /usr/local/bin, with execute perms.

I must still have something wrong with my Python setup, though:

$ echo "2 sqrt(x³)" | python3 /usr/local/bin/integral.py
<→WRAPPER-STARTED→>.
<→MODULES-IMPORTED→>.
Traceback (most recent call last):
  File "/usr/local/bin/integral.py", line 133, in <module>
    expr    = input_filter(input())
EOFError: EOF when reading a line

$ python3 --version
Python 3.9.2

-Russ

Reply via email to