ZwenAusZwota / pyector

Automatically exported from code.google.com/p/pyector
0 stars 0 forks source link

Python for Ubuntu fails #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Attempt to run Ector using the IDLE (Python 2.6)

What is the expected output? What do you see instead?
Expected Ector to start.  Did not start.

What version of pyECTOR are you using? Latest
What version of Python are you using ? 2.6, bundled in IDLE
On what operating system? Ubuntu 9.10 (Karmic Koala)

Please provide any additional information below.
The shell returned this:

Traceback (most recent call last):
  File "/home/ccheng/Desktop/pyector/src/Ector.py", line 721, in <module>
    status = main()
  File "/home/ccheng/Desktop/pyector/src/Ector.py", line 571, in main
    if stdin.closed:
AttributeError: 'PyShell' object has no attribute 'closed'

Original issue reported on code.google.com by Avaera8820 on 24 Nov 2009 at 10:17

GoogleCodeExporter commented 8 years ago
Can you try running it from a normal shell (python Ector.py)?

Until now, I did not even try to run it from IDLE (I just checked: it does not 
work
from IDLE, you're right).

I use Eclipse to develop, so I did not note that problem.

Original comment by francois.parmentier@gmail.com on 27 Nov 2009 at 1:08