Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback on cell creation #1018

Closed
remram44 opened this issue Feb 9, 2015 · 1 comment · Fixed by CDAT/VisTrails#11
Closed

Traceback on cell creation #1018

remram44 opened this issue Feb 9, 2015 · 1 comment · Fixed by CDAT/VisTrails#11

Comments

@remram44
Copy link
Contributor

remram44 commented Feb 9, 2015

Traceback (most recent call last):
  File "/home/vagrant/builds/60b5589a8e3847dc61a505a34f9ae991dc8f6a5f/install/vistrails/vistrails/packages/vtk/vtkcell.py", line 407, in event
    return qt_super(QVTKWidget, self).event(e)
  File "/home/vagrant/builds/60b5589a8e3847dc61a505a34f9ae991dc8f6a5f/install/vistrails/vistrails/packages/spreadsheet/spreadsheet_cell.py", line 100, in event
    for cell in self.getSelectedCellWidgets():
  File "/home/vagrant/builds/60b5589a8e3847dc61a505a34f9ae991dc8f6a5f/install/vistrails/vistrails/packages/vtk/vtkcell.py", line 871, in getSelectedCellWidgets
    if not ren: ren = self.getActiveRenderer(self.iren)
  File "/home/vagrant/builds/60b5589a8e3847dc61a505a34f9ae991dc8f6a5f/install/vistrails/vistrails/packages/vtk/vtkcell.py", line 829, in getActiveRenderer
    epos = list(iren.GetEventPosition())
AttributeError: 'NoneType' object has no attribute 'GetEventPosition'
@aashish24
Copy link
Contributor

This I will double check.. this is something directly related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants