thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

[REQUEST] Automatic import of currently file(s) into PyShell #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
closing as duplicate of your other request in 171

Original comment by CodyPrec...@gmail.com on 26 May 2011 at 5:45