From pierre.vaudrey at wanadoo.fr Sat Sep 3 17:10:25 2005 From: pierre.vaudrey at wanadoo.fr (Pierre Vaudrey) Date: Sat Sep 3 17:10:31 2005 Subject: [Gramps-tk] gramps-tk mac os x Message-ID: I'm trying to run gramps-tk on mac os x Tiger. Can you help me to diagnose the following error : $ make run Source is now up-to-date! cd ../gramps2/src; python gramps_tk.py Traceback (most recent call last): File "gramps_tk.py", line 10, in ? import GrampsGui as gui File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ GrampsGui.py", line 26, in ? from GrampsGuiTk import * File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ GrampsGuiTk.py", line 113, in ? import DataView File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ DataView.py", line 5, in ? import DateHandler File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ DateHandler.py", line 109, in ? from PluginMgr import load_plugins File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ PluginMgr.py", line 75, in ? import Relationship File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ Relationship.py", line 32, in ? from Utils import strip_context as __ File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ Utils.py", line 44, in ? from GrampsGui import get_mime_type, mime_get_description ImportError: cannot import name get_mime_type make: *** [run] Error 1 Thanks for your help. Pierre From dblank at mainline.brynmawr.edu Mon Sep 5 12:52:40 2005 From: dblank at mainline.brynmawr.edu (Douglas S. Blank) Date: Mon Sep 5 12:52:43 2005 Subject: [Gramps-tk] gramps-tk mac os x In-Reply-To: References: Message-ID: <431C77D8.8090104@cs.brynmawr.edu> Pierre, Looks like the latest versions of Gramps have added an import that doesn't quite work with our replacement files. I'll take a look and see if I can track down the issue... -Doug Pierre Vaudrey wrote: > I'm trying to run gramps-tk on mac os x Tiger. > Can you help me to diagnose the following error : > $ make run > Source is now up-to-date! > cd ../gramps2/src; python gramps_tk.py > Traceback (most recent call last): > File "gramps_tk.py", line 10, in ? > import GrampsGui as gui > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > GrampsGui.py", line 26, in ? > from GrampsGuiTk import * > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > GrampsGuiTk.py", line 113, in ? > import DataView > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > DataView.py", line 5, in ? > import DateHandler > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > DateHandler.py", line 109, in ? > from PluginMgr import load_plugins > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > PluginMgr.py", line 75, in ? > import Relationship > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > Relationship.py", line 32, in ? > from Utils import strip_context as __ > File "/Users/pierreva/Documents/gramps/grampsTK/gramps2/src/ > Utils.py", line 44, in ? > from GrampsGui import get_mime_type, mime_get_description > ImportError: cannot import name get_mime_type > make: *** [run] Error 1 > > Thanks for your help. > > Pierre > > _______________________________________________ > gramps-tk mailing list > gramps-tk@emergent.brynmawr.edu > http://emergent.brynmawr.edu/mailman/listinfo/gramps-tk > > -- Douglas S. Blank, Assistant Professor dblank@brynmawr.edu, (610)526-6501 Bryn Mawr College, Computer Science Program 101 North Merion Ave, Park Science Bld. Bryn Mawr, PA 19010 dangermouse.brynmawr.edu