Python Forum

Full Version: Call a code written in Fortran programming language in RhinoPython.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I'm working through a uni project in which I'm trying to use a code written in Fortran programming language in RhinoPython.

Now I am trying to use F2PY (one of Numpy's source programs) Numpy means Numetric Python which we can install in PyPI ( The Python Package Index).
(I know, Fortran is really old programming language. If I had created a program in C or Python I could use a component in Grasshopper or Rhinoscript.)
In short, I need to do one of the following:
1. Call fortran Dll file throught RhinoPython with F2PY.
2. Call fortran Dll file throught RhinoPython without F2PY.

Thanks in advance for any advice!
TOM
This probably should be posted under "Homework". What have you tried so far?
Thank you very much. sparkz_alot

I wukk post under "Homework" soon. Please check it.
Thanks in advance for any advice.