|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Gramps 3.1.1.1 ProblemHi,
I had 3.1.1.1 working fine until I installed Graphwiz. I now get the following error message: 5772: ERROR: gramps.py: line 215: Gramps failed to start. Traceback (most recent call last): File "C:\Program Files\gramps_3111\gramps.py", line 193, in run gramps_main.Gramps(args) File "C:\Program Files\gramps_3111\gramps_main. py", line 233, in __init__ register_stock_icons() File "C:\Program Files\gramps_3111\gramps_main.py", line 163, in register_stock_icons pixbuf = gtk.gdk.pixbuf_new_from_file (icon_file) GError: Unable to load image-loading module: C:\Program Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll: The specified module could not be found. Grateful if someone can tell me what to do... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mcc28x@... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows |
|
|
Re: Gramps 3.1.1.1 ProblemNot sure maybe check your path setting? C:\Program Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll doesn't exist and I don't think it should. On my install there is no C:\Program Files\Graphviz2.22/lib/gtk-2.0 but there is a C:\GTK\lib\gtk-2.0\2.10.0\loaders\libpixbufloader-png.dll so my guess is that for some reason it's trying to find gtk under the wrong dir. good luck. -- AaronS From: Mark Curry <mcc28x@...> To: gramps-windows@... Sent: Monday, May 4, 2009 2:17:10 AM Subject: [Gramps-windows] Gramps 3.1.1.1 Problem Hi, I had 3.1.1.1 working fine until I installed Graphwiz. I now get the following error message: 5772: ERROR: gramps.py: line 215: Gramps failed to start. Traceback (most recent call last): File "C:\Program Files\gramps_3111\gramps.py", line 193, in run gramps_main.Gramps(args) File "C:\Program Files\gramps_3111\gramps_main. py", line 233, in __init__ register_stock_icons() File "C:\Program Files\gramps_3111\gramps_main.py", line 163, in register_stock_icons pixbuf = gtk.gdk.pixbuf_new_from_file (icon_file) GError: Unable to load image-loading module: C:\Program Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll: The specified module could not be found. Grateful if someone can tell me what to do... -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mcc28x@... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows |
|
|
Re: Gramps 3.1.1.1 ProblemHere are my environment variables, I can't see what's wrong, can anyone else?
User variables===================================================================== GTK_BASEPATH = C:\GTK INCLUDE = C:\GTK\INCLUDE;C:\GTK\INCLUDE\GTK-2.0;C:\GTK\INCLUDE\GLIB-2.0;C:\GTK\INCLUDE\PANGO-1.0;C:\GTK\INCLUDE\CAIRO;C:\GTK\INCLUDE\ATK-1.0;C:\GTK\INCLUDE\GTKGLEXT-1.0;C:\GTK\LIB\GTK-2.0\INCLUDE;C:\GTK\LIB\GLIB-2.0\INCLUDE;C:\GTK\LIB\GTKGLEXT-1.0\INCLUDE;C:\GTK\INCLUDE\LIBGLADE-2.0;C:\GTK\INCLUDE\LIBXML2; LIB = C:\GTK\LIB; PATH =%GTK_BASEPATH%\bin; and System Variables============================================================== Path = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\Common Files\Lenovo;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Lenovo\Client Security Solution;C:\Program Files\Graphviz2.22\bin
|
|
|
Re: Gramps 3.1.1.1 ProblemAs far as I can see: there is a mixed usage of "/" and "\". I had a similar
situation with other functionality - and that's always creating confusion on a windows environment ... > Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll: The > specified module could not be found. Unfortunately I don't know how to fix the problem here - but maybe it brings you one step closer to the solution. Good luck, Eckhard -----Ursprüngliche Nachricht----- Von: mcc28x [mailto:mcc28x@...] Gesendet: Montag, 4. Mai 2009 20:41 An: gramps-windows@... Betreff: Re: [Gramps-windows] Gramps 3.1.1.1 Problem Here are my environment variables, I can't see what's wrong, can anyone else? User variables=================================================================== == GTK_BASEPATH = C:\GTK INCLUDE = C:\GTK\INCLUDE;C:\GTK\INCLUDE\GTK-2.0;C:\GTK\INCLUDE\GLIB-2.0;C:\GTK\INCLUDE \PANGO-1.0;C:\GTK\INCLUDE\CAIRO;C:\GTK\INCLUDE\ATK-1.0;C:\GTK\INCLUDE\GTKGLE XT-1.0;C:\GTK\LIB\GTK-2.0\INCLUDE;C:\GTK\LIB\GLIB-2.0\INCLUDE;C:\GTK\LIB\GTK GLEXT-1.0\INCLUDE;C:\GTK\INCLUDE\LIBGLADE-2.0;C:\GTK\INCLUDE\LIBXML2; LIB = C:\GTK\LIB; PATH =%GTK_BASEPATH%\bin; and System Variables============================================================== Path = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\Common Files\Lenovo;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Lenovo\Client Security Solution;C:\Program Files\Graphviz2.22\bin AaronSort wrote: > > Not sure maybe check your path setting? > C:\Program > Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll > doesn't exist and I don't think it should. On my install there is no > C:\Program > Files\Graphviz2.22/lib/gtk-2.0 but there is a > C:\GTK\lib\gtk-2.0\2.10.0\loaders\libpixbufloader-png.dll > > so my guess is that for some reason it's trying to find gtk under the > wrong dir. good luck. > > -- AaronS > > > > > > ________________________________ > From: Mark Curry <mcc28x@...> > To: gramps-windows@... > Sent: Monday, May 4, 2009 2:17:10 AM > Subject: [Gramps-windows] Gramps 3.1.1.1 Problem > > Hi, > > I had 3.1.1.1 working fine until I installed Graphwiz. > > I now get the following error message: > > 5772: ERROR: gramps.py: line 215: Gramps failed to start. > Traceback (most recent call last): > File "C:\Program Files\gramps_3111\gramps.py", line 193, in run > gramps_main.Gramps(args) > File "C:\Program Files\gramps_3111\gramps_main. > py", line 233, in __init__ > register_stock_icons() > File "C:\Program Files\gramps_3111\gramps_main.py", line 163, in > register_stock_icons > pixbuf = gtk.gdk.pixbuf_new_from_file (icon_file) > GError: Unable to load image-loading module: C:\Program > Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll: The > specified module could not be found. > > > Grateful if someone can tell me what to do... > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > mcc28x@... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > -- > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > Gramps-windows mailing list > Gramps-windows@... > https://lists.sourceforge.net/lists/listinfo/gramps-windows > > -- View this message in context: http://www.nabble.com/Gramps-3.1.1.1-Problem-tp23365472p23374210.html Sent from the GRAMPS - Windows mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows |
|
|
Re: Gramps 3.1.1.1 ProblemYea I noticed the mixed slash as well but forgot to mention it in my hurry. You could try putting c:\gtk and some of the other gtk directories (the ones leading to your libpixbufloader-png.dll file anyways) in your path before the "C:\Program Files\Graphviz2.22\bin" Here's my Path. and I notice a gtk entry in it before the graphviz one so you might want to start there. C:\Program Files\Borland\Delphi7\Bin;C:\Program Files\Borland\Delphi7\Projects\Bpl\;%GTK_BASEPATH%\bin;C:\Program Files\MiKTeX 2.5\miktex\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;c:\python26;C:\Program Files\Graphviz2.22\bin;C:\cygwin\bin -- AaronS From: Eckhard Genssmann <eckhard.genssmann@...> To: mcc28x <mcc28x@...>; gramps-windows@... Sent: Monday, May 4, 2009 12:45:47 PM Subject: Re: [Gramps-windows] Gramps 3.1.1.1 Problem As far as I can see: there is a mixed usage of "/" and "\". I had a similar situation with other functionality - and that's always creating confusion on a windows environment ... > Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll: The > specified module could not be found. Unfortunately I don't know how to fix the problem here - but maybe it brings you one step closer to the solution. Good luck, Eckhard -----Ursprüngliche Nachricht----- Von: mcc28x [mailto:mcc28x@...] Gesendet: Montag, 4. Mai 2009 20:41 An: gramps-windows@... Betreff: Re: [Gramps-windows] Gramps 3.1.1.1 Problem Here are my environment variables, I can't see what's wrong, can anyone else? User variables=================================================================== == GTK_BASEPATH = C:\GTK INCLUDE = C:\GTK\INCLUDE;C:\GTK\INCLUDE\GTK-2.0;C:\GTK\INCLUDE\GLIB-2.0;C:\GTK\INCLUDE \PANGO-1.0;C:\GTK\INCLUDE\CAIRO;C:\GTK\INCLUDE\ATK-1.0;C:\GTK\INCLUDE\GTKGLE XT-1.0;C:\GTK\LIB\GTK-2.0\INCLUDE;C:\GTK\LIB\GLIB-2.0\INCLUDE;C:\GTK\LIB\GTK GLEXT-1.0\INCLUDE;C:\GTK\INCLUDE\LIBGLADE-2.0;C:\GTK\INCLUDE\LIBXML2; LIB = C:\GTK\LIB; PATH =%GTK_BASEPATH%\bin; and System Variables============================================================== Path = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\Common Files\Lenovo;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Lenovo\Client Security Solution;C:\Program Files\Graphviz2.22\bin AaronSort wrote: > > Not sure maybe check your path setting? > C:\Program > Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll > doesn't exist and I don't think it should. On my install there is no > C:\Program > Files\Graphviz2.22/lib/gtk-2.0 but there is a > C:\GTK\lib\gtk-2.0\2.10.0\loaders\libpixbufloader-png.dll > > so my guess is that for some reason it's trying to find gtk under the > wrong dir. good luck. > > -- AaronS > > > > > > ________________________________ > From: Mark Curry <mcc28x@...> > To: gramps-windows@... > Sent: Monday, May 4, 2009 2:17:10 AM > Subject: [Gramps-windows] Gramps 3.1.1.1 Problem > > Hi, > > I had 3.1.1.1 working fine until I installed Graphwiz. > > I now get the following error message: > > 5772: ERROR: gramps.py: line 215: Gramps failed to start. > Traceback (most recent call last): > File "C:\Program Files\gramps_3111\gramps.py", line 193, in run > gramps_main.Gramps(args) > File "C:\Program Files\gramps_3111\gramps_main. > py", line 233, in __init__ > register_stock_icons() > File "C:\Program Files\gramps_3111\gramps_main.py", line 163, in > register_stock_icons > pixbuf = gtk.gdk.pixbuf_new_from_file (icon_file) > GError: Unable to load image-loading module: C:\Program > Files\Graphviz2.22/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.dll: The > specified module could not be found. > > > Grateful if someone can tell me what to do... > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > mcc28x@... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > -- > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > Gramps-windows mailing list > Gramps-windows@... > https://lists.sourceforge.net/lists/listinfo/gramps-windows > > -- View this message in context: http://www.nabble.com/Gramps-3.1.1.1-Problem-tp23365472p23374210.html Sent from the GRAMPS - Windows mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Gramps-windows mailing list Gramps-windows@... https://lists.sourceforge.net/lists/listinfo/gramps-windows |
|
|
Re: Gramps 3.1.1.1 ProblemHi,
I've played around with PATH and no change. I've also uninstalled and reinstalled Gramps and Graphwiz. I think it is most likely to do with the / problem, but no idea where to go to fix this... Prior to upgrading Gramps worked fine, but I did not have Graphwiz installed. mcc28x
|
|
|
Re: Gramps 3.1.1.1 ProblemJust to say that the error was resolved be uninstalling Gramps, Python, GTK and reinstalling.
It now works fine... thanks, mcc28x.
|
| Free embeddable forum powered by Nabble | Forum Help |