Python 2.6.4 and Python 3.1.1

Miscellaneous tools
Message
Author
User avatar
moogsydodong
Posts: 81
Joined: Mon 16 Mar 2009, 10:35
Location: Tagum City, Davao del Norte, Mindanao, Philippines

#16 Post by moogsydodong »

Ive just uploaded the python-2.6.4_tcl-tk-8.5.sfs in ftp.servage.net...

the files are located here:
ftp://123upload@ftp.servage.net/python/ ... .5_431.sfs
ftp://123upload@ftp.servage.net/python/ ... fs-md5.txt

I didnt create a menu item for this python...
to lunch the python IDLE just type "idle" in the terminal...
...SHUT UP AND LISTEN!!!...In a battle there is only ONE COMMANDER!!!

brymway
Posts: 407
Joined: Sun 09 Dec 2007, 01:08

#17 Post by brymway »

What's the password for the download?
[url]http://wellminded.com/puppy/pupsearch.html[/url]

User avatar
moogsydodong
Posts: 81
Joined: Mon 16 Mar 2009, 10:35
Location: Tagum City, Davao del Norte, Mindanao, Philippines

#18 Post by moogsydodong »

usr : puppy
pass: linux
...SHUT UP AND LISTEN!!!...In a battle there is only ONE COMMANDER!!!

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#19 Post by abushcrafter »

moogsydodong wrote:usr : puppy
pass: linux
No...
user: 123upload
pass: puppylinux

User avatar
rpkopreski
Posts: 19
Joined: Fri 03 Jul 2009, 20:39
Location: New England
Contact:

Tried to Download Python-Tcl/Tk

#20 Post by rpkopreski »

Hi, I cannot seem to access this download. I've tried to use gFTP and also just click the link. I put in puppylinux, puppy, linux, PuppyLinux and Puppylinux for passwords and I get nothing....

any help?
synergenerator
H: Ubuntu Studio 8.04 / XP Black (unattended)
W: Ubuntu 9.04 / XP
M: Crunchbang / Puppy-4.2.1 - ChemPup-0.2.5 / XP

2lss
Posts: 225
Joined: Sun 20 Sep 2009, 23:54

#21 Post by 2lss »

Same problem here. I tried all of the passwords above and no luck.

User avatar
rpkopreski
Posts: 19
Joined: Fri 03 Jul 2009, 20:39
Location: New England
Contact:

Python Tcl/Tk PET: _tkinter module

#22 Post by rpkopreski »

Hi, I was able to produce this Python2.6 PET configured with Tcl/Tk. It can be downloaded from this website. You just need to register first.

http://chemtoolbox.com/index.php/reposi ... elect&id=6

Regards
synergenerator
H: Ubuntu Studio 8.04 / XP Black (unattended)
W: Ubuntu 9.04 / XP
M: Crunchbang / Puppy-4.2.1 - ChemPup-0.2.5 / XP

2lss
Posts: 225
Joined: Sun 20 Sep 2009, 23:54

#23 Post by 2lss »

rpkopreski: Thanks! But do I need all three pets or just the "python 2.6 & tcl/tk?"

EDIT: I installed the python 2.6 & tcl/tk pet and everything works ok, but how do I get idle to work? I'm not sure if its included or I need a separate pet.

User avatar
rpkopreski
Posts: 19
Joined: Fri 03 Jul 2009, 20:39
Location: New England
Contact:

No IDLE

#24 Post by rpkopreski »

2lss,

Sorry, I personally only needed the _tkinter module configured for python so I did not add anything related to IDLE, in fact, I don't know what it is/does. I'm sorry I couldn't be more helpful. If I get a chance, I may look into the ins-and-outs of IDLE and see if I can help more.
synergenerator
H: Ubuntu Studio 8.04 / XP Black (unattended)
W: Ubuntu 9.04 / XP
M: Crunchbang / Puppy-4.2.1 - ChemPup-0.2.5 / XP

2lss
Posts: 225
Joined: Sun 20 Sep 2009, 23:54

#25 Post by 2lss »

rpkopreski: Idle is an Ide for python. http://en.wikipedia.org/wiki/IDLE_(Python) From what the guys on #python told me as long as _tkinter is present ./configure should build idle by default.

I ended up trying to build python with idle but make threw up an error

Code: Select all

Failed to find the necessary bits to build these modules:
_tkinter           bsddb185           sunaudiodev     
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
I'm assuming that make can't find some part of tcl/tk so I checked the config.log and found:

Code: Select all

