Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to load the package 'enthought.mayavi.mlab'
    primarykey
    data
    text
    <p>I'm trying to load the package enthought.mayavi.mlab in python's spider enviorment:</p> <pre><code>import enthought.mayavi.mlab as mlb </code></pre> <p>And I get the following error message:</p> <pre><code>Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; File "C:\Python27\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 487, in runfile execfile(filename, namespace) File "C:\Users\Eytan\Desktop\Mah\PyBrainTraining.py", line 2, in &lt;module&gt; import enthought.mayavi.mlab as mlb File "C:\Python27\lib\site-packages\enthought\mayavi\mlab.py", line 3, in &lt;module&gt; from mayavi.mlab import * File "C:\Python27\lib\site-packages\mayavi\mlab.py", line 27, in &lt;module&gt; from mayavi.tools.camera import view, roll, yaw, pitch, move File "C:\Python27\lib\site-packages\mayavi\tools\camera.py", line 25, in &lt;module&gt; from engine_manager import get_engine File "C:\Python27\lib\site-packages\mayavi\tools\engine_manager.py", line 12, in &lt;module&gt; from mayavi.preferences.api import preference_manager File "C:\Python27\lib\site-packages\mayavi\preferences\api.py", line 4, in &lt;module&gt; from preference_manager import preference_manager File "C:\Python27\lib\site-packages\mayavi\preferences\preference_manager.py", line 29, in &lt;module&gt; from traitsui.api import View, Group, Item File "C:\Python27\lib\site-packages\traitsui\api.py", line 35, in &lt;module&gt; from .editors.api import (ArrayEditor, BooleanEditor, ButtonEditor, File "C:\Python27\lib\site-packages\traitsui\editors\__init__.py", line 22, in &lt;module&gt; from .api import (toolkit, ArrayEditor, BooleanEditor, ButtonEditor, File "C:\Python27\lib\site-packages\traitsui\editors\api.py", line 10, in &lt;module&gt; from .code_editor import CodeEditor File "C:\Python27\lib\site-packages\traitsui\editors\code_editor.py", line 36, in &lt;module&gt; class ToolkitEditorFactory ( EditorFactory ): File "C:\Python27\lib\site-packages\traitsui\editors\code_editor.py", line 48, in ToolkitEditorFactory mark_color = Color( 0xECE9D8 ) File "C:\Python27\lib\site-packages\traits\traits.py", line 487, in __call__ return self.maker_function( *args, **metadata ) File "C:\Python27\lib\site-packages\traits\traits.py", line 1183, in Color return ColorTrait( *args, **metadata ) File "C:\Python27\lib\site-packages\traitsui\toolkit_traits.py", line 7, in ColorTrait return toolkit().color_trait( *args, **traits ) File "C:\Python27\lib\site-packages\traitsui\toolkit.py", line 109, in toolkit _toolkit = _import_toolkit(ETSConfig.toolkit) File "C:\Python27\lib\site-packages\traitsui\toolkit.py", line 51, in _import_toolkit return __import__( name, globals=globals(), level=1 ).toolkit File "C:\Python27\lib\site-packages\traitsui\qt4\__init__.py", line 18, in &lt;module&gt; import pyface.qt File "C:\Python27\lib\site-packages\pyface\qt\__init__.py", line 35, in &lt;module&gt; prepare_pyqt4() File "C:\Python27\lib\site-packages\pyface\qt\__init__.py", line 17, in prepare_pyqt4 sip.setapi('QString', 2) ValueError: API 'QString' has already been set to version 1 </code></pre> <p>anyone knows how to fix it? Edit: If it will help, I see think that the problem is explained in the last column:</p> <pre><code>ValueError: API 'QString' has already been set to version 1 </code></pre> <p>Edit: I tried changing API selection for QString and QVariant objects to Api #1,#2. didn't help. Tried either to set the "Ignore API change errors" to true, didn't help. Tried EST_TOOLKIT from 'qt4' to 'wx'.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload