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: 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: References: <78f26f00-2c91-47b3-aef0-3eaeb8ae6f91@u4g2000pbo.googlegroups.com> Date: Thu, 8 Nov 2012 11:41:22 -0500 Subject: Re: error From: Jerry Hill To: inshu chauhan , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Thu, Nov 8, 2012 at 8:47 AM, inshu chauhan 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