No module named 'geoviewer'

Hi @luillo

I am celebrate to early, now I have problem with geoviewer

w> Warning: Geometry Viewer not found
e> ERROR: No module named ‘geoviewer’

I compiled flair-geoviewer following the instructions.
Matteos-MacBook-Air-2:flair-geoviewer-3.1 matteovolpi$ make install DESTDIR=/Users/matteovolpi/flair-geoviewer-3.1
/bin/sh: line 0: test: version: integer expression expected
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C viewer
….
….
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C xdraw
/bin/sh: line 0: test: version: integer expression expected
make[1]: Nothing to be done for `all’.
mkdir -p /Users/matteovolpi/flair-geoviewer-3.1
mkdir -p /Users/matteovolpi/flair-geoviewer-3.1/fonts
install -m 644 geoviewer.so /Users/matteovolpi/flair-geoviewer-.1
install -m 755 usrbin2dvh /Users/matteovolpi/flair-geoviewer-3.1
for f in AUTHORS BUGS README LICENSE; do
install -m 644 $f /Users/matteovolpi/flair-geoviewer-3.1/$f.geoviewer;
done
for f in fonts/*.tga;do
install -m 644 $f /Users/matteovolpi/flair-geoviewer-3.1/fonts;
done

Thank you again.

Matteo

Hi @mvolpi ,

DESTDIR should be the flair installation folder.
It looks like you set it to the geoviewer folder instead.

Cheers, Luigi

HI @luillo

Sorry, all good it works !
Thank you again.

Matteo