Difference between revisions of "GrampsAIO cx freeze-based"

From Gramps
Jump to: navigation, search
m (GrampsAIO-4.2.4+: describe value of cx_freeze)
(GrampsAIO-4.2.4+: Bravo Gramps for being only python 3 compatible.)
Line 6: Line 6:
 
What is cx_freeze? It is a tool used to convert a multitude of interconnected Python language programs into a more independent executable. That executable (and its libraries) depends less on the version of Python or the modules installed. Although the executable cannot be updated as easily as the Python programs, the extra stability can make an executable more predictable and easier to support remotely.   
 
What is cx_freeze? It is a tool used to convert a multitude of interconnected Python language programs into a more independent executable. That executable (and its libraries) depends less on the version of Python or the modules installed. Although the executable cannot be updated as easily as the Python programs, the extra stability can make an executable more predictable and easier to support remotely.   
  
Gramps now only supports Python3. Python2 is considered obsolete and is no longer tested for compatibility.
+
Gramps now only supports Python3. [https://pythonclock.org/ Python2 is considered obsolete] and is no longer tested for compatibility.
 
{{-}}
 
{{-}}
 
===GrampsAIO32===
 
===GrampsAIO32===

Revision as of 03:41, 18 September 2019

The Gramps "software bundle" for Windows or GrampsAIO is an all-in-one (a.k.a. "AIO") installation package of Gramps which includes all dependencies for the Windows platform.

GrampsAIO-4.2.4+

AIO bundle for 5th generation of Gramps which now uses Gtk3 with PyGobject and GObject Introspection and built with cxfreeze

What is cx_freeze? It is a tool used to convert a multitude of interconnected Python language programs into a more independent executable. That executable (and its libraries) depends less on the version of Python or the modules installed. Although the executable cannot be updated as easily as the Python programs, the extra stability can make an executable more predictable and easier to support remotely.

Gramps now only supports Python3. Python2 is considered obsolete and is no longer tested for compatibility.

GrampsAIO32

Release made for 32bit version of Windows.

GrampsAIO64

Release made for 64bit version of Windows.

See also