umvarma / pynastran

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

ImportError: cannot import name CTRIA3 #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What do you see instead?
pyNastranGUI 
Traceback (most recent call last):
  File "/home/nils/local/bin/pyNastranGUI", line 9, in <module>
    load_entry_point('pyNastran==0.7.0-dev', 'console_scripts', 'pyNastranGUI')()
  File "/home/nils/local/lib64/python2.7/site-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 343, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/nils/local/lib64/python2.7/site-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 2354, in load_entry_point
    return ep.load()
  File "/home/nils/local/lib64/python2.7/site-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 2060, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/home/nils/local/lib/python2.7/site-packages/pyNastran-0.7.0_dev-py2.7.egg/pyNastran/gui/gui.py", line 13, in <module>
    from pyNastran.gui.guiPanel import Pan
  File "/home/nils/local/lib/python2.7/site-packages/pyNastran-0.7.0_dev-py2.7.egg/pyNastran/gui/guiPanel.py", line 14, in <module>
    from pyNastran.gui.nastranIO import NastranIO
  File "/home/nils/local/lib/python2.7/site-packages/pyNastran-0.7.0_dev-py2.7.egg/pyNastran/gui/nastranIO.py", line 26, in <module>
    from pyNastran.bdf.bdf import (BDF, CAERO1, CAERO2, CAERO3, CAERO4, CAERO5,
ImportError: cannot import name CTRIA3

What steps will reproduce the problem?
1. Instal pyNastran
2. Run 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?

x86_64 x86_64 GNU/Linux
OpenSuse12.3
svn r1423

Original issue reported on code.google.com by nils...@googlemail.com on 27 Jul 2013 at 1:43

GoogleCodeExporter commented 9 years ago

Original comment by mesheb82 on 27 Jul 2013 at 6:30

GoogleCodeExporter commented 9 years ago
Works for me with r1462
Ticket can be closed.

Original comment by nils...@googlemail.com on 8 Sep 2013 at 4:37

GoogleCodeExporter commented 9 years ago
disabled invalid file formats if any sub-imports fail

Original comment by mesheb82 on 8 Sep 2013 at 5:03