Python Forum
Call a code written in Fortran programming language in RhinoPython. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Call a code written in Fortran programming language in RhinoPython. (/thread-437.html)



Call a code written in Fortran programming language in RhinoPython. - TOM - Oct-11-2016

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


RE: Call a code written in Fortran programming language in RhinoPython. - sparkz_alot - Oct-11-2016

This probably should be posted under "Homework". What have you tried so far?


RE: Call a code written in Fortran programming language in RhinoPython. - TOM - Oct-17-2016

Thank you very much. sparkz_alot

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