pygtk add-on to python
pygtk add-on to python
http://www.puppylinux.ca/tpp/big_bass/p ... 2.14.1.pet
http://www.puppylinux.ca/tpp/big_bass/p ... 1.4.12.pet
http://www.puppylinux.ca/tpp/big_bass/pygtk-2.12.pet
you need this python then add the above packages for the GUI gtk
support
http://www.murga-linux.com/puppy/viewtopic.php?t=31558
big_bass
http://www.puppylinux.ca/tpp/big_bass/p ... 1.4.12.pet
http://www.puppylinux.ca/tpp/big_bass/pygtk-2.12.pet
you need this python then add the above packages for the GUI gtk
support
http://www.murga-linux.com/puppy/viewtopic.php?t=31558
big_bass
Meld 1.2.1 on Puppy 4.1.2 w/ pygtk
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:
I'm pretty new to Puppy, Python, Gnome, etc., so any pointers would be much appreciated... Thank you!
After discovering this post, I installed your PET for pygtk 2.12... Unfortunately, I still get the same error message from Meld.No module named pygtk
Meld requires pygtk 2.8.0 or higher.
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
Hey I haven't tried meld but on puppy you could install tlc/tkhlpancho 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:
After discovering this post, I installed your PET for pygtk 2.12... Unfortunately, I still get the same error message from Meld.No module named pygtk
Meld requires pygtk 2.8.0 or higher.
I'm pretty new to Puppy, Python, Gnome, etc., so any pointers would be much appreciated... Thank you!
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
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
Any ideas on what the issue might be? I'm running Puppy 4.3.1
Thanks, patm
Re: TclTk-patched4py-8.4.pet not installing
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=37632patm wrote:In the hope of finding a better file and directory comparison tool (Xfdiff drives me completely nuts..!!)
aragon
PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
-
- Posts: 2
- Joined: Sun 18 Apr 2010, 03:16
si hay clave aqui estararegold_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)
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
The pygtk download link above is broken. Need PyGTK please.. 
Thx.

Thx.
- technosaurus
- Posts: 4853
- Joined: Mon 19 May 2008, 01:24
- Location: Blue Springs, MO
- Contact:
Python and Pygtk and dependencies all in one 4.5Mb pet
http://code.google.com/p/puppy-developm ... 4-i486.pet
http://code.google.com/p/puppy-developm ... 4-i486.pet
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].
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.
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.

Last edited by mardon86 on Wed 05 Jan 2011, 01:47, edited 1 time in total.
Python, txt2tags.py and RedNoteBook
I'm wanting to run the following two Python based programs in Wary 5 and in Puppy 4.3.1:technosaurus wrote: Python and Pygtk and dependencies all in one 4.5Mb pet
http://code.google.com/p/puppy-developm ... 4-i486.pet
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
Code: Select all
error: invalid Python installation: unable to open /usr/include/python2.6/pyconfig.h
github mcewanw