Hi, I am on Snow Leopard and installed Spyder via easy_install (I also use it on my Linux computers, btw, everythings great over there).
Two things are not working: * The ipython console should be loaded with the -pylab option, but I have to import all functionality myself each time (e.g. from matplotlib.pyplot import plot). Also, no tab-completion or syntax- highlighting works. * When I want to plot a figure, everything works as expected, even the obect inspector tells me about the plot function - except for the fact that no figure shows up (X11 is running, btw): >>> from matplotlib.pyplot import plot >>> plot([1,2,3],[4,5,6]) [<matplotlib.lines.Line2D object at 0x1211c6350>] With the --debug option on, I also see nothing special (see below). Does anyone know what I could do to investigate this? Thanks, -Nic ----------------------- $ spyder --debug Start of MainWindow constructor Initializing... End of MainWindow constructor *** Start of MainWindow setup *** Loading object inspector... Loading editor... Loading file explorer... Loading history plugin... Loading online help... Loading project explorer... Loading external console... Loading namespace browser... Setting up main window... Setting up window... *** End of MainWindow setup *** [<matplotlib.lines.Line2D object at 0x120805d10>] -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
