Author Topic: Python 2.4 Cannot Import Module  (Read 4721 times)

Olivier

  • Newbie
  • *
  • Posts: 9
    • View Profile
Python 2.4 Cannot Import Module
« on: April 11, 2005, 05:55:23 pm »
I just bought a c3000 and install python from vanilla.de

The core module is OK, but as soon as I want to import a module ( such as math or qt), I have got the error :
symbol __register_frame_info, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

I have got a lib.so.6 on my machine, could you tell me what is wrong.
 thank's
 

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python 2.4 Cannot Import Module
« Reply #1 on: April 11, 2005, 06:21:02 pm »
Must have something to do with the build process. The new feed has been done with OpenEmbedded. I haven't got time to look into this yet. I'm open for all kinds of clues...
Cheers,

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

Olivier

  • Newbie
  • *
  • Posts: 9
    • View Profile
Python 2.4 Cannot Import Module
« Reply #2 on: April 12, 2005, 07:13:44 am »
lib folder.
it is linked with libc-2.2.2.so.

Is it OKH

I have installed following ipk:
    - libc6 2.2.5-6
    - libgcc3.1.1-1
    - libglib1.2.0

If it is not good version, please let me know where
I can find good ones...I am not sure which one of these
libs are necessary to run python2.4 under Qtopia

regards

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python 2.4 Cannot Import Module
« Reply #3 on: April 27, 2005, 12:20:09 pm »
I have uploaded Python 2.4.1 for the SharpROM to my site. I used a slightly different procedure to compile these. Please test if they now work for you.
Cheers,

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