umvarma / pynastran

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

ImportError: No module named errors #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
python test_op2.py 
Traceback (most recent call last):
  File "test_op2.py", line 7, in <module>
    from pyNastran.f06.errors import FatalError
ImportError: No module named errors

Version: r2049 

Original issue reported on code.google.com by nils...@googlemail.com on 19 Jun 2014 at 9:10

GoogleCodeExporter commented 9 years ago
Do you have the file?  It should be there.  It shows up in the trunk.

Original comment by mesheb82 on 20 Jun 2014 at 4:20

GoogleCodeExporter commented 9 years ago
nils@linux-5fmr:~/svn/pynastran-read-only/pyNastran/f06> ls -l
insgesamt 112
-rw-r--r-- 1 nils users    41  5. Mär 19:44 errors.py
-rw-r--r-- 1 nils users   872  2. Mär 14:22 f06_classes.py
-rw-r--r-- 1 nils users  2306  2. Mär 22:05 f06_formatting.py
-rw-r--r-- 1 nils users 36158  5. Apr 18:33 f06.py
-rw-r--r-- 1 nils users 34198  5. Apr 18:33 f06Writer.py
-rw-r--r-- 1 nils users     0 15. Apr 2013  __init__.py
-rw-r--r-- 1 nils users 19072  5. Apr 18:33 op2_writer.py
drwxr-xr-x 2 nils users  4096  5. Apr 18:33 tables
drwxr-xr-x 3 nils users  4096  5. Apr 18:33 test

Original comment by nils...@googlemail.com on 20 Jun 2014 at 9:07

GoogleCodeExporter commented 9 years ago
works for me. Ticket can be closed.

Original comment by nils...@googlemail.com on 29 Jun 2014 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by mesheb82 on 29 Jun 2014 at 9:53