Windows installer/pl

From Gramps
Revision as of 18:39, 29 March 2008 by Yenidai (talk | contribs) (Installer section translated)
Jump to: navigation, search

GRAMPS nie był projektowany do pracy w systemie Microsoft Windows i instalacja jego w tym środowisku powinna być uważana jako częściowo eksperymentalną. Jednakże ponieważ został on stworzony za pomocą wieloplatformowych bibliotek Python oraz GTK, kilku wolontariuszy stworzyło testowy instalator przetestowany przez paru użytkowników twierdzących, że wersja dla Windows pracuje bez wielu poważnych niedogodności. Jednakże aktualnie nie ma deweloperów, którzy poświęcali by swój czas tworząc wersje GRAMPSa dedykowaną dla tej platformy.

Zachęcamy jednak do używania GRAMPSa także w wersji dla Windows, tym bardziej, wraz ze wzrostem ilości osób używających ten program także ta wersja staje się coraz doskonalsza.


Instalacja

  1. Zamknij wszystkie aplikacje bazujące na gtk, któe są uruchomione, takie jak GIMP czy Pidgin. Przeczytaj też dodatkowe informacje poniżej.
  2. Zainstaluj poniższe pakiety w podanej kolejności:
    1. Python 2.5.1 => python-2.5.1.msi (10.7 MB, z python.org)
    2. GTK+ 2.10.11 => gtk-dev-2.10.11-win32-1.exe (11.9 MB, z gladewin32, zawiera glade, zobacz uwagi)
    3. pygtk 2.10.6 => pygtk-2.10.6-1.win32-py2.5.exe (1.8 MB, z www.acc.umu.se)
    4. pygobject 2.12.3 => pygobject-2.12.3-1.win32-py2.5.exe (163 KB, z www.gnome.org)
    5. pycairo 1.2.6 => pycairo-1.2.6-1.win32-py2.5.exe (82 KB, z www.acc.umu.se)
  3. Uruchom ponownie komputer po instalacji powyższych komponentów, przed instalacją GRAMPSa.
  4. Zainstaluj GRAMPSa dla Windows. Najnowszą stabilną wersję dla tego systemu możesz pobrać z :
    1. gramps-3.0.0-1.exe -- (4.4 MB) instalator GRAMPSa dla Windows (z obsługą ponad 20 języków w interfejsie).

Znane problemy

Installer complains pygtk is missing

The installer sometimes complains that pygtk is not installed. Cancelling and re-running the installer seems to fix this problem. Anyone know why? Please tell us on the gramps-windows email list

GTK+ error

If you already have GTK+ installed, perhaps because you have installed The Gimp or Pidgin, then the 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.

  • 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.

Limitations

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.