Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5110742 By: xsiebert
Hello folks, I have an application for which I import *.so modules resulting from the conversion from *.f fortran code with f2py. Even though the application find the modules properly, Pydev (1.3.18) flags an error for every variable/subroutine of these modules. For example, I have a module fitin.so, and in the python code I do -- given that the fortran code contains a subroutine called my_subroutine : import fitin fitin.my_subroutine() but Pydev would print this error: Undefined variable from import : my_subroutine() Is this clear ? How can I avoid pydev flagging this as an error ? And yes, the PYTHON PATH contains the path to fitin.so... Thanks, --X. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
