On Sat, 2006-04-01 at 19:32 +1100, Graham Williams wrote: > On starting up gramps: > > XXX rd_object called with exception set
Is this exactly what is printed in the terminal? Do you start gramps with anything else, besides typing "gramps" on the command line? > Traceback (most recent call last): > File "/usr/share/gramps/gramps.py", line 81, in ? > import gramps_main > File "/usr/share/gramps/gramps_main.py", line 59, in ? > import MediaView > File "/usr/share/gramps/MediaView.py", line 49, in ? > import ImageSelect > File "/usr/share/gramps/ImageSelect.py", line 62, in ? > import Sources > File "/usr/share/gramps/Sources.py", line 56, in ? > from DdTargets import DdTargets > TypeError: argument 1 must be string, not None Can you try this: $ cd /usr/share/gramps >>> from DdTargets import DdTargets and tell if there are any errors? Alex -- Alexander Roitman http://www.gramps-project.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]