Here is my box uname -a Linux pablo-desktop 2.6.31-18-generic 55-Ubuntu SMP Fri Jan 8 14:55:26 UTC 2010 i686 GNU/Linux Also Nvidia video card , OpenGL direct rendering, (10000) frames/sec.
Installation:
libsigar libvtk python-vtk libgdcm libinsighttoolkit libitkvtkglue
Looks like you have packed the last version of the libraries :) However; when I installed some of them I had to uninstall previous version in order to install the new ones. Otherwise the process was very smooth.
InVesalius
After install InVesalius and I launched it form CLI (command line interface) and I got the next error Traceback (most recent call last):
File "invesalius.py", line 25, in import gui.language_dialog as lang_dlg File "/usr/share/invesalius-3.0/invesalius/gui/language_dialog.py", line 22, in import wx.combo ImportError: No module named combo I had installed python-wxgtk 2.6 and 2.8. previous to this installation.
Tatiana rescue me from this issue. Here is her answer to this problem
This error appears to be a conflict between python-wxgtk 2.6 andpython-wxgtk 2.6. The module wx.combo used by InVesalius is only available from python-wxgtk 2.8 on. Although you have both versions installed, for some reason your python is probably linked to the previous version. Please, check this: python import sys sys.path
One possible solution is to uninstall python-wxgtk 2.6 (hope you don't need to use it on other applications), and then install python-wxgtk 2.8.
This works perfectly. Thank you Tatiana ;)
I'm testing it and I will report in the next week.
Thanks
Autor: Pablo Ordonez
1Um comentário