kirthevasank/nasbot

problem of the direct_fortran

Closed this issue · 2 comments

hi, I meet the problem when i follow the step 'bash make_direct.sh' & ' python simple_direct_test.py '
I have installed both python2 and python3 on my computer, after the 'bash make_direct.sh',
'ImportError: No module named direct' is occured when I use 'python2 simple_direct_test.py',
but it's work right "python3 simple_direct_test.py", what should I try to make it work on python2? Thanks!

We haven't really encountered any issues with Python2. In fact, we have tested this more on Python2 than Python3. Can you include the output when you run it with Python2?

I have fixed this problem, the f2py uses the python3, I uninstall the numpy of python, and it's fixed