What Plugin does this relate to? What version of the Plugin?
PyShell 0.8
What steps will reproduce the problem?
1. Enable PyShell, add PyShell to your shelf
2. Create a new file named "hello.py"
3. Define a function hello_world;
def hello_world():
print "Hello World"
4. Switch to PyShell tab in shelf
5. Try running the function;
>>>hello_world()
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "<input>", line 1, in <module>
NameError: name 'hello_world' is not defined
Expected (in blue):
'Hello World'
What version of Editra are you using? On what operating system?
Editra 0.6.48
Original issue reported on code.google.com by Alec.Tay...@gmail.com on 26 May 2011 at 4:26
Original issue reported on code.google.com by
Alec.Tay...@gmail.com
on 26 May 2011 at 4:26