wafo-project / pywafo

Wave Analysis for Fatigue and Oceanography
http://www.maths.lth.se/matstat/wafo/
Other
94 stars 42 forks source link

Install problem. #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
These steps reproduce the problem on my ubuntu linux machine (python 2.7):
1. download 'pywafo_read_only' via svn
2. cd to pywafo directory
3. run 'sudo python setup.py install'

I expect this to install the software without errors.
What I see is the errors in the attached file.
In spite of these errors I've tried to 'import wafo', which gives,
ImportError: No module named win32gui

I'm trying this with pyWAFO r165.

Original issue reported on code.google.com by levi.kil...@gmail.com on 12 Nov 2012 at 12:17

Attachments:

GoogleCodeExporter commented 9 years ago
I tried the changing the PYTHONPATH (as suggested in the error message):
export PYTHONPATH=build/bdist.linux-x86_64/egg

However, this did not help.  Other suggestions?

Thank you!

Original comment by levi.kil...@gmail.com on 12 Nov 2012 at 12:21