Page 1 of 1

pygtk add-on to python

Posted: Thu 27 Nov 2008, 14:08
by big_bass

Meld 1.2.1 on Puppy 4.1.2 w/ pygtk

Posted: Tue 24 Mar 2009, 17:23
by hlpancho
I've been trying to get Meld 1.2.1 to run on my Puppy 4.1.2 installation, but I get the following error message:
No module named pygtk
Meld requires pygtk 2.8.0 or higher.
After discovering this post, I installed your PET for pygtk 2.12... Unfortunately, I still get the same error message from Meld.

I'm pretty new to Puppy, Python, Gnome, etc., so any pointers would be much appreciated... Thank you!

Re: Meld 1.2.1 on Puppy 4.1.2 w/ pygtk

Posted: Fri 03 Apr 2009, 21:43
by big_bass
hlpancho wrote:I've been trying to get Meld 1.2.1 to run on my Puppy 4.1.2 installation, but I get the following error message:
No module named pygtk
Meld requires pygtk 2.8.0 or higher.
After discovering this post, I installed your PET for pygtk 2.12... Unfortunately, I still get the same error message from Meld.

I'm pretty new to Puppy, Python, Gnome, etc., so any pointers would be much appreciated... Thank you!
Hey I haven't tried meld but on puppy you could install tlc/tk
and use tkdiff

that's what I use
http://www.puppylinux.ca/tpp/big_bass/T ... py-8.4.pet

ftp://ibiblio.org/pub/linux/distributio ... -4.1.3.pet

thats the same tlc/tk I patched for python
big_bass

TclTk-patched4py-8.4.pet not installing

Posted: Sun 31 Jan 2010, 18:01
by patm
In the hope of finding a better file and directory comparison tool (Xfdiff drives me completely nuts..!!), I tried to install the tlc/tk and tkdiff pets linked in the previous post. tkdiff installed OK but tlc/tk did not. I got the following message from Puppy Package Manager - "Error, package TclTk-patched4py-8.4.pet failed to install"

Any ideas on what the issue might be? I'm running Puppy 4.3.1

Thanks, patm

Posted: Sun 31 Jan 2010, 22:05
by 8-bit
Bad download?

Re: TclTk-patched4py-8.4.pet not installing

Posted: Mon 01 Feb 2010, 09:04
by aragon
patm wrote:In the hope of finding a better file and directory comparison tool (Xfdiff drives me completely nuts..!!)
i don't know what you're looking for but maybe you want to try xrecursediff: http://www.murga-linux.com/puppy/viewtopic.php?t=37632

aragon

Posted: Sun 25 Apr 2010, 05:23
by raregold_armor
por que razon no puedo descargar los archivos?? me pide usuario y password!!

i can't download!! why? (creo asi se escribe jejeje)

Posted: Mon 26 Apr 2010, 00:56
by big_bass
raregold_armor wrote:por que razon no puedo descargar los archivos?? me pide usuario y password!!

i can't download!! why? (creo asi se escribe jejeje)
si hay clave aqui esta

Code: Select all

puppy
linux

o puedes usar esta link es mejor para mas cosas de python
http://www.murga-linux.com/puppy/viewto ... &start=317




Joe

Need pygtk

Posted: Tue 04 Jan 2011, 05:35
by mardon86
The pygtk download link above is broken. Need PyGTK please.. ;)
Thx.

Posted: Tue 04 Jan 2011, 23:34
by technosaurus
Python and Pygtk and dependencies all in one 4.5Mb pet
http://code.google.com/p/puppy-developm ... 4-i486.pet

Posted: Wed 05 Jan 2011, 01:21
by mardon86
Ow, Thanks for that,,

I intend to install pytube. It require pygtk. It really useful app for saving flash video cache generated from an internet browser. but i can only find it in archlinux repository. is there a way to convert archlinux packages to pet ? sorry oot. :)

Posted: Wed 05 Jan 2011, 01:23
by mardon86
Sorry, Double post.

Posted: Wed 05 Jan 2011, 13:10
by mardon86
Ahhh,, solved. I've extracted the packages then create a .pet using pet maker.
Thx... :D

Python, txt2tags.py and RedNoteBook

Posted: Sat 15 Jan 2011, 06:06
by mcewanw
technosaurus wrote: Python and Pygtk and dependencies all in one 4.5Mb pet
http://code.google.com/p/puppy-developm ... 4-i486.pet
I'm wanting to run the following two Python based programs in Wary 5 and in Puppy 4.3.1:

1. txt2tags from http://txt2tags.org/ which is a "document generator" for converting simple markup to various other doc formats, and

2. RedNoteBook from http://rednotebook.sourceforge.net which is a journal program which utilises txt2tags markup language.

[EDIT: The following attempts are in Wary 5. (Note that there is a http://www.portableapps.com version of RedNoteBook available for win32 and that works under wine, but I'd prefer to run the program natively on Wary].

As far as txt2tags.py is concerned:

I first installed the above Python pet and found that txt2tags.py works fine in commandline mode, but in trying to run it with its --gui option it complains that it can't find Tkinter as follows:

txt2tags: Error: Sorry. I can't run my Graphical Interface - GUI
-Check if Python Tcl/Tk module is installed (Tkinter)
. . .


I also tried Redbook:

Rednotebook won't run because it complains it needs PyYAML. I thus downloaded pyyaml.py (ver 3.09) from PyYAML.com but trying to run it from a console with its installation script (setup.py):

Code: Select all

python setup.py install
comes up with the error message:

Code: Select all

error: invalid Python installation: unable to open /usr/include/python2.6/pyconfig.h
I couldn't find any pyconfig.h anywhere when I searched for it. I don't have a clue about Python installation unfortunately though I have a feeling that it might just be something simple needing to be added or set up. Any ideas?[/quote]