You are here

Python Portable 2.5.2 Development Test 1

30 posts / 0 new
Last post
tanisthalon
tanisthalon's picture
Offline
Last seen: 3 years 11 months ago
Developer
Joined: 2006-02-11 08:02
Python Portable 2.5.2 Development Test 1

I have updated my portable version of Python to comply with the latest launcher specs etc.

Application: Python
Category: Development
Description: Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.

Download Python Portable 2.5.2 Development Test 1 - currently offline due to server space.
20/03/08 21.08 GMT

Please give it a try and post your feedback.

Regards,
Geoff

Release Notes:
This currently only supports the Python command line. With more time and experimentation I will be looking at incorporating the Python GUI or IDLE as it is better known. The release will mirror Blender Portable requirements and therefore any future release of Blender will determine the release version of Python Portable. Blender is currently built on Python 2.5.

Development Test 1 (2008-03-11):

  • initial release

peter_g
Offline
Last seen: 12 years 3 months ago
Joined: 2006-09-09 05:54
IDLE

Integrating IDLE or some other editor (SciTe ? Notepad++ ?) would be a real great idea !

megaman
Offline
Last seen: 5 years 7 months ago
Joined: 2008-01-19 07:46
How about SPE?

How about SPE IDE - Stani's Python Editor? pythonide.blogspot.com/
Have been using it some lately, seems quite good. It's not portable as is, but it shouldn't take too much effort to make it portable.

limitedmage
Offline
Last seen: 16 years 8 months ago
Joined: 2008-03-15 22:57
I've been looking for a way

I've been looking for a way to make Python and SPE portable for a long time. I'd really appreciate it if someone actually managed to do this. It's a great IDE (the best one for Python IMO), and would make life much easier for developers if it could be made portable.

ReneL
Offline
Last seen: 11 years 10 months ago
Joined: 2005-12-18 02:40
P2P Downloads

I used the Metalink Library to automatically create BitTorrent and eDonkey download links for you.

http://www.mininova.org/tor/1262099
ed2k://|file|Python_Portable_2.5.2_Development_Test_1_en-us.paf.exe|10795984|2ABF8DC39063C5CBDE2ED1F55CA1FD23|

It would be great if you could provide a test version of Python 2.6a1, too, in order to help people test their current code for deprecation.
I, for instance, could not finish the installation on my machine (parallel to 2.5.2).

If you need help with distributing your releases, just let me know.

tanisthalon
tanisthalon's picture
Offline
Last seen: 3 years 11 months ago
Developer
Joined: 2006-02-11 08:02
ReneL

It is quite easy to use the existing launcher for Python 2.6a1.

Remove the contents of the PythonPortable/App/Python25 folder. If you have Python26a1 installed, copy the Python26 contents (not the folder though) and paste them into the existing Pyton25 folder in the PythonPortable/App section. That should work fine. Let me know otherwise.

I will possibly be dropping further interest with Python Portable and only offer it as a base addon for full use of python plugins etc with Blender.

Although I had been working on scripts to run a bat file and set a file association, I realised that I was putting too much into something that I really would never use myself. Sorry to those that were hoping that I would get the IDLE (Python GUI) working with the Python Portable.

When I get my server space sorted I will put it back up for anyone that wants it or even would like to continue with it if I do drop support.

Dell XPS M1530 Laptop
Intel Core 2 Duo T9300 2.5GHz
4GB Ram
256MB GeForce 8600M GT

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 9 months ago
Developer
Joined: 2007-01-10 19:25
Good

I didn't find any problems on my end. I think I'm finally going to take some time to learn Python.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

OliverK
OliverK's picture
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-03-27 15:21
If you are interested, you

If you are interested, you can email it to me and I will host it for you.
mr(dot)soup12(at)g m a i l (dot)com!

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

eduardo_38
Offline
Last seen: 9 years 10 months ago
Joined: 2008-03-08 12:57
Download link.

Where is the download link?

ReneL
Offline
Last seen: 11 years 10 months ago
Joined: 2005-12-18 02:40
Download link.

@eduardo_38:
You can find a working BitTorrent and eDonkey link in my post from March 22, 2008.

silid
Offline
Last seen: 16 years 3 months ago
Joined: 2008-05-20 09:06
Bazaar VCS

Can we get it with Bazaar VCS integrated in the package? That would be great!

khiraly
Offline
Last seen: 16 years 6 months ago
Joined: 2008-01-08 16:40
Sourcecode

Where can I find the sourcecode?
(the torrent file only let me download a .exe file)

Im interested to incorporate the pygtk library...

ReneL
Offline
Last seen: 11 years 10 months ago
Joined: 2005-12-18 02:40
Source is in Other\Source

as usually for PortableApps:
PythonPortable\Other\Source

Just extract the .paf.exe

