Your message dated Sun, 16 Jan 2005 10:46:35 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#284817: tutorial/basics.py: say how to start the tutorial 
from the shell prompt
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; 8 Dec 2004 23:16:30 +0000
>From [EMAIL PROTECTED] Wed Dec 08 15:16:30 2004
Return-path: <[EMAIL PROTECTED]>
Received: from frodo.hserus.net [204.74.68.40] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CcB2s-00079S-00; Wed, 08 Dec 2004 15:16:30 -0800
Received: from [219.69.72.86] (port=32784 helo=jidanni1)
        by frodo.hserus.net with esmtpsa 
        (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0)
        id 1CcB2r-0003gK-BZ by authid <jidanni> with plain
        for <[EMAIL PROTECTED]>; Thu, 09 Dec 2004 04:46:30 +0530
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dan Jacobson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
X-Debbugs-No-Ack: please
Subject: tutorial/basics.py: say how to start the tutorial from the shell prompt
X-Mailer: reportbug 3.1
Date: Wed, 08 Dec 2004 08:51:56 +0800
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-10.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24,
        HAS_PACKAGE,X_DEBBUGS_NO_ACK autolearn=ham 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: python-pygresql
Version: 1:3.5-3
Severity: minor
File: /usr/share/doc/python-pygresql/tutorial/basics.py

> In order to run the samples included here, first create a connection
> using :                        cnx = basics.DB(...)

$ cnx = basics.DB
bash: cnx: command not found

Say how to start the tutorial from the very beginning, for very beginners.
Also mention how in /usr/share/doc/python-pygresql/README.gz .

---------------------------------------
Received: (at 284817-done) by bugs.debian.org; 16 Jan 2005 09:46:41 +0000
>From [EMAIL PROTECTED] Sun Jan 16 01:46:40 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.35 1 (Debian))
        id 1Cq6zY-0003wb-00; Sun, 16 Jan 2005 01:46:40 -0800
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 KAA08313;
        Sun, 16 Jan 2005 10:46:37 +0100 (MET)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 785D7F216;
        Sun, 16 Jan 2005 10:46:37 +0100 (MET)
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 20371-08; Sun, 16 Jan 2005 10:46:36 +0100 (MET)
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;
        Sun, 16 Jan 2005 10:46:36 +0100 (MET)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j0G9kaLr015356;
        Sun, 16 Jan 2005 10:46:36 +0100 (MET)
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: Sun, 16 Jan 2005 10:46:35 +0100
To: Dan Jacobson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#284817: tutorial/basics.py: say how to start the tutorial from 
the shell prompt
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" 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-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
X-Spam-Level: 

Dan Jacobson writes:
> Package: python-pygresql
> Version: 1:3.5-3
> Severity: minor
> File: /usr/share/doc/python-pygresql/tutorial/basics.py
> 
> > In order to run the samples included here, first create a connection
> > using :                        cnx = basics.DB(...)
> 
> $ cnx = basics.DB
> bash: cnx: command not found
> 
> Say how to start the tutorial from the very beginning, for very beginners.
> Also mention how in /usr/share/doc/python-pygresql/README.gz .

You did cut away the one sentence:

  This module is designed for being imported from python prompt

I don't think a README for very beginners is suitable for an extension
module. Go read the good python documentation (tutorial) or the
diveintopython book first.


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

Reply via email to