Author Topic: python ipk doesn\'t appear in install app  (Read 3150 times)

cane_cubo

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • http://
python ipk doesn\'t appear in install app
« on: June 12, 2004, 10:46:26 am »
Hi,

I\'m trying to install Python on my shiny new 6000L.  The riverbank package apparently doesn\'t exist any more.  So off I went to the python for arm site (vanille.de) and downloaded the python-core-2.3.2-oz1-arm41-strongarm.ipk.  Alas, the package installer GUI doesn\'t even see it.

Is there a work-around, or a different package somewhere?  Help is super-appreciated.

cc

w14

  • Full Member
  • ***
  • Posts: 180
    • View Profile
    • http://
python ipk doesn\'t appear in install app
« Reply #1 on: June 12, 2004, 11:12:31 am »
The Riverbank Computing packages are still available at:

http://www.riverbankcomputing.co.uk/zaurus...us/download.php

I got them all a week or so ago, so I would imagine its a temporary fault ... If you need them right now, PM me with your email address and I\'ll send you them.

Mike.
sl-c3100
pdaxrom 1.1.0 beta1

datajerk

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • http://
python ipk doesn\'t appear in install app
« Reply #2 on: June 12, 2004, 11:32:35 am »
They are \'ar\' formatted.  (vanille.de).  Convert to tgz.

e.g.

mkdir foo
cd foo
ar x file
tar zcvf file

BalroG

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
python ipk doesn\'t appear in install app
« Reply #3 on: June 14, 2004, 04:10:39 am »
Hi datajerk

Do you know where one can get \"ar\" for a Zaurus? I would like to do this on the Z, but it says it cannot find the command. Still using original Sharp ROM until I flash to latest Cacko.

Thanks!!!
C860 on Default Sharp ROM(to change soon!)

BalroG

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
python ipk doesn\'t appear in install app
« Reply #4 on: June 14, 2004, 04:16:36 am »
Oh yes, I searched in killefiz, nothing obvious - maybe it is included in some other package??
C860 on Default Sharp ROM(to change soon!)

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
python ipk doesn\'t appear in install app
« Reply #5 on: June 14, 2004, 05:09:24 am »
Search ipkg-new for the SharpROM - this one can handle new-style packages. Vanille.de will now become the primary site for arm-linux PyQt. I\'m willing to do a minimal support for the SharpROM (i.e. build packages using gcc 2.x) but don\'t expect everything to work since I won\'t test on a SharpROM. Constructive feedback appreciated.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

datajerk

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • http://
python ipk doesn\'t appear in install app
« Reply #6 on: June 14, 2004, 01:30:07 pm »
ar is usually in binutils.  Search for a binutils ipk.

clofland

  • Full Member
  • ***
  • Posts: 247
    • View Profile
    • http://www.lofland.net/
python ipk doesn\'t appear in install app
« Reply #7 on: June 14, 2004, 02:27:58 pm »
Thanks Mickey! We do appreciate it. I\'ve been using your Python port on my \"SharpROM\" Z daily for months now. (Pretty much since the day I got it.)

If you care to keep the gcc 2.x versions of your Python port up to date for us SharpROM users, we will use it until the day when we can find unity in the Z OS of choice.
C-760 Last Running pdaXrom 1.1.0beta3
- Sandisk UltraII 1GB SD card - Socket LP CF LAN card - Socket LP CF WLAN card - Socket CF Bluetooth Card Rev H -

vthomas

  • Newbie
  • *
  • Posts: 6
    • View Profile
python ipk doesn\'t appear in install app
« Reply #8 on: June 25, 2004, 02:51:11 pm »
Quote
They are 'ar' formatted.  (vanille.de).  Convert to tgz.

e.g.

mkdir foo
cd foo
ar x file
tar zcvf file
I  tried this and it didn't work for me. I then came across the advice to be explicit with the tar command, in particular the ./ are important
tar zcvf file   ./debian-binary ./data.tar.gz ./control.tar.gz

It then worked (this is on a 6000L)
Now on to PyQt

BTW is there a glossary somewhere? I'm an old timer but a newbie to Zaurus and it reminds me of a text adventure game where every explanation contains at least three mysteries for which I have to search for an explanation and so on recursively.