Closed GoogleCodeExporter closed 9 years ago
The crash happens when python import the c_library.pyd module and the
"try...except" statement seems to be ineffective in order to bypass the problem.
The same happens when, once avoided the "import c_library" command, python run
the "from wafo.gaussian import Rind" command.
By avoiding also this import statement no more crashes happen.
However the interpreter still warns of a syntax error cause seems that the
module scipy.misc.doccer doesn't exist.
I attached the 3 modules I modified in order to run wafo.
Is it possible to solve the three problems in another way?
Thx
Paolo
PS Is there any up to date list of wafo classes, modules, etc.?
Original comment by pa.ba...@gmail.com
on 27 Oct 2010 at 1:48
Attachments:
The only solution for fixing this is to compile the extensions written in c and
fortran again. For more info on how to compile the extensions and properly
install pywafo see here:
http://groups.google.com/group/wafo/browse_thread/thread/1f31da140e066b85
There is currently no up to date list of wafo classes and modules.
The best place to start learning about the classes and the possibilities of
pywafo is by studying the tutorial scripts located here:
http://code.google.com/p/pywafo/source/browse/#svn%2Ftrunk%2Fpywafo%2Fsrc%2Fwafo
%2Fdoc%2Ftutorial_scripts
Original comment by Per.Andreas.Brodtkorb@gmail.com
on 2 Feb 2011 at 8:13
Original issue reported on code.google.com by
pa.ba...@gmail.com
on 26 Oct 2010 at 4:14