umvarma / pynastran

Automatically exported from code.google.com/p/pynastran
1 stars 0 forks source link

pyNastranGUI_qt crashes when installed from using setup.py install #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You should be able to install pyNastranGUI_qt using:
   python setup.py install

instead of:
   python setup.py develop

There is an issue with the VTK renderer due to the line (gui_qt.py):
    self.vtk_interactor.GetRenderWindow().Render()

It works if you build it using pyInstaller and it works if you develop the 
code, but not install.  I'm not sure why.

Note that it's possible that this is a VTK install issue.

Original issue reported on code.google.com by mesheb82 on 29 Oct 2014 at 5:25

GoogleCodeExporter commented 9 years ago
I didn't mention it before.  There's a hard crash.  There is no traceback 
message, which makes me think this isn't a pyNastran problem.  Also, the GUI 
wasn't working on that computer using setup.py develop, but it does on another.

Original comment by mesheb82 on 29 Oct 2014 at 4:53

GoogleCodeExporter commented 9 years ago
This was a VTK issue.  It works on a properly configured computer.

Original comment by mesheb82 on 29 Oct 2014 at 6:54