Hi Everyone,<br><br><b>I encountered an error while installing GRASS GIS from source. When i run the make command i got the following error (see attached error.log)</b><br><br><i>GRASS GIS compilation log<br>-------------------------<br>
Started compilation: Tue Dec  4 17:17:19 EAT 2012<br>--<br>Errors in:<br>/usr/local/src/grass_trunk/gui/wxpython/animation<br>/usr/local/src/grass_trunk/gui/wxpython/mapswipe<br>/usr/local/src/grass_trunk/gui/wxpython/gmodeler<br>
/usr/local/src/grass_trunk/gui/wxpython/rlisetup<br>--<br>In case of errors please change into the directory with error and run 'make'. If you get multiple errors, you need to deal with them in the order they<br>appear in the error log. If you get an error building a library, you will also get errors from anything which uses the library.</i><br>
--<br><br><b>And as suggested I changed into the affected directories and run the make command again and the error listed below came up</b><br><br><i>Traceback (most recent call last):<br>  File "/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/scripts/g.gui.animation", line 50, in <module><br>
    from core.settings import UserSettings<br>  File "/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/gui/wxpython/core/settings.py", line 27, in <module><br>    from core       import globalvar<br>  File "/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/gui/wxpython/core/globalvar.py", line 75, in <module><br>
    import wx.lib.flatnotebook as FN<br>ImportError: No module named flatnotebook<br>make: *** [g.gui.animation.tmp.html] Error 1</i><br><br><b>While flatnotebook exists within my python modules i don't understand why it is not being imported successfully. When i run { locate flatnotebook } command on my terminal i get:</b><br>
<br><i>/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/lib/flatnotebook.py<br>/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/lib/flatnotebook.pyc<br>/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/lib/agw/flatnotebook.py<br>
/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/lib/agw/flatnotebook.pyc</i><br><br>Has anyone encountered the same compilation problem? <br><br>Thanks<br><br>Regards Erick<br>   <br><br>