OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Python => Topic started by: aki on November 30, 2004, 09:26:13 pm

Title: Python For Arm Feed
Post by: aki on November 30, 2004, 09:26:13 pm
I am trying to download the package python-distutils_2.3.2-oz1_armv4l-strongarm.ipk from
python for arm-linux feed (http://www.vanille.de/feed/python/armv4l-gcc2.95/), but can't get the ipk to install properly using the Add/Remove app.  I also tried downloading and saving the file, but tar  fails to open with the message "wrong gzip magic".
Anybody knows what's up with that?
Title: Python For Arm Feed
Post by: Stubear on December 01, 2004, 04:33:00 am
The ipks were created by OE and hence are ar compressed ipks rather than the gzip compressed ipks used by the Sharp Rom.

Search the forums  - there are plenty of posts on converting between the 2 types.

Stu
Title: Python For Arm Feed
Post by: kopsis on December 01, 2004, 07:52:15 am
Somewhere on ZSI (Zaurus Software Index) there is an ipkg-new package that will give you a command line ipkg-new tool capable of installing the ar style packages in the Python feed. I found that to be simpler than trying to convert the packages to the old tgz ipk format.
Title: Python For Arm Feed
Post by: clofland on December 01, 2004, 04:25:57 pm
http://www.killefiz.de/zaurus/showdetail.php?app=874 (http://www.killefiz.de/zaurus/showdetail.php?app=874)
Title: Python For Arm Feed
Post by: Mickeyl on March 21, 2005, 06:37:22 am
I've rebuilt my Python distribution (http://vanille.de/projects/python.spy) with Version 2.4.0 both for SharpROM and for modern distributions. I can't test it for the SharpROM though since I no longer have any devices running a SharpROM (clone). The feed URI for SharpROM is http://vanille.de/feed/python/sharprom/ (http://vanille.de/feed/python/sharprom/)

I'd appreciate some feedback.
Title: Python For Arm Feed
Post by: dreadlocks on March 28, 2005, 11:27:01 pm
Quote
I've rebuilt my Python distribution (http://vanille.de/projects/python.spy) with Version 2.4.0 both for SharpROM and for modern distributions. I can't test it for the SharpROM though since I no longer have any devices running a SharpROM (clone). The feed URI for SharpROM is http://vanille.de/feed/python/sharprom/ (http://vanille.de/feed/python/sharprom/)

I'd appreciate some feedback.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71607\"][{POST_SNAPBACK}][/a][/div]

while trying to get comprec 0.02 (http://unimut.fsk.uni-heidelberg.de/demi/comprec/index.html) working I got your python for the SharpROM, all went fine but when I try to run the program I get this error:
Quote
ImportError: /usr/lib/python2.4/site-packages/qt.so: symbol __register_frame_info, version GLIBC_2.0 not defined in file libc.so.6 with link time refrence

any idea why?

and another question, can you make a package for python-libgmail? It would be cool to use gmailfs on the Zaurus
Title: Python For Arm Feed
Post by: Mickeyl on March 29, 2005, 03:56:35 am
the glibc problem is odd, i'll look into it.
I just packaged libgmail and it'll show up later tonite in the SharpROM feed.
Title: Python For Arm Feed
Post by: TimW on April 06, 2005, 05:24:35 am
I generally use the oz version of the feed (which is excellent 8^) - I would have given feedback on that earlier but this thread seems to be specifically about the Sharp ROM version) but I'm using the Sharp ROM for a specific project so I tried installing python-base but when I run python I get

Cannot load shared object librt.so.1

Got past that by symlinking to libqte but now I'm stuck at the __register_frame_info problem (but mine is from time.so, which is the first extension library to be loaded).
Title: Python For Arm Feed
Post by: dreadlocks on April 06, 2005, 04:06:16 pm
ya I had the librt dependency problem too, ive got an ipk of it in my unstable feed (along with the python packages)
   http://www.nayr.net/zaurus/feed/unstable/ (http://www.nayr.net/zaurus/feed/unstable/)

wished this worked on the sharp rom..
Title: Python For Arm Feed
Post by: Mickeyl on April 27, 2005, 12:20:55 pm
Updated to 2.4.1. Please report your findings to the other (slightly newer thread).
Title: Python For Arm Feed
Post by: ztep on May 20, 2005, 04:16:23 am
I'm trying to compile rekall 2.3 in the Zaurus. It said that python-devel is needed.

Mickeyl, can you add that package to your python arm feed. Thanks.

Rekall also use scons to be build, I have instaled the scons version on your feed but it does not work in the first aproach. The first line in /usr/bin/scons shows a wrong pyton path. I have changed it to /usr/bin/python and know it works.
Title: Python For Arm Feed
Post by: Mickeyl on May 20, 2005, 05:07:24 am
Will take a shot at that.