Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\matplotlib\backends\backend_gtkagg.py", line 10, in <module>
from matplotlib.backends.backend_gtk import gtk, FigureManagerGTK, FigureCanvasGTK,\
File "C:\Python27\lib\site-packages\matplotlib\backends\backend_gtk.py", line 11, in <module>
raise ImportError("Gtk* backend requires pygtk to be installed.")
ImportError: Gtk* backend requires pygtk to be installed.
>>> from matplotlib.backends import backend_qtagg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\matplotlib\backends\backend_qtagg.py", line 12, in <module>
from backend_qt import qt, FigureManagerQT, FigureCanvasQT,\
File "C:\Python27\lib\site-packages\matplotlib\backends\backend_qt.py", line 21, in <module>
raise ImportError("Qt backend requires pyqt to be installed.")
ImportError: Qt backend requires pyqt to be installed.
Also I must mention one fact. When I tried ipython --pylab in my first python install, the DOS shell would not recognize ipython as a command. I was then asked to place the ipython batch file in the Scripts folder in the main Python2.7 directory.
And then I was asked to set the environment variable for that directory.
I am now able to run ipython --pylab from dos shell. Therefore, as a test I made a copy of ipython bat file and placed it in the main Python2.7 folder which also has python executable and erased the environment variable linking to the script file and then ran Julia. But error messages are the same i.e., Julia still gives the same error as in my post.
Thank you for looking into this.