WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: python is missing the bz2 module  (Read 3591 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
python is missing the bz2 module
« 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
dCore user

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: python is missing the bz2 module
« Reply #1 on: October 31, 2009, 12:09:29 PM »
I'll look into it.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: python is missing the bz2 module
« Reply #2 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.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: python is missing the bz2 module
« Reply #3 on: October 31, 2009, 06:45:39 PM »
That fixed it.  Uploading new python.tczl.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: python is missing the bz2 module
« Reply #4 on: October 31, 2009, 10:40:09 PM »
They have been separated into a -dev extension - python-dev.tcz

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: python is missing the bz2 module
« Reply #5 on: November 02, 2009, 09:27:18 AM »
ok now zeroinstall sees the bz2 module
dCore user