sebastian06
2011-06-15 11:18:02 UTC
Hi Pierre,
today i tried to start the guiqwt and guidata test modules, but it does not
work any more. The last time, I did that everything worked fine and I have
no real idea, what my problem might be. Here is the output:
*In [7]: from guiqwt import tests
------------------------------------------------------------
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
ImportError: cannot import name tests
In [8]: from guidata import tests
------------------------------------------------------------
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
ImportError: cannot import name tests
In [9]: *
and when I try to run the Basic Example from the guidata documentation
homepage, I get the following error message:
*QWidget: Must construct a QApplication before a QPaintDevice*
And here are the installed python modules:
Plugin 'Python(x,y)' was found (Version: 2.6.6.0)
Plugin 'Python(x,y)' was found (DocPath: C:\Programme\pythonxy\doc)
Plugin 'Python(x,y)' was found (Eclipse: C:\Programme\pythonxy\eclipse)
Plugin 'Python(x,y)' was found (Workspace: C:\Dokumente und
Einstellungen\sebastian.rhode\Eigene Dateien\Sebi\Python_Eclipse)
Plugin 'Cython' was found (Version: 0.14.1)
Plugin 'numexpr' was found (Version: 1.4.2)
Plugin 'QtEclipse' was found (Version: 1.5.2)
Plugin 'itk' was found (Version: 3.16)
Plugin 'Gnuplot' was found (Version: 1.8)
Plugin 'OpenGL' was found (Version: 3.0.1.1)
Plugin 'eclipse' was found (Version: 3.5.2)
Plugin 'formlayout' was found (Version: 1.0.9)
Plugin 'pywin32' was found (Version: 2.16)
Plugin 'WickedShell' was found (Version: 2.0.4)
Plugin 'PyQt4' was found (Version: 4.8.3)
Plugin 'QtHelp' was found (Version: 4.7.1)
Plugin 'psyco' was found (Version: 1.6)
Plugin 'networkx' was found (Version: 1.4)
Plugin 'IPython' was found (Version: 0.10.1)
Plugin 'Qwt5' was found (Version: 5.2.1)
Plugin 'xlrd' was found (Version: 0.7.1)
Plugin 'StartExplorer' was found (Version: 0.5.0)
Plugin 'pyserial' was found (Version: 2.5.0)
Plugin 'netcdf4' was found (Version: 0.9.3)
Plugin 'CDT' was found (Version: 6.0.2)
Plugin 'reportlab' was found (Version: 2.5)
Plugin 'guidata' was found (Version: 1.3.1)
Plugin 'xlutils' was found (Version: 1.4.1)
Plugin 'py2exe' was found (Version: 0.6.9)
Plugin 'mdp' was found (Version: 3.1)
Plugin 'opencv' was found (Version: 2.1.0.wr1.1.0)
Plugin 'pygments' was found (Version: 1.4.0)
Plugin 'pydicom' was found (Version: 0.9.5)
Plugin 'vtk' was found (Version: 5.6.1.1)
Plugin 'pp' was found (Version: 1.6.1)
Plugin 'mingw' was found (Version: 4.5.2)
Plugin 'gettext' was found (Version: 0.14.4.1)
Plugin 'console' was found (Version: 2.0.147.1)
Plugin 'docutils' was found (Version: 0.7)
Plugin 'pyhdf' was found (Version: 0.8.3)
Plugin 'gdal' was found (Version: 1.8.0)
Plugin 'guiqwt' was found (Version: 2.1.2)
Plugin 'sympy' was found (Version: 0.6.7)
Plugin 'Pydev' was found (Version: 1.6.3)
Plugin 'numpy' was found (Version: 1.5.1)
Plugin 'swig' was found (Version: 2.0.1)
Plugin 'Photran' was found (Version: 5.0.0)
Plugin 'vitables' was found (Version: 2.1)
Plugin 'xlwt' was found (Version: 0.7.2)
Plugin 'xy' was found (Version: 1.2.5)
Plugin 'simplejson' was found (Version: 2.1.3)
Plugin 'tables' was found (Version: 2.2.1)
Plugin 'pywinauto' was found (Version: 0.4.0)
Plugin 'PyWavelets' was found (Version: 0.2.0)
Plugin 'pylint' was found (Version: 0.23.0)
Plugin 'cvxopt' was found (Version: 1.1.3)
Plugin 'matplotlib' was found (Version: 1.0.1)
Plugin 'scipy' was found (Version: 0.9.0)
Plugin 'jinja2' was found (Version: 2.5.5)
Plugin 'pyreadline' was found (Version: 1.6)
Plugin 'SciTE' was found (Version: 2.25)
Plugin 'xydoc' was found (Version: 1.0.4)
Plugin 'PIL' was found (Version: 1.1.7.1)
Plugin 'SendKeys' was found (Version: 0.3)
Plugin 'vpython' was found (Version: 5.41)
Plugin 'sphinx' was found (Version: 1.0.7)
Plugin 'pyparallel' was found (Version: 0.2.0.1)
Plugin 'Veusz' was found (Version: 1.10)
Plugin 'pyvisa' was found (Version: 1.3)
Plugin 'rst2pdf' was found (Version: 0.16)
Plugin 'winpdb' was found (Version: 1.4.8)
Plugin 'spyder' was found (Version: 2.0.12)
Plugin 'scikits.timeseries' was found (Version: 0.91.3)
Plugin 'WinMerge' was found (Version: 2.12.4)
Plugin 'wxPython' was found (Version: 2.8.11.0)
Plugin 'nose' was found (Version: 1.0.0)
Plugin 'setuptools' was found (Version: 0.6.11)
Plugin 'h5py' was found (Version: 1.3.1)
Plugin 'EnthoughtToolSuite' was found (Version: 3.6.0)
Plugin 'mx' was found (Version: 3.1.3)
today i tried to start the guiqwt and guidata test modules, but it does not
work any more. The last time, I did that everything worked fine and I have
no real idea, what my problem might be. Here is the output:
*In [7]: from guiqwt import tests
------------------------------------------------------------
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
ImportError: cannot import name tests
In [8]: from guidata import tests
------------------------------------------------------------
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
ImportError: cannot import name tests
In [9]: *
and when I try to run the Basic Example from the guidata documentation
homepage, I get the following error message:
*QWidget: Must construct a QApplication before a QPaintDevice*
And here are the installed python modules:
Plugin 'Python(x,y)' was found (Version: 2.6.6.0)
Plugin 'Python(x,y)' was found (DocPath: C:\Programme\pythonxy\doc)
Plugin 'Python(x,y)' was found (Eclipse: C:\Programme\pythonxy\eclipse)
Plugin 'Python(x,y)' was found (Workspace: C:\Dokumente und
Einstellungen\sebastian.rhode\Eigene Dateien\Sebi\Python_Eclipse)
Plugin 'Cython' was found (Version: 0.14.1)
Plugin 'numexpr' was found (Version: 1.4.2)
Plugin 'QtEclipse' was found (Version: 1.5.2)
Plugin 'itk' was found (Version: 3.16)
Plugin 'Gnuplot' was found (Version: 1.8)
Plugin 'OpenGL' was found (Version: 3.0.1.1)
Plugin 'eclipse' was found (Version: 3.5.2)
Plugin 'formlayout' was found (Version: 1.0.9)
Plugin 'pywin32' was found (Version: 2.16)
Plugin 'WickedShell' was found (Version: 2.0.4)
Plugin 'PyQt4' was found (Version: 4.8.3)
Plugin 'QtHelp' was found (Version: 4.7.1)
Plugin 'psyco' was found (Version: 1.6)
Plugin 'networkx' was found (Version: 1.4)
Plugin 'IPython' was found (Version: 0.10.1)
Plugin 'Qwt5' was found (Version: 5.2.1)
Plugin 'xlrd' was found (Version: 0.7.1)
Plugin 'StartExplorer' was found (Version: 0.5.0)
Plugin 'pyserial' was found (Version: 2.5.0)
Plugin 'netcdf4' was found (Version: 0.9.3)
Plugin 'CDT' was found (Version: 6.0.2)
Plugin 'reportlab' was found (Version: 2.5)
Plugin 'guidata' was found (Version: 1.3.1)
Plugin 'xlutils' was found (Version: 1.4.1)
Plugin 'py2exe' was found (Version: 0.6.9)
Plugin 'mdp' was found (Version: 3.1)
Plugin 'opencv' was found (Version: 2.1.0.wr1.1.0)
Plugin 'pygments' was found (Version: 1.4.0)
Plugin 'pydicom' was found (Version: 0.9.5)
Plugin 'vtk' was found (Version: 5.6.1.1)
Plugin 'pp' was found (Version: 1.6.1)
Plugin 'mingw' was found (Version: 4.5.2)
Plugin 'gettext' was found (Version: 0.14.4.1)
Plugin 'console' was found (Version: 2.0.147.1)
Plugin 'docutils' was found (Version: 0.7)
Plugin 'pyhdf' was found (Version: 0.8.3)
Plugin 'gdal' was found (Version: 1.8.0)
Plugin 'guiqwt' was found (Version: 2.1.2)
Plugin 'sympy' was found (Version: 0.6.7)
Plugin 'Pydev' was found (Version: 1.6.3)
Plugin 'numpy' was found (Version: 1.5.1)
Plugin 'swig' was found (Version: 2.0.1)
Plugin 'Photran' was found (Version: 5.0.0)
Plugin 'vitables' was found (Version: 2.1)
Plugin 'xlwt' was found (Version: 0.7.2)
Plugin 'xy' was found (Version: 1.2.5)
Plugin 'simplejson' was found (Version: 2.1.3)
Plugin 'tables' was found (Version: 2.2.1)
Plugin 'pywinauto' was found (Version: 0.4.0)
Plugin 'PyWavelets' was found (Version: 0.2.0)
Plugin 'pylint' was found (Version: 0.23.0)
Plugin 'cvxopt' was found (Version: 1.1.3)
Plugin 'matplotlib' was found (Version: 1.0.1)
Plugin 'scipy' was found (Version: 0.9.0)
Plugin 'jinja2' was found (Version: 2.5.5)
Plugin 'pyreadline' was found (Version: 1.6)
Plugin 'SciTE' was found (Version: 2.25)
Plugin 'xydoc' was found (Version: 1.0.4)
Plugin 'PIL' was found (Version: 1.1.7.1)
Plugin 'SendKeys' was found (Version: 0.3)
Plugin 'vpython' was found (Version: 5.41)
Plugin 'sphinx' was found (Version: 1.0.7)
Plugin 'pyparallel' was found (Version: 0.2.0.1)
Plugin 'Veusz' was found (Version: 1.10)
Plugin 'pyvisa' was found (Version: 1.3)
Plugin 'rst2pdf' was found (Version: 0.16)
Plugin 'winpdb' was found (Version: 1.4.8)
Plugin 'spyder' was found (Version: 2.0.12)
Plugin 'scikits.timeseries' was found (Version: 0.91.3)
Plugin 'WinMerge' was found (Version: 2.12.4)
Plugin 'wxPython' was found (Version: 2.8.11.0)
Plugin 'nose' was found (Version: 1.0.0)
Plugin 'setuptools' was found (Version: 0.6.11)
Plugin 'h5py' was found (Version: 1.3.1)
Plugin 'EnthoughtToolSuite' was found (Version: 3.6.0)
Plugin 'mx' was found (Version: 3.1.3)