About 67,700 results
Open links in new tab
  1. why am getting EOFError: EOF when reading a line? : …

    Sep 6, 2022 · why am getting EOFError: EOF when reading a line? here's the code i was trying to get input till there's no input this is the problem, i was trying to solve [this is repost, cuz my …

  2. EOFError: Ran out of input - Sockets,Pickle : r/learnpython - Reddit

    Jul 4, 2022 · That's so obvious of course you are so right. Is there anyway to wait until the whole thing is transmitted like having a minimum byte size it needs before finishing recieving or …

  3. Why does ctrl + D not raise EOFError and shortens my input

    May 18, 2023 · Why does ctrl + D not raise EOFError and shortens my input string on the THIRD time I press it

  4. EOF error in python when reading input : r/learnpython - Reddit

    Nov 5, 2022 · The user variable is supposed to be the given input to python. How would i fix that?

  5. EOFError: EOF when reading a line : r/learnpython - Reddit

    Posted by u/praisepewdiepie - 2 votes and 9 comments

  6. EOF Error is driving me absoutlely insane... - Reddit

    Dec 6, 2018 · trueHello John, At a glance, it looks like your issue is caused because you're using python 2 (.7?) as opposed to python 3. One resolution is to switch to python 3. This will cause …

  7. CS50p, help!, problem set 3, taqueria.py : r/cs50 - Reddit

    Apr 27, 2022 · this might be a dumb question, but ok, this is basically the problem set: I was given a dict, with items and prices, and this: In a file called taqueria.py , implement a program that …

  8. going a little insane. check 50 exit code expected 0 for EOFError ...

    May 27, 2023 · going a little insane. check 50 exit code expected 0 for EOFError, instead got 1.

  9. EOFError: EOF when reading a line : r/learnpython - Reddit

    File "rental_car-customer-data-2.py", line 25, in <module> odoEnd = int (input ("Ending Odometer Reading:\n")) EOFError: EOF when reading a line When I try to run it, it's fine but when I check …

  10. EOFError: marshal data too short error when running the django

    Jul 7, 2020 · I am getting EOFError: marshal data too short error whenever I try 'manage,py runserver'. All the solutions I found online recommend deleting __pycache__ folder.