Python-2.6.4 plus

Miscellaneous tools
Message
Author
User avatar
neurino
Posts: 362
Joined: Thu 15 Oct 2009, 13:08

#21 Post 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)

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#22 Post 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?

User avatar
neurino
Posts: 362
Joined: Thu 15 Oct 2009, 13:08

#23 Post by neurino »

not python part for sure

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Re: Python-2.6.4 plus

#24 Post 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

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Re: Python-2.6.4 plus

#25 Post 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

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Re: Python-2.6.4 plus

#26 Post 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.

Post Reply