Menu

I can't use raw_input()?

Help
helloyh123
2006-03-21
2013-05-30
  • helloyh123

    helloyh123 - 2006-03-21

    When I use raw_input(), I get the error message.

    EOFError: EOF When reading a line.

    My program is:

    a = raw_input('Enter:')

     
    • Santi Wangkerkoon

      PythonCE-2.4.3-20060430 still has this problem.

      I did fix it by modification to
      $src\Python\bltinmodule.c ...replace builtin_raw_input()
      $src\PC\dl_nt.c ...add RawInputChar() for dynamic dialog

      This change is made to "python24.dll" only.
      Total size: 67K

      I can email to you by request.
      Sorry, I don't know how to contribute to the project.
      Anyone can help?

      --santiwk

       
      • Luke Dunstan

        Luke Dunstan - 2006-10-04

        Please click on the "Patches" link and upload your changes to the patch tracker so that everyone can access them

         
    • Santi Wangkerkoon

       

Log in to post a comment.