umvarma / pynastran

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

AttributeError: 'Pan' object has no attribute 'loadGeometry' #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make sure you attach a *small* sample file if you have it.  Otherwise, it's
almost impossible to debug a problem.

What is the expected output? What do you see instead?

 pyNastranGUI 
isEdges =  False
Traceback (most recent call last):
  File "/home/nwagner/local/bin/pyNastranGUI", line 9, in <module>
    load_entry_point('pyNastran==0.5.rdev790', 'console_scripts', 'pyNastranGUI')()
  File "/home/nwagner/local/lib/python2.7/site-packages/pyNastran-0.5.rdev790-py2.7.egg/pyNastran/gui/gui.py", line 614, in main
    appFrm = AppFrame(isEdges,debug)
  File "/home/nwagner/local/lib/python2.7/site-packages/pyNastran-0.5.rdev790-py2.7.egg/pyNastran/gui/gui.py", line 48, in __init__
    self.setupFrame()
  File "/home/nwagner/local/lib/python2.7/site-packages/pyNastran-0.5.rdev790-py2.7.egg/pyNastran/gui/gui.py", line 87, in setupFrame
    self.frmPanel.buildVTK(self.bdfFileName)
  File "/home/nwagner/local/lib/python2.7/site-packages/pyNastran-0.5.rdev790-py2.7.egg/pyNastran/gui/guiPanel.py", line 507, in buildVTK
    self.loadGeometry(self.bdfFileName,dirname)
AttributeError: 'Pan' object has no attribute 'loadGeometry'

What steps will reproduce the problem?
1.Install latest svn
2.pyNastranGUI
3.

What version of the product are you using? On what operating system?  Note:
if you're using a development version, the __version__ parameter is not
accurate.  What version did you checkout from subversion?

Please provide any additional information below.

Original issue reported on code.google.com by nils...@googlemail.com on 13 Jul 2012 at 7:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r924.

Original comment by mesheb82 on 30 Jul 2012 at 2:01

GoogleCodeExporter commented 9 years ago
fixed in r924

Original comment by mesheb82 on 30 Jul 2012 at 2:02