App Engine does not support any native-code Python modules, including those written in Fortran. App Engine only supports "pure Python" code.
On Saturday, 24 March 2012 04:00:31 UTC+11, tao hong wrote: > > Hello, > > I have some old fortran77 codes, and I convert them into .pyd files using > f2py. However, I could import these .pyd files in app engine... So does > that mean GAE does not support .pyd file? If so, is there any way to call > those fortran77 code when my website is hosted by GAE?How about compiling > the fortran 77 code on a Linux machine? > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/PEpylyuxA2gJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
