[ python-Bugs-1714773 ] python throws an error when unpacking bz2 file

SourceForge.net noreply at sourceforge.net
Sun May 13 09:54:17 CEST 2007


Bugs item #1714773, was opened at 2007-05-08 08:23
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1714773&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: runnig (runnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: python throws an error when unpacking bz2 file

Initial Comment:
C:\work\python>c:\work\python\25\py.exe
Python 2.5 (r25:51908, Feb 13 2007, 14:33:20) [MSC v.1400 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
C:\work\python>ez_setup.py wxpython
Searching for wxpython
Reading http://cheeseshop.python.org/pypi/wxpython/
Couldn't find index page for 'wxpython' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://cheeseshop.python.org/pypi/
Reading http://cheeseshop.python.org/pypi/wxPython/2.6.3.2
Reading http://wxPython.org/
Reading http://wxPython.org/download.php
Best match: wxPython src-2.8.3.0
Downloading http://prdownloads.sourceforge.net/wxpython/wxPython-src-2.8.3.0.tar.bz2
Processing wxPython-src-2.8.3.0.tar.bz2


I think, when unpacking bz2, an error occurs and windows shows an error about 
"python.exe has encountered a problem and needs to close"


----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-05-13 07:54

Message:
Logged In: YES 
user_id=849994
Originator: NO

Can you try to take the .tar.bz2 file and unpack it yourself using
Python's bz2 module?
We can then find out where exactly the segfault occurs.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1714773&group_id=5470


More information about the Python-bugs-list mailing list