Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32961

Re: error

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <malaclypse2@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.037
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'debug': 0.05; 'debugging': 0.05; 'pixels': 0.09; 'subject:error': 0.11; 'jerry': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'trying': 0.21; 'example': 0.23; 'to:2**1': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'easiest': 0.27; 'message-id:@mail.gmail.com': 0.27; 'decide': 0.28; 'trouble': 0.28; 'class': 0.29; 'code': 0.31; 'help,': 0.32; 'received:209.85.160.46': 0.32; 'problem': 0.33; 'to:addr:python- list': 0.33; 'program,': 0.34; 'received:google.com': 0.34; 'self': 0.34; 'list': 0.35; 'nov': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'enough': 0.36; 'turn': 0.36; 'why': 0.37; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'you.': 0.61; 'provide': 0.62; 'information': 0.63; 'more': 0.63; 'demonstrates': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aD/u97jxCRoHJA1mrDl4xJuCTvo4D7vSa9Ye7a+2Kq8=; b=iiqkGh/hjwx9Wdy60waVFdgGwf/jW5jAybzq32UIH9+HRUuwsmtxi9WL6tBIzGMSiJ FRBcEuLXGQfthgJQajove54SGWkbwdqfpLMuywcZS95NgDp9OK5UU/1Sj4R/3row2IrX 16dyyCEfe/YEoKkvL54CyDoF4uqtiDqHuoGPb/w40+jj+7VDhjrkAxeOaiZfW1vKXmlF N2a1CbtSWdfhKBi/CY8B6nBDUJINH00oW0hnVLBfJsiD5vHBPhr6vjXX3jdgVlmSa5v1 RJAId9NC745Q/FY8lQ1Y7gRGPreddGnY39kaIo8amPNidbVT1dnKol3iKHxAGwA+NE1o 2sBA==
MIME-Version 1.0
In-Reply-To <CAFqGZRE9O0qOZ5=KTBwcXUq3e7NCh1cvpTjfRRQ1EweLV=g2Cg@mail.gmail.com>
References <CAFqGZRFPVdtXvEV0xMEDXG=7KCtKyNwd4Vq6VvDk3CPwW1n5fA@mail.gmail.com> <mailman.3320.1352207175.27098.python-list@python.org> <78f26f00-2c91-47b3-aef0-3eaeb8ae6f91@u4g2000pbo.googlegroups.com> <CAFqGZRE9O0qOZ5=KTBwcXUq3e7NCh1cvpTjfRRQ1EweLV=g2Cg@mail.gmail.com>
Date Thu, 8 Nov 2012 11:41:22 -0500
Subject Re: error
From Jerry Hill <malaclypse2@gmail.com>
To inshu chauhan <insideshoes@gmail.com>, python-list@python.org
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3450.1352392886.27098.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1352392886 news.xs4all.nl 6847 [2001:888:2000:d::a6]:51555
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:32961

Show key headers only | View raw


On Thu, Nov 8, 2012 at 8:47 AM, inshu chauhan <insideshoes@gmail.com> wrote:
> Actually data is neither a zanzibar nor a class nor a list.. its a yml
> image. with pixels
> I am trying to access pixels of a 3D image through this programme..

When you're having trouble debugging a program, and decide to turn to
a mailing list for help, it can be hard to know what information
people are going to need to help you. The easiest way to know that
people have enough information to help debug your program is to
provide a short, self contained, example of your code that
demonstrates the problem that you're having.

See http://sscce.org/ for more on why it's helpful, and how to turn a
long program into sample code that will let us help you.

-- 
Jerry

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: error Dave Angel <d@davea.name> - 2012-11-06 08:05 -0500
  Re: error woooee <woooee@gmail.com> - 2012-11-06 11:59 -0800
    Re: error Dave Angel <d@davea.name> - 2012-11-08 11:33 -0500
    Re: error Jerry Hill <malaclypse2@gmail.com> - 2012-11-08 11:41 -0500
    Re: error inshu chauhan <insideshoes@gmail.com> - 2012-11-09 11:53 +0100
    Re: error inshu chauhan <insideshoes@gmail.com> - 2012-11-09 12:47 +0100
    Re: error inshu chauhan <insideshoes@gmail.com> - 2012-11-09 14:59 +0100
    Re: error inshu chauhan <insideshoes@gmail.com> - 2012-11-09 15:08 +0100
    Re: error Dave Angel <d@davea.name> - 2012-11-12 10:04 -0500

csiph-web