I get a similar problem with the interactive mode. I use the this script:
import pylab as p
import numpy as n
p.ion()
p.figure(1)
a = n.array([1,2,3])
p.clf()
p.plot(a)
p.show()
So I get the plot window, but I can't enter something in the python shell.
Also If I close the plot window the python shell doesn't return.
I can only use ctrl-c to terminate the python process.
With Gutsy I never had this behavior. So I thing it is a bug.
I've upgraded from Gutsy to Hardy, perhaps it work right with a clean new installation?
I get a similar problem with the interactive mode. I use the this script:
import pylab as p
import numpy as n
p.ion()
p.figure(1)
a = n.array([1,2,3])
p.clf()
p.plot(a)
p.show()
So I get the plot window, but I can't enter something in the python shell.
Also If I close the plot window the python shell doesn't return.
I can only use ctrl-c to terminate the python process.
With Gutsy I never had this behavior. So I thing it is a bug.
I've upgraded from Gutsy to Hardy, perhaps it work right with a clean new installation?