Bryan Fodness wrote:
> Thanks again,

The problem is that parseSequence gets the length of the block, then, in 
effect, skips to the next block. That bypasses the sub-sequences you want.

parseSquence needs to examine the block for the sub-blocks beginning 
with \n0\x84\x00. This will probably require another while loop.

Do you use a debugger? It has been very helpful to me in tracking down 
the problem. What operating system are you running? What IDE or 
development tool are you using?

[snip]

-- 
Bob Gailer
919-636-4239 Chapel Hill, NC

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to