Hi, Spyder needs to be properly installed on your machine: * python setup.py install or * simply adding the root directory (containing 'spyderlib' package) in your PYTHONPATH
Maybe that's not it at all but that's the only thing I could think of by reading your message. Oh, try also to show the internal console to see if there is any traceback there (menu "View" > "Internal console"). Pierre On Sep 23, 7:23 pm, fp4code <[email protected]> wrote: > Hi, > > On my Spyder 2.0.0beta3/Python 2.6.6/Qt 4.6.2/PyQt 4.7.7 on Linux (all > setup.py build), > the ipython console seems not integrated. > - "variable explorer" shows nothing. > - "pylab" is not started > > Please, note that > - spyder has launched the process > .../python -u .../externalshell/startup.pyc -pylab -q4thread ... > - I can get pylab if I type "%pylab". > - "strace -f -eopen" shows nothing abnormal for my point of view. > > Any idea ? > > Thanks, > Fabrice Pardo -- 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.
