HadiM
--
You received this message because you are subscribed to the Google Groups "vispy-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vispy-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vispy-dev/CAEpSnnZqPryQcyg6eb5i3YZ2p9MGj1CqP%3D_3YCgcH8FwznHzWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
This script https://github.com/hadim/public_notebooks/blob/master/vispy_brownian/vispy_brownian.ipynb does not work anymore and produce the following error :
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-1-ecea6325f6ef> in <module>()
6
7 import vispy
----> 8 import vispy.app.qt as vispyqt
9
10 qtapp = vispy.app.use_app('pyqt4')
/home/hadim/Insync/Documents/phd/dev/contrib/python/vispy/vispy/app/qt.py in <module>()
26 raise RuntimeError("Invalid value for qt_lib %r." % qt_lib)
27 else:
---> 28 raise RuntimeError("Module backends._qt should not be imported directly.")
29
30
RuntimeError: Module backends._qt should not be imported directly.
I am not really surprise the API has been modified but I wonder to know how could I embed a vispy canvas into a Qt windows.
Before I used self.canvas = vispyqt.QtSceneCanvas(keys='interactive', app=qtapp, parent=self, bgcolor='white') but it seems that I cant use vispyqt anymore…
Any idea ? Should I open an issue ?
PS: I use the last version on GitHub repo : 1b9f1415e3f263ec7e10fddc8cb8fb275dfa7bf2