Unable to load hexablock module
Hi all,
I have installed salome_6.6.0 yesterday, via the salome-meca 2013.1 package.
Everything seems to work well except the fact that I don't have access to the hexablock module, neither in the GUI nor in the python console.
I have check my directories, and I've got the hexablock directory with all the libraries (locate -i hexablock).
When I try to load hexablock in the python console, i have the following message:
>>>import hexablock
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/home/stephane/salome/appli_V6_6_0/lib/python2.6/site-packages/salome/import_hook.py", line 175, in import_hook
module= original_import(name, globals, locals, fromlist, *args, **kwds)
File "/home/stephane/salome/appli_V6_6_0/lib/python2.6/site-packages/salome/import_hook.py", line 175, in import_hook
module= original_import(name, globals, locals, fromlist, *args, **kwds)
File "/home/stephane/salome/appli_V6_6_0/bin/salome/hexablock.py", line 43, in <module>
component = component._narrow(HEXABLOCK_Gen)
AttributeError: 'NoneType' object has no attribute '_narrow'
If anyone has an idea, I will appreciate.
Thanks in advance
Stephane
