You are here

Python Portable 2.6 Development Test 1

32 posts / 0 new
Last post
TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
Python Portable 2.6 Development Test 1

Application: Python
Category:Programming
Description: Python is an easy to learn programming language, used by many big companies such as NASA. Python is capable of doing many things from web development to linux download managers. Although it was originally portablised by tanisthalon, I ended up taking over this.

Download Python Portable 2.6 Development Test 1 [16.6 MB download / 54.7 MB installed]
(MD5: 3a6c427f955f86279938d810aa5b798c)

Release Notes:

2.6 Development Test 1 (2008-11-11): Initial release

fixed minor problem regarding the HOME directory and included the pywin32 addon.

Development Test 2 (2008-11-21): Initial release

Added a launcher for IDLE.
Why do I start at Dev Test 2, you ask? Because tanisthalon already did Dev Test 1 Wink
Note: thanks to tanisthalon for letting me take over this, and OliverK for Generator.

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
Ok somethings I found are

Ok somethings I found are that the IDLE launcher doesn't work at all but the Commandline launcher does, for the Operating system I've tested it using Windows Vista Home Premium SP1 and Windows XP Pro SP3

your friendly neighbourhood moderator Zach Thibeau

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
found the problem. will fix &

found the problem. will fix & upload.

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

LOGAN-Portable
LOGAN-Portable's picture
Offline
Last seen: 11 years 2 months ago
Developer
Joined: 2007-09-11 12:24
A bit offtopic

Please note that some Apps, for example Blender, need a specific version of Python to function. In that case it's not use Python x.x or higher.

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
sorry I disappeared for 4

sorry I disappeared for 4 days, but some family matters popped up. LOGAN, could you clarify that?

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

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
He's just saying that if your

He's just saying that if your using a program like Blender (thats python based) it's looking for a certain version of python and possibly will not work with the newer version
Smile

your friendly neighbourhood moderator Zach Thibeau

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

posted this on the dev test 1, since tanisthalon doesn't maintain it anymore I'll ask here..

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

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
link? google isn't being very

link? google isn't being very helpful with this one. on a side note, when the win32 module works i'll update python to 2.6.

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

megaman
Offline
Last seen: 4 years 11 months ago
Joined: 2008-01-19 07:46
Should have used the complete

Should have used the complete package name, pywin32. Here it is: http://sourceforge.net/projects/pywin32/
Checked the installation process, it installs atleast 2 dlls to system32:
Copied pythoncom25.dll to C:\WINDOWS\system32\pythoncom25.dll
Copied pywintypes25.dll to C:\WINDOWS\system32\pywintypes25.dll
on a local install there's also python25.dll in the same directory, but i guess that's a dll belonging to python itself.

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
new version. it has pywin32

new version. it has pywin32 installed on it as well as Python 2.6, but if there's problems don't hesitate to ask.

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

megaman
Offline
Last seen: 4 years 11 months ago
Joined: 2008-01-19 07:46
Thanks, but it doesn't seem

Thanks, but it doesn't seem to work. Did a clean install and importing pywintypes and/or win32api fails (even if python 2.6 and pywin32 is installed locally)

Fabrice C
Offline
Last seen: 15 years 1 month ago
Joined: 2009-02-22 10:47
pywintypes, pythoncom and win32api

I don't manage to import the modules too. I haven't found any solution...perhaps with the next release ... 3.0?

richo
richo's picture
Offline
Last seen: 3 weeks 3 days ago
Joined: 2007-01-31 22:03
Here's an idea...

Try placing the modules somewhere that Python can find them. (Eg: <PythonDir>, <PythonDir>\DLLs, etc...)

P.S: <PythonDir> is shorthand for the Python install folder.

onestoploser
onestoploser's picture
Offline
Last seen: 2 years 11 months ago
Joined: 2008-06-23 16:09
Can anyone tell me how to

Can anyone tell me how to keep it from leaving behind the ".idlerc" folder?

OliverK
OliverK's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2007-03-27 15:21
where at? Try using NotePad++

where at?
Try using NotePad++ instead.

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 3 months ago
Developer
Joined: 2006-12-14 17:24
which version? I believe I

which version? I believe I fixed this in 2.6 DT1.

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

onestoploser
onestoploser's picture
Offline
Last seen: 2 years 11 months ago
Joined: 2008-06-23 16:09
I'm using 2.6. It happens

I'm using 2.6. It happens when you use File>Open... to open a .py file in IDLE. It leaves the folder wherever you opened the .py file from.

