Open main menu

Gramps β

Fi:Windows Asentaja

Revision as of 20:56, 17 January 2009 by Ubuntun (talk | contribs) (New page: {{languages}} = Johdanto= GRAMPS ''on'' ollut suuniteltu käyttämään monelle alustalle sopivia työkaluja. Python ja GTK a few volunteers have created a Windows installer that has bee...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Contents

Johdanto

GRAMPS on ollut suuniteltu käyttämään monelle alustalle sopivia työkaluja. Python ja GTK a few volunteers have created a Windows installer that has been reported to work without too many obvious issues. But there are currently no GRAMPS developers committed to this platform.


Koska ohjelmistoa ei on virallisesti testattu ja saamme vähän palautetta siitä, suosittelemme seuraavaa:

  • Varmuuskopioi tärkeät tietokannan tiedostot säännöllisesti ja palauta ne tarpeen tullen GRAMPS XML-muodossa.
  • Liity GRAMPSin Windows sähköposti-listalle,jotta pystyt jakamaan kokemuksia varsinkin jos olet kehittäjä ja näin auttamaan muita.
  • Katso GRMPS ja Windows saadaksesi lisätietoa GRAMPSin käyttöön Windowssissa.

Asennus

  1. Sulje kaikki gtk käyttävät sovellukset, tälläisia ovat esim. GIMP ja Pidgin. Seuraa alla olevia ohjeita.
  2. Lataa ja asenna seuraavat paketit:
    1. Python 2.5.1 => python-2.5.1.msi (10.7 MB, from python.org)
    2. GTK+ 2.10.11 => gtk-dev-2.10.11-win32-1.exe (11.9 MB, from gladewin32, includes glade, see note)
    3. pygtk 2.10.6 => pygtk-2.10.6-1.win32-py2.5.exe (1.8 MB, from www.acc.umu.se)
    4. pygobject 2.12.3 => pygobject-2.12.3-1.win32-py2.5.exe (163 KB, from www.gnome.org)
    5. pycairo 1.2.6 => pycairo-1.2.6-1.win32-py2.5.exe (82 KB, from www.acc.umu.se)
  3. Re-boot the computer after installing the above dependencies, prior to installing GRAMPS.
  4. Install GRAMPS for Windows. You can install the last stable version:
    1. gramps-3.0.4-1.exe -- (4.2 MB) Yksi painallus GRAMPSin asentajaan. Sisältää 20 tuettua kieltä.

Yleisiä ongelmia

Asentaja valittaa pygtk puuttumista

This is a very common error to see when all dependencies are not installed or installed correctly. Please make sure that each of the packages required have installed correctly, and re-boot the computer prior to running the GRAMPS installer. We often see users attempting to use other packages to satisfy these requirements that omit something necessary (e.g., glade) which produce this error.

In rare occasions, the installer will complain that pygtk is not installed even though everything is correct. Canceling and re-running the installer seems to fix this problem, although if it happens repeatedly, the error is the more severe situation discussed above. (Anyone know why? Please tell us on the gramps-windows email list.)

GTK+ Asentajan virhe

If you already have GTK+ installed, perhaps because you have installed The GIMP, Pidgin, or Gnu Cash, the GTK+ installer will not be able to write to some files if one of those applications is running. If you see errors with the GTK+ installer, select Cancel, shut down the other GTK+ applications and run the installer again. (This issue has been reported as GTK+ Installer doesn't handle locked files well to the kind people who make the GTK+ installer for windows.)

Additional plugins

There are some features of Gramps that need additional programs to work. There are several different kinds of reports, and the following features need extra configuration to work on Windows.

  • The Relationship Graph reports (both graphical report and code generator) need an installation of Graphviz. There is a bug in the current stable release, see this example.
  • The Relationship Graph can not use PDF as output format unless there is an installation of ghostscript. After installation, if gsview32.exe or gsview32c.exe is in the path, PDF should appear as one of the formats in the graphical Relationship Graph report.

Rajoitukset

At this time, there is no intent to package all the dependencies and the GRAMPS package into one installer. This creates a very complex coordination condition between GRAMPS and these other projects. It also means a single 30+ MB download every version change.

There have been discussions about trying to install compiled distillations (dynamic link libraries) of these core dependencies to avoid having to install the entire Python and GTK environment, but this work never progressed beyond discussion. For more about this and other Windows issues, see the email list archive.

Katso