Poster | Thread |
Mobileconnect
|  |
AmigaPython 2.3.3 alpha *2* released Posted on 29-Feb-2004 21:08:24
| | [ #1 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| [Updated 30 March 2004]
Alpha 2 release of Amiga Python can be found here:
http://www.monkeyhouse.eclipse.co.uk/amiga/python/
(Be sure to Save Target As - my ISP's webserver doesn`t like the LHA MIMEtype)
Also, it`s 3MB each, so I don`t know how long my server`s going to hold... Will get it on Aminet ASAP (can someone post the current method for uploading to Aminet? most of the upload capable mirrors don't work anymore and the email method doesn't either)
New in this release: - xml support - bzip2 support - zlib (zip) support - working socket module - working amiga (os, with more complete posix emulation) and amigapath (os.path) modules - Fixed st_size bug
Requirements for this build are 68020, OS3.0 and AmiTCP/Genesis, which I think is fair these days.
But if you have SAS/C you can grab the source and build yourself a 68000, OS2 no-network version.
Have fun.
_________________
|
|
Status: Offline |
|
|
STRICQ
|  |
Re: AmigaPython 2.3 alpha released Posted on 29-Feb-2004 21:35:41
| | [ #2 ] |
|
|
 |
Regular Member  |
Joined: 23-Mar-2003 Posts: 221
From: Colorado Springs, CO | | |
|
| @Mobileconnect
how does bittorrent work? btdownloadheadless.py would be good!
Doug
_________________ AmigaOne XE 800Mhz/1024MB Radeon 9200 128MB 160GB HD/2x 4GB HD SII0680 PATA133 Audigy 2 3Com 100Mb PCI Card |
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3 alpha released Posted on 29-Feb-2004 21:37:25
| | [ #3 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| @STRICQ
You're welcome to give it a try! _________________
|
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 1-Mar-2004 9:57:48
| | [ #4 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| P.S. you`ll need an FPU too for this build, but it DOESN`T need ixemul! _________________
|
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 2-Mar-2004 20:24:23
| | [ #5 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| If anyone gets errors about "extsep" being missing when they try and run the tests, here's a quick fix.
In the file
lib/python2.1/amigapath.py
Add the line
os.extsep = extsep
after
extsep = '.'
Don't forget to assign Python: to the directory you put it the program and it's libraries in!
Also can anyone recommend a good HTML to AGuide converter that will handle the Python docs??? _________________
|
|
Status: Offline |
|
|
Anonymous
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 4-Mar-2004 0:58:00
| | [ # ] |
|
| T*H*A*N*K* Y*O*U* !!!
This is sooooo good ! I am very glad to see AmigaPython being continued. Great value. |
|
|
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 7-Mar-2004 21:28:42
| | [ #7 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| |
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 9-Mar-2004 21:56:46
| | [ #8 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| People,
For the next release I am preparing the included zlib (zip) and bz2 modules, and am porting the latest versions of both (zlib is easy - it builds with sas/c out of the box, with smakefile thanks to Osma Ahvenlampi)
I will release these ports separately too.
Anyone know any other such libraries that generally need their latest versions ported? _________________
|
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 15-Mar-2004 14:22:41
| | [ #9 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| New icons (preferably GlowIcons style) and logo requried for Python project- any volunteers? _________________
|
|
Status: Offline |
|
|
ikir
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 15-Mar-2004 14:52:29
| | [ #10 ] |
|
|
 |
Elite Member  |
Joined: 18-Dec-2002 Posts: 5647
From: Italy | | |
|
| @Mobileconnect
Thanks for your effort _________________ ikir |
|
Status: Offline |
|
|
soft
|  |
Re: AmigaPython 2.3 alpha released Posted on 15-Mar-2004 21:03:45
| | [ #11 ] |
|
|
 |
Regular Member  |
Joined: 11-Mar-2003 Posts: 214
From: Derbyshire, UK | | |
|
| |
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 15-Mar-2004 22:26:18
| | [ #12 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| Update on progress:
I've now integrated z.lib and bz2.lib modules, and fixed the tuple object st_size error that causes many of the test to fail - result that the test suite passes a lot more tests now.
Remaining is to fix the XML, Unicode and command line arguments problems then it'll be fit for an alpha 2 release. _________________
|
|
Status: Offline |
|
|
zephar
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 16-Mar-2004 7:01:15
| | [ #13 ] |
|
|
 |
Member  |
Joined: 5-Mar-2004 Posts: 43
From: Unknown | | |
|
| @Mobileconnect
wow this is really cool =) |
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 17-Mar-2004 22:03:59
| | [ #14 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| Progress update
Now integrated the latest version of expat XML library - got to round off a few rough edges as I want to make RSS.py work so we can have an RSS reader on the Amiga though.
Will also be releasing my z.lib bz2.lib and expat.lib ports separately for others to use. _________________
|
|
Status: Offline |
|
|
zacc
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 17-Mar-2004 22:18:07
| | [ #15 ] |
|
|
 |
Member  |
Joined: 29-Jun-2003 Posts: 33
From: Unknown | | |
|
| @Mobileconnect
Nice work! When can we expect the new alpha (which hopefully have the command line bug fixed)? days or weeks?
Thanks for a great port of a great language!
/Erik |
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 17-Mar-2004 22:34:54
| | [ #16 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| @zacc
I hope to nail the command line bug and unicode bug (and one other I found, where lookuperror doesn't know the "ignore" function) over the weekend. If I can't, I'll probably release what I've got so far as another alpha anyway. _________________
|
|
Status: Offline |
|
|
Anonymous
|  |
Re: AmigaPython 2.3.3 alpha released Posted on 18-Mar-2004 0:32:34
| | [ # ] |
|
| @Mobileconnect
Just wanted to give you (another) pat on the back. This is awesome. Python is my language of choice on any platform. |
|
|
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha *2* released Posted on 30-Mar-2004 20:21:19
| | [ #18 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| I've uploaded alpha 2 release - see the edited start of this thread for more info.
_________________
|
|
Status: Offline |
|
|
Mobileconnect
|  |
Re: AmigaPython 2.3.3 alpha *2* released Posted on 2-Apr-2004 20:27:56
| | [ #19 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2003 Posts: 504
From: Unknown | | |
|
| Guess no-one tried to download it, since the URL was broken, but anyway it's fixed now so you can find it if you want it.
_________________
|
|
Status: Offline |
|
|
Montag
|  |
Re: AmigaPython 2.3.3 alpha *2* released Posted on 2-Apr-2004 21:36:24
| | [ #20 ] |
|
|
 |
Regular Member  |
Joined: 8-Apr-2003 Posts: 104
From: Italy, underground | | |
|
| @Mobileconnect
Thanks for the update. I'm downloading it now. :)
PS: The work you are doing on this port is astounding. _________________ [url=http://www.abundantsoft.com/forums/forumdisplay.php?s=&forumid=38&pagenumber=1&sortfield=la |
|
Status: Offline |
|
|