configure:22699: checking for UCS-4 tcl
configure:22727: gcc -pthread -c -g -O2  conftest.c >&5
conftest.c:239:17: error: tcl.h: No such file or directory
conftest.c:241:3: error: #error "NOT UCS4_TCL"
configure:22733: $? = 1
configure: failed program was:
| /* confdefs.h.  */ 
But after searching for hours I have yet to figure out what that means. :shock:

User avatar
moogsydodong
Posts: 81
Joined: Mon 16 Mar 2009, 10:35
Location: Tagum City, Davao del Norte, Mindanao, Philippines

#26 Post by moogsydodong »

my python 2.6.4 sfs with tcl_tk and a working IDLE
get it here:

python-2.6.4_tcl_tk-8.5_431.sfs
...SHUT UP AND LISTEN!!!...In a battle there is only ONE COMMANDER!!!

User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

#27 Post by 8-bit »

moogsydodong wrote:my python 2.6.4 sfs with tcl_tk and a working IDLE
get it here:

python-2.6.4_tcl_tk-8.5_431.sfs
I just downloaded from your link with no name or password required.

User avatar
moogsydodong
Posts: 81
Joined: Mon 16 Mar 2009, 10:35
Location: Tagum City, Davao del Norte, Mindanao, Philippines

#28 Post by moogsydodong »

hi 8-bit...

tnx for downloading...please inform me for any problems in my package...

sorry about the size of the package...its quite big about 17mb+ compared to technos 3-6mb packages with pygtk and other goodies...
I didn't do any stripping because I don't know a safe way to strip unnecessary files its my first package compiled from source...

maybe next time I'll know how... :wink:
...SHUT UP AND LISTEN!!!...In a battle there is only ONE COMMANDER!!!

2lss
Posts: 225
Joined: Sun 20 Sep 2009, 23:54

#29 Post by 2lss »

moogsydodong: Thank you, python and idle are working good.

User avatar
moogsydodong
Posts: 81
Joined: Mon 16 Mar 2009, 10:35
Location: Tagum City, Davao del Norte, Mindanao, Philippines

#30 Post by moogsydodong »

no probs...

just PM me for any concerns...
I'm trying a lot of compilation from sources lately...
packaging and repackaging pets and sfs for personal and general use...

by the way what are you doing with python???
are you a professional programmer???
...SHUT UP AND LISTEN!!!...In a battle there is only ONE COMMANDER!!!

2lss
Posts: 225
Joined: Sun 20 Sep 2009, 23:54

#31 Post by 2lss »

moogsydodong: No I am not a professional programmer. Although I hope to one day be a good one :) . Python is just something I play around with.

hailpuppy
Posts: 73
Joined: Wed 28 Oct 2009, 07:49

#32 Post by hailpuppy »

Hi moogsydodong,

Hey cool to see a Python admiror.Im a serious python lover and regret a lot because we puppyians do not have something like portable python

http://www.portablepython.com/

If you really love python please please please do work on it.We may not have to worry about the size of it as now we have a sfs loader

http://murga-linux.com/puppy/viewtopic.php?t=47465

with which we can use and uninstall sfs packages at our will.Turining puppy into something like a hostfor portable applications!!!!

One feature that puppy had been lacking was good programing language support for developers.Hmm.let me work on some links and post it here so that you can see the void that we have for python in the puppy linux world.We have also BIgbass working on this but let me sum up some herioc efforts of puppience to turn puppylinux a good host for developers.

And moogsydodong, please do continue your good work for the sake of all of us..I love you for that :)

hailpuppy
Posts: 73
Joined: Wed 28 Oct 2009, 07:49

#33 Post by hailpuppy »

HI buddy,

I m one of those poor fellows who is deeply in love with puppylinux and worry because i do not have the technical competency to contribute to the puppylinux world.but i do believe that if we all work in a bit more organised way we can make puppy the best distro out there.I was so far been searching for a proper python solution and finally landed on your post for a working python sfs luckily. I also downloaded and tried it using sfslinker

http://murga-linux.com/puppy/viewtopic.php?t=47465

with choicepup4.31 and your sfs did work.Even i saw a menu item but when I clicked it idle didnt appear,

And as you also had noted i tried to type idle in console also but it also gave an error message like shown in the attachment.Why could this be???

DMcCunney
Posts: 889
Joined: Tue 03 Feb 2009, 00:45

#34 Post by DMcCunney »

hailpuppy wrote: And as you also had noted i tried to type idle in console also but it also gave an error message like shown in the attachment.Why could this be???
Note the last line in the error dialog. Looks like idle is trying to update the recent files list, but can't because it's in a read-only file system.

Are you running a frugal install?
______
Dennis

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#35 Post by ITAmember »

A quick workaround would be to open up /root with ROX, click on the "eye" to show hidden files, right click on .idlerc and set the permissions to read/write/execute for all users.

Post Reply