Skip to content

"quit" and "exit" raises ValueError: I/O operation on closed file #63

@ikotler

Description

@ikotler
Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
[Pythonect 0.4.1.post15] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> quit
False
>>> Traceback (most recent call last):
  File "/usr/local/bin/pythonect", line 5, in <module>
    pkg_resources.run_script('Pythonect==0.4.1.post15', 'pythonect')
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 489, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 1207, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/Pythonect-0.4.1.post15-py2.7.egg/EGG-INFO/scripts/pythonect", line 204, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/Pythonect-0.4.1.post15-py2.7.egg/EGG-INFO/scripts/pythonect", line 195, in main
    PythonectInteractiveConsole(locals).interact(banner)
  File "/usr/lib/python2.7/code.py", line 234, in interact
    line = self.raw_input(prompt)
  File "/usr/lib/python2.7/code.py", line 281, in raw_input
    return raw_input(prompt)
ValueError: I/O operation on closed file

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions