Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: jls on October 31, 2009, 10:07:39 AM

Title: python is missing the bz2 module
Post by: jls on October 31, 2009, 10:07:39 AM
from the python bz2 home page:
This module is distributed with Python itself since version 2.3.
But I cannot see it in the python extension
Title: Re: python is missing the bz2 module
Post by: Jason W on October 31, 2009, 12:09:29 PM
I'll look into it.
Title: Re: python is missing the bz2 module
Post by: Jason W on October 31, 2009, 06:12:25 PM
The bzip2 extension in the repo does not have the shared libs with it, I have uploaded a bzip2-lib extension to provide those shared libs and that should enable bzip2 support.  I will rebuild python and include bzip2 support.
Title: Re: python is missing the bz2 module
Post by: Jason W on October 31, 2009, 06:45:39 PM
That fixed it.  Uploading new python.tczl.
Title: Re: python is missing the bz2 module
Post by: Jason W on October 31, 2009, 10:40:09 PM
They have been separated into a -dev extension - python-dev.tcz
Title: Re: python is missing the bz2 module
Post by: jls on November 02, 2009, 09:27:18 AM
ok now zeroinstall sees the bz2 module