tanisthalon
tanisthalon's picture
Offline
Last seen: 3 years 11 months ago
Developer
Joined: 2006-02-11 08:02
Correct

The source code can be found where ReneL mentioned.

Dell XPS M1530 Laptop
Intel Core 2 Duo T9300 2.5GHz
4GB Ram
256MB GeForce 8600M GT

a_non_e_mouse
Offline
Last seen: 16 years 5 months ago
Joined: 2007-08-26 22:38
pdb.py, base64.py elf executables?

from the command line:

> file C:\PortableApps\Python\App\Python25\Lib\pdb.py
pdb.py; ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, corrupted section header size

... i guess there's something wrong! Sad

However after replacing with the correct files from http://svn.python.org/projects/python/branches/release25-maint/Lib/
it works! Smile

Arawns
Offline
Last seen: 15 years 6 months ago
Joined: 2008-06-02 17:40
Install and use

I install and use Python with this howto : https://portableapps.com/node/13721

Josh English
Offline
Last seen: 11 years 4 months ago
Joined: 2008-07-21 12:40
how?

That page is about pnotes. I can't get either torrent to work.

kai.inouye
kai.inouye's picture
Offline
Last seen: 12 years 11 months ago
Developer
Joined: 2008-02-03 20:12
I can't download it

I can't download it because it says "currently offline due to server space." Why don't you upload it on MediaFire or something like that for now?

zickey
zickey's picture
Offline
Last seen: 3 months 6 days ago
Joined: 2008-05-23 00:44
Python Portable 2.5.2 Development Test 1---->mediafire

sorry for my english...

zickey
zickey's picture
Offline
Last seen: 3 months 6 days ago
Joined: 2008-05-23 00:44
...

2 tanisthalon:
Excuse me if I did something wrong!

sorry for my english...

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 11 months ago
Developer
Joined: 2006-12-14 17:24
is this still up for

is this still up for adoption? i've changed my mind, and i'll adopt it.

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

tanisthalon
tanisthalon's picture
Offline
Last seen: 3 years 11 months ago
Developer
Joined: 2006-02-11 08:02
Yes indeed

I have additional commitments that will keep me away from developing any further for quite some time. It's a shame as I was hoping to contribute to the community more and push to get the main supported apps upto the latest spec etc.

Work and home have taken more than I had expected as of late and I am looking into starting a Graphic Design course in September which will last 3 years. This will add to my existing background of 2D/3D CAD.

If you are interested I recommend working with Perica, as he to has a Python Portable.

Dell XPS M1530 Laptop
Intel Core 2 Duo T9300 2.5GHz
4GB Ram
256MB GeForce 8600M GT

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 11 months ago
Developer
Joined: 2006-12-14 17:24
good luck with the graphics

good luck with the graphics design course, and Python Portable is now in good hands.
btw, Perica, do you have an email adress of some sort so that we can collaberate on this?
EDIT: nvm, found it. drop me an email if you wish, at taneth111 [AT] gmail{.}com.

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

OliverK
OliverK's picture
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-03-27 15:21
Taffin, I have a copy

Taffin, I have a copy somewhere I can dig up for you if want, and don't worry, I have no interest in working on this.

also, you may want to obfusticate your email abit

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 11 months ago
Developer
Joined: 2006-12-14 17:24
as in Python portable or

as in Python portable or IDLE? i've got it as well, but it IDLE is being a pain & may require a re-write to portablise.

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

OliverK
OliverK's picture
Offline
Last seen: 3 years 5 months ago
Developer
Joined: 2007-03-27 15:21
I have python portable, but

I have python portable, but not IDLE

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 11 months ago
Developer
Joined: 2006-12-14 17:24
IDLE is looking a little

IDLE is looking a little easier now. it does, however, save settings in Lib\idlelib and %userprofile%\.idlerc .
EDIT: Done, but I'll upload it in the morning.

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

perica
Offline
Last seen: 14 years 9 months ago
Joined: 2006-10-25 05:56
Very nice

Hi there !

Geoff, is there any way we can put our efforts together in providing portable version of python? If you are in the mood for some cooperation please mail me.

thanks and keep pythoning!

grtz,

Perica Zivkovic
perica.zivkovic@gmail.com
http://www.PortablePython.com

megaman
Offline
Last seen: 5 years 7 months ago
Joined: 2008-01-19 07:46
win32

Has anyone been able to get the win32 module to work portably? Copying from installation isn't enough.

tanisthalon
tanisthalon's picture
Offline
Last seen: 3 years 11 months ago
Developer
Joined: 2006-02-11 08:02
This post is outdated

I am sorry but I no longer maintain or support Python Portable. The latest release can be found here: https://portableapps.com/node/15756 by TaffinFoxcroft.

Dell XPS M1530 Laptop
Intel Core 2 Duo T9300 2.5GHz
4GB Ram
256MB GeForce 8600M GT

Log in or register to post comments