Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32960
| Date | 2012-11-08 11:33 -0500 |
|---|---|
| From | Dave Angel <d@davea.name> |
| Subject | Re: error |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3448.1352392459.27098.python-list@python.org> (permalink) |
On 11/08/2012 08: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.. > You want us to keep guessing? And without supplying any new information? There's no such thing as a yml image in Python, though there might be some library that supports such a thing with some class structure. And you just might have downloaded it from the http://www.ymlgroup.com/obscurehiddenlocation/downloads site, and imported it using from notzanzibar import DataType. Then you'd have instantiated it in some code like data = DataType(filename) and then the type of data would be notzanzibar.DataType and the docs would be probably available somewhere on www.invalid.com/docs The only new guess: A 3D image would presumably have 3 subscripts, and you're only supplying two. If you want help, be explicit: 1) what version of CPython are you using, and on what OS? 2) what web site did you download some extra library from ? 3) what import statement did you use ? 4) How are all those global variables initialized ? 5) What command did you use to start the script ? Did you run it from command.com, or from some IDE ? 5) Exactly what error message did you get, including the traceback ? 6) What have you done to try to figure out your own error? -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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