Difference between revisions of "Talk:GeoView"

From Gramps
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
  
 
-- [[user:romjerome]]
 
-- [[user:romjerome]]
 
Well I've did all to get the webkit as descriped above and the safari check runs well.
 
I have the GeoView.py in the DataView folder.
 
But at all: It does not work.
 
For all my other work I don't need the data-views variable in keys.ini.
 
I did a step by step trial through the sources and found that both imports of GeoView.py fail:
 
(Start at line 71)
 
WebKit = NOWEB
 
try:
 
    import webkit
 
    WebKit = WEBKIT
 
except:
 
    pass
 
 
if WebKit == NOWEB:
 
    try:
 
        import gtkmozembed
 
...
 
 
Should I get some where a webkit.py or webkit.pyc? Following the suggested link for a Windows WebKit there is no file like this available... So I'm not able to set any PATH.
 
The "gtkmozembed" looks like a request for Mozilla to me...
 
-Helge
 

Latest revision as of 20:56, 2 April 2009

Hi,

I tried to use this feature (Gramps 3.1.1 from SVN, Windows Vista, IE7) but:

- I do not have a data-views variable in keys.ini file. I did a manually copy, but it doesn't help to see the new tab for Geoview in Preferences.

- Is there any where a geoview.py for download??

-Helge


Hi,

Seems to me that you need an HTML kit for having GeoViewPreferences.png !

geoview.py for Gramps 3.1.1 should be on your /DataViews directory. Also is available there !

-- user:romjerome