I'm running Python 2.3.5 with recent SVN f2py.

Suppose I import an extension I have built with f2py. Then, if I edit
the fortran and recompile the extension, I cannot use reload to use
the modified version within the same Python session.

I believe this is an problem with Python, that reload doesn't work
with externally compiled extensions.

Is this something that can be changed in future versions of Python, or
is it an inherent problem? For editing and recompiling within an
ipython session is quite a good way of getting the fortran code to
work, leaving aside any problems in doing the f2py interfacing.


--George Nurser.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to