Request for dotpup of Comix

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
cosmo
Posts: 3
Joined: Mon 08 Jan 2007, 15:13

Request for dotpup of Comix

#1 Post by cosmo »

I tried as hard as I can to install comix and its dependancies...no success...i'm too new with linux

Comix : http://comix.sourceforge.net/
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

try comical:
http://murga-linux.com/puppy/viewtopic.php?t=13937

Comix would be more complicated due to the pyGtk-bindings.

Mark
cosmo
Posts: 3
Joined: Mon 08 Jan 2007, 15:13

#3 Post by cosmo »

Thanks!
Comical works great °°>

Cosmo
Arcflup
Posts: 12
Joined: Tue 28 Nov 2006, 18:57
Location: UK

#4 Post by Arcflup »

I had Comix running under Muppy06 but can't get it working under Muppy07 :cry:
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#5 Post by MU »

comix or comical?
Comical should work even without the wxGtk dotpup, as that is included.
Just tested it.

Run your program from a consolewindow, and post the errors you get please.

Mark
Arcflup
Posts: 12
Joined: Tue 28 Nov 2006, 18:57
Location: UK

#6 Post by Arcflup »

**************
sh-3.00# comix
PyGTK version 2.8.0 or higher is required to run Comix.
No version of PyGTK was found on your system.
sh-3.00#
**************

In Muppy06 I downloaded, compiled and installed PyGTK without a problem. I have tried two different versions in 07 without success. In case it isn't obvious I have very little idea what I am doing. :)
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#7 Post by MU »

I have no idea, as I did not change the Gtk-libraries.

Muppy007 basically only changed some startup-scripts (the way dbus is started, as it caused keyboard errors in 006).
And I added several more things like KDE or Acrobat.

So we only could say more, if you would copy&paste the exact errors you get.

Mark
Arcflup
Posts: 12
Joined: Tue 28 Nov 2006, 18:57
Location: UK

#8 Post by Arcflup »

I downloaded the latest pyGTK release (pygtk-2.10.0.tar.gz) unpacked it an ran ./configure and it craps out here:


*******************
checking for GLIB - version >= 2.8.0... yes (version 2.10.2)
checking pkg-config is at least version 0.9.0... yes
checking for PYGOBJECT... configure: error: Package requirements (pygobject-2.0 >= 2.11.1) were not met:

Requested 'pygobject-2.0 >= 2.11.1' but version of PyGObject is 2.11.0


*******************

The latest PyGObject 2.12.0 when given the ./configure command does its stuff ok but then the make comand gives this:

************************
sh-3.00# make
make all-recursive
make[1]: Entering directory `/root/pygobject-2.12.0'
Making all in docs
make[2]: Entering directory `/root/pygobject-2.12.0/docs'
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/ ... /chunk.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/ ... /chunk.xsl"
compilation error: file ./xsl/ref-html-style.xsl line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/ ... /chunk.xsl
make[2]: *** [html/class-gobjectgboxed.html] Error 5
make[2]: Leaving directory `/root/pygobject-2.12.0/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pygobject-2.12.0'
make: *** [all] Error 2
sh-3.00#
********************

and I don't understand that.

I am running Comical fine but it isn't a patch on Comix. Thanks for your help Mark.

Cheers,
David.
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#9 Post by MU »

Hm, I have no experience with such XML-related errors.

Could you maybe use the comix or python you compiled in Muppy006?
Mark
Arcflup
Posts: 12
Joined: Tue 28 Nov 2006, 18:57
Location: UK

Success

#10 Post by Arcflup »

Sorted - Comix is up and running in Muppy07.

First I installed comix_3.6-1_all.deb from http://packages.debian.org/testing/x11/comix using the debian installer.

Then pygtk and pygobject using Gslapt.

Then Python Imaging Library from www.pythonware.com/products/pil/#pil116

All functions are working correctly.
Post Reply