[Bug 1770595] Re: Invesalius crashes at startup @ Ubuntu 18.04

2020-07-24 Thread Adolfo Jayme
** Changed in: invesalius (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770595 Title: Invesalius crashes at startup @ Ubuntu 18.04 To manage notificatio

[Bug 1770595] Re: Invesalius crashes at startup @ Ubuntu 18.04

2019-01-11 Thread tfmoraes
Hi Renat, sorry I didn't see your comment. Your problem is because you need to compile some cython files we use in InVesalius. You need to enter in InVesalius source code then run: $ python3 setup.py build_ext --inplace Then you can use InVesalius. I created a PPA to InVesalius, I think it's bet

[Bug 1770595] Re: Invesalius crashes at startup @ Ubuntu 18.04

2019-01-11 Thread tfmoraes
Hi Declan Moriarty, that is just a warning, that is not the source of this problem. The problem is the VTK interface with WXPython3. Using VTK with WXPython4 fix this problem. I create a PPA with this problem fixed. Try the InVesalius from there https://launchpad.net/~tfmoraes/+archive/ubuntu/inves

[Bug 1770595] Re: Invesalius crashes at startup @ Ubuntu 18.04

2019-01-11 Thread Declan Moriarty
Hi. I'm running Mint-19.0 Tara, based largely on Ubuntu debs. I can confirm the bug. 1st time, it takes 3-4 seconds. It's a fresh install, duly updated & upgraded. I tried running it from a terminal, and got this: dec@RoseViolet:~$ invesalius3 /usr/share/invesalius/invesalius/data/t

[Bug 1770595] Re: Invesalius crashes at startup @ Ubuntu 18.04

2018-07-20 Thread Renat
Hi Thiago, thank you for this suggestion - and for this app. Unfortunately, aforemetioned workaround doesn't seems to work for me: renat@renat-Lenovo-B50-80:~$ cd ~/dev/invesalius3 renat@renat-Lenovo-B50-80:~/dev/invesalius3$ export PYTHONPATH=/usr/lib/python2.7/dist-packages/wxPython-4.0.1-py2.7

[Bug 1770595] Re: Invesalius crashes at startup @ Ubuntu 18.04

2018-05-11 Thread tfmoraes
Hi, InVesalius developer here. I don' t know why it is happening yet. But if you use KDE as desktop (maybe other too) InVesalius runs correctly. You can try to run Invesalius by the code, it will run in Gnome. First, install wxPython4: $ sudo apt install python-wxgtk4.0 Download the code from gi