Your message dated Sat, 23 Jul 2005 19:11:49 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319617: python2.4 doesn't have pcre ?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jul 2005 14:33:56 +0000
>From [EMAIL PROTECTED] Sat Jul 23 07:33:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DwL4e-0000wJ-00; Sat, 23 Jul 2005 07:33:56 -0700
Received: from [172.18.45.6] (helo=davenant.greenend.org.uk ident=mail)
        by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
        (return-path [EMAIL PROTECTED])
        id 1DwL4c-0002Yl-00
        for [EMAIL PROTECTED]; Sat, 23 Jul 2005 15:33:54 +0100
Received: from anarres.relativity.greenend.org.uk [172.18.45.2] (mail)
        by davenant.greenend.org.uk with esmtp (Exim 3.35 #1)
        id 1DwL4S-00068A-00 (Debian); Sat, 23 Jul 2005 15:33:44 +0100
Received: from ian by anarres.relativity.greenend.org.uk with local (Exim 3.36 
#1)
        id 1DwL4S-00015K-00 (Debian); Sat, 23 Jul 2005 15:33:44 +0100
From: Ian Jackson <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 23 Jul 2005 15:33:44 +0100
To: [EMAIL PROTECTED]
Subject: python2.4 doesn't have pcre ?
X-Mailer: VM 7.14 under Emacs 19.34.1
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: python2.4-yappy, python2.4
Version: 1.4-5, 2.4.1-2

-anarres:Pic-ext-simple> python2.3
Python 2.3.5 (#2, May 29 2005, 00:34:43) 
[GCC 3.3.6 (Debian 1:3.3.6-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yappy.parser
>>> 
-anarres:Pic-ext-simple> python2.3
Python 2.3.5 (#2, May 29 2005, 00:34:43) 
[GCC 3.3.6 (Debian 1:3.3.6-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pcre
>>> 
-anarres:Pic-ext-simple> python2.4
Python 2.4.1 (#2, May  5 2005, 11:32:06) 
[GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yappy.parser
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/yappy/parser.py", line 38, in ?
    import pcre, re, exceptions
ImportError: No module named pcre
>>> import pcre
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named pcre
>>> 
-anarres:Pic-ext-simple> 

-anarres:~> dpkg -l '*yappy*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
pn  python-yappy   <none>         (no description available)
ii  python-yappy-d 1.4-5          Documentation for yappy
pn  python2.2-yapp <none>         (no description available)
ii  python2.3-yapp 1.4-5          Yet Another Parser Generator fo Python
ii  python2.4-yapp 1.4-5          Yet Another Parser Generator fo Python
-anarres:~> dpkg -l 'python2.[34]*' | grep '^i'
ii  python2.3      2.3.5-4        An interactive high-level object-oriented la
ii  python2.3-dev  2.3.5-4        Header files and a static library for Python
ii  python2.3-doc  2.3.5-4        Documentation for the high-level object-orie
ii  python2.3-egen 2.0.6-1        date and time handling routines for Python 2
ii  python2.3-egen 2.0.6-1        generic proxy wrapper type for Python 2.3
ii  python2.3-egen 2.0.6-1        fast and memory-efficient queue for Python 2
ii  python2.3-egen 2.0.6-1        fast and memory-efficient stack for Python 2
ii  python2.3-egen 2.0.6-1        fast text manipulation tools for Python 2.3
ii  python2.3-egen 2.0.6-1        collection of new builtins for Python 2.3
ii  python2.3-yapp 1.4-5          Yet Another Parser Generator fo Python
ii  python2.4      2.4.1-2        An interactive high-level object-oriented la
ii  python2.4-dev  2.4.1-2        Header files and a static library for Python
ii  python2.4-doc  2.4.1-2        Documentation for the high-level object-orie
ii  python2.4-eunu 20050320.1     Missing manly parts of UNIX API for Python
ii  python2.4-exam 2.4.1-2        Examples for the Python language (v2.4)
ii  python2.4-pypa 1.2.2-1        Python parsing module
ii  python2.4-yapp 1.4-5          Yet Another Parser Generator fo Python
-anarres:~> 

---------------------------------------
Received: (at 319617-done) by bugs.debian.org; 23 Jul 2005 17:11:54 +0000
>From [EMAIL PROTECTED] Sat Jul 23 10:11:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DwNXV-0004zF-00; Sat, 23 Jul 2005 10:11:53 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id TAA11039;
        Sat, 23 Jul 2005 19:11:51 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id EFA86F2B2;
        Sat, 23 Jul 2005 19:11:50 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 27402-09; Sat, 23 Jul 2005 19:11:49 +0200 (MEST) 11345
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP;
        Sat, 23 Jul 2005 19:11:49 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j6NHBnQ2002479;
        Sat, 23 Jul 2005 19:11:49 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 23 Jul 2005 19:11:49 +0200
To: Ian Jackson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#319617: python2.4 doesn't have pcre ?
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Removed upstream for python2.4, see
http://mail.python.org/pipermail/python-dev/2004-June/045150.html


Ian Jackson writes:
> Package: python2.4-yappy, python2.4
> Version: 1.4-5, 2.4.1-2
> 
> -anarres:Pic-ext-simple> python2.3
> Python 2.3.5 (#2, May 29 2005, 00:34:43) 
> [GCC 3.3.6 (Debian 1:3.3.6-5)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import yappy.parser
> >>> 
> -anarres:Pic-ext-simple> python2.3
> Python 2.3.5 (#2, May 29 2005, 00:34:43) 
> [GCC 3.3.6 (Debian 1:3.3.6-5)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pcre
> >>> 
> -anarres:Pic-ext-simple> python2.4
> Python 2.4.1 (#2, May  5 2005, 11:32:06) 
> [GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import yappy.parser
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/yappy/parser.py", line 38, in ?
>     import pcre, re, exceptions
> ImportError: No module named pcre
> >>> import pcre
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named pcre
> >>> 
> -anarres:Pic-ext-simple> 
> 
> -anarres:~> dpkg -l '*yappy*'


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to