Hi (James?), to help confirm that GRAMPS works with Python 2.6, I installed
GRAMPS on Karmic Alpha 6 by first installing all the pre-reqs except
python2.5, then I downloaded the package from packages.ubuntu.com, then:
     sudo dpkg --ignore-depends=python2.5 -i gramps_3.1.2-1_all.deb
Shown below is the output of the dpkg command, you'll know better than I
what it all means, but GRAMPS is installed (it shows as broken because of
the missing pre-req) and it works.

I hope I am being helpful, and always try to extend my gratitude for the
entire Debian/Ubuntu community.

Jeff


j...@ubuntu-karmic:~$ sudo dpkg --ignore-depends=python2.5 -i
gramps_3.1.2-1_all.deb
Selecting previously deselected package gramps.
(Reading database ... 110331 files and directories currently installed.)
Unpacking gramps (from gramps_3.1.2-1_all.deb) ...
Setting up gramps (3.1.2-1) ...
Traceback (most recent call last):
  File "/usr/bin/pycentral", line 2190, in <module>
    main()
  File "/usr/bin/pycentral", line 2184, in main
    rv = action.run(global_options)
  File "/usr/bin/pycentral", line 1496, in run
    self.options.exclude, byte_compile_default=True)
  File "/usr/bin/pycentral", line 1092, in install
    self.default_runtime.byte_compile(self.private_files, bc_option,
AttributeError: 'NoneType' object has no attribute 'byte_compile'
dpkg: error processing gramps (--install):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for shared-mime-info ...
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-icon-theme ...
Errors were encountered while processing:
 gramps

Reply via email to