Page 1 of 2

Posted: Mon 29 Mar 2010, 15:37
by charlie6
Hi technosaurus,
that's nice ! thanks !
...Python only 3.7Mb pet with just the python binary and .py files ...
I just wanted to know which wxPython version could be installed with Python2.6.4...and where to get an eventual existing lightweight compatible wxPython.pet?

Many thanks for any answer.
Cheers, Charlie

Posted: Tue 30 Mar 2010, 03:29
by technosaurus
just notice the %2b ttuuxxx refered to previously - it is from a "+" not a space - official gtk+ packages have one too if you right click and copy the link

do you have a link to the wx pet and the source tarball and dependencies that the WxPython page mentions?

Posted: Tue 30 Mar 2010, 07:40
by neurino
technosaurus wrote: do you have a link to the source tarball and dependencies that the WxPython page mentions?
wxpython download page:
http://www.wxpython.org/download.php#prerequisites

dependencies: glib and gtk+
optional: opengl or mesa3d for building wxGLCanvas (can be excluded in configure)

source tarball: http://downloads.sourceforge.net/wxpyth ... .1.tar.bz2

I reccomend to build it unicode not ascii.

Posted: Tue 30 Mar 2010, 17:23
by technosaurus
Looks like I am going to need wxwidgets as well - is there a semi-official version available that people are using, so we don't run in to version incompatibilities?

also is there a specific wxPython program request that would make a good test?

Posted: Tue 30 Mar 2010, 17:43
by ttuuxxx
technosaurus wrote:Looks like I am going to need wxwidgets as well - is there a semi-official version available that people are using, so we don't run in to version incompatibilities?

also is there a specific wxPython program request that would make a good test?
lol how about gnuradio
http://gnuradio.org/redmine/wiki/gnuradio
then you can hack it and have some fun
http://www.youtube.com/watch?v=-c2xcb21X2Q
ttuuxxx

Posted: Tue 30 Mar 2010, 17:51
by neurino
technosaurus wrote:Looks like I am going to need wxwidgets as well - is there a semi-official version available that people are using, so we don't run in to version incompatibilities?

also is there a specific wxPython program request that would make a good test?
wxwidgets is distribuited along with the source package.
Also the source comes with the wxPyhton Demo to test most widgets
http://www.murga-linux.com/puppy/viewtopic.php?t=48903
http://www.murga-linux.com/puppy/viewto ... h&id=23535

Unluckily the one that came when I compiled wxpython from source gave me some problems (ex. wx.TextCtrl.GetValue not working)

Posted: Mon 24 May 2010, 11:20
by Sylvander
Gramps [Family Tree prog] would only run after I installed your version of Python.

But the terminal then reports that "Spell.py: line 66: Spelling checker is not installed".

Is that a part of Python or Gramps?
Where to get it?

Posted: Mon 24 May 2010, 11:23
by neurino
not python part for sure

Re: Python-2.6.4 plus

Posted: Sat 10 Jan 2015, 06:58
by s243a
These download links aren't working. I need them to get dropbox working. I'm going to check to see if I have them saved on one of my other computers. Is there another place that I can download these files from?
technosaurus wrote:I packed Python in a few different ways.

Here is the primary package
http://puppy-development.googlecode.com ... 4-i486.pet

Python only 3.7Mb pet with just the python binary and .py files
<<This is how you should install it for personal use>>

Python plus PyGtk (and dependencies) 6.5MB sfs with .py files and .pyo files (with symlinks for .pyc files) this method will give faster startup times since python will just use the pyo files without having to compile the .py file (the symlink will just make it use the pyo file and not fill up your save file or RAM with all of the pyc files)
<<this is the best method for sfs distribution including remastering the pupXXX.sfs>>

Both are available here:
http://code.google.com/p/puppy-developm ... loads/list

Re: Python-2.6.4 plus

Posted: Thu 08 Sep 2016, 04:59
by s243a
technosaurus wrote:I packed Python in a few different ways.

Here is the primary package
http://puppy-development.googlecode.com ... 4-i486.pet

Python only 3.7Mb pet with just the python binary and .py files
<<This is how you should install it for personal use>>
This link no longer works. Is this the correct link?
https://storage.googleapis.com/google-c ... 4-i486.pet

Re: Python-2.6.4 plus

Posted: Thu 08 Sep 2016, 05:56
by s243a
s243a wrote:
technosaurus wrote:I packed Python in a few different ways.

Here is the primary package
http://puppy-development.googlecode.com ... 4-i486.pet

Python only 3.7Mb pet with just the python binary and .py files
<<This is how you should install it for personal use>>
This link no longer works. Is this the correct link?
https://storage.googleapis.com/google-c ... 4-i486.pet
So according to the puppylinux wiki this should be the right link (at least according to the filename) to get pygtk. However, I don't think it is complete.

I'm trying to install avachi. I got the error, " cannot find input file: `test/Makefile.in'" "

I'm following the instructions here to rectify this:

Code: Select all

aclocal
autoconf
autoheader
automake --add-missing
https://github.com/firnsy/yubipam/issues/1

after the first step I get the error warning: macro 'AM_CHECK_PYMOD' not found in library.

According to the following link:
https://forums.opensuse.org/showthread. ... uggestions

I need python-gtk-devel which I presume is not part of technosaurus package.