I'm using Canopy version 1.6.4 (latest version as of April 2016) and I simply wish to make a dialogue to ask the user browse to a Folder (directory) in a pop-up window, and for python to take the folder name and path as a variable.
Whatever I try when using PyQt4, I keep getting the following error message:
ImportError: Importing PyQt4 disabled by IPython, which has already imported an Incompatible QT Binding: pyside
I've found lots of other people experiencing a similar thing (e.g.: How can I use Pyqt with Enthought Canopy and this answer which I found incomprehensible : https://github.com/ipython/ipython/issues/2955/ ), but no simple answer as to how to solve this (I'm pretty new to the Python and Python environments). Can anyone recommend a quick fox, or better still another way of making a simple x-platform (Mac and windows) Dialogue box (Tkinter doesn't work either on Canopy!!!).
This enclosed screenshot isn't for a browser window, but this gives the same error message; as does Jupiter notebook and iPython.
FYI: Even without importing PySide I get this error! (I imported it once only, but not since).
Thanks!