EDIT: I can't reprduce it today. I'm now assuming it was my own mistake with a local Python install. Sorry about that.

evstevemd
Offline
Last seen: 12 years 7 months ago
Joined: 2007-07-31 06:37
Scite problem

I would like to shift the portablepython to StickDriveLetter:\PortableApps\PortablePython1.0\App to avoid the pile of icons on PA menu. I cannot get scite work when I leave it there! How do I separate Scite and put it in different place StickDriveLetter:\PortableApps

Help!

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
wrong package. by the looks

wrong package. by the looks of it, you're using PortablePython, whereas this is Python Portable. it would be best to post your question to their discussion group at http://groups.google.com/group/portablepython?lnk=srg

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

mubed
Offline
Last seen: 13 years 11 months ago
Joined: 2009-01-26 23:52
Why not?

Why don't you merge these two approaches into one?

superkryo
Offline
Last seen: 3 years 8 months ago
Joined: 2009-01-23 05:24
Development Test 2 ?

Is there a link for download. Can't seem to get IDLE to work with Test 1. Thanks.

superkryo
Offline
Last seen: 3 years 8 months ago
Joined: 2009-01-23 05:24
64 bit version?

It appears that the 32 bit IDLE has been known for not working on 64 bit Windows (vista, server 2008 etc). It would be great if a 64 bit version of paf can be built for testing. Thanks in advance.

perica
Offline
Last seen: 14 years 1 month ago
Joined: 2006-10-25 05:56
Work together?

Hi there,

here I come with my "let's work together" story again Smile

I'm author and maintainer of the PortablePython.com and I just released Portable Python 1.1 with support for Python 2.5.4, Python 2.6.1 and Python 3.0.1.

Also bunch of packages (wxPython, Django, pyWin32, PIL, VPython, PyGame, NumPy, SciPy, IPython, etc etc) are included. Also some of the best free Python editors are included - SPE and PyScripter. You can find latest release with full list of packages here: http://www.PortablePython.com

My next target is making Portable Python to be compatible with PortableApps.com suite and I already made some progress in that area. If you people would like to help on this please let me know.

If you have any ideas/suggestions or you would like to see some specific Python library/application in the next release of the Portable Python, visit Portable Python Google group (http://groups.google.com/group/portablepython) and leave your comment there.

and most important - keep pythoning!

Perica Zivkovic
http://www.PortablePython.com

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
Sure, I'm open to work with

Sure, I'm open to work with you. Some other things are popping up and causing interruptions with development, so it would be great to have more than one dev. on to this.

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 1 month ago
Joined: 2006-10-25 05:56
Can you please drop me an

Can you please drop me an email then? I tried to contact you via your website but looks like that comment was never accepted or something.

You can find my email address on the PortablePython.com

cheers,

Perica

rtcwls
rtcwls's picture
Offline
Last seen: 4 years 6 months ago
Joined: 2008-08-14 09:44
Any progress

It's been a while and I was just wondering if there has been any progress on getting PortablePython into the portable apps format?

________________________________
Art Cowles

​"When an honest man discovers he is mistaken,
he will either cease to be mistaken or cease to be honest."

mcjohn87
Offline
Last seen: 14 years 7 months ago
Joined: 2009-08-10 06:05
thanks

thanks so much for useful info

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 6 months ago
Developer
Joined: 2009-08-11 11:24
Leaves data behind

The Python scripter leaves a folder in %APPDATA%\PyScripter.
Running Windows XP Pro SP3.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

Zombito
Offline
Last seen: 12 years 3 months ago
Joined: 2011-09-09 14:44
Problem?

I downloaded and am making sure there are no issues. But when I downloaded and installed this onto my flashdrive the Trojan virus Artemis was detected and dealt with. It was found in the program, the computer i'm on is ok but can someone check the download?

scriptdaemon
Offline
Last seen: 4 years 4 months ago
Developer
Joined: 2008-10-10 17:40
False positive.

False positive.

Zombito
Offline
Last seen: 12 years 3 months ago
Joined: 2011-09-09 14:44
thank you

thank you for checking up on it. Better safe than sorry.

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 51 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Artemis

Artemis isn't a virus, by the way. It's McAfee's heuristic antivirus scanner. It basically looks at files that don't have known viruses in them (after McAfee has scanned them and called them clean) and tries to guess if maybe that file could possibly have a virus it hasn't seen before. It gets this part wrong. A lot.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments