Newbie completely confused

2007-09-21 Thread Jeroen Hegeman
something up but I'm really lost as to where. Any help would be appreciated. The original problem showed up using Python 2.4.3 under linux (Fedora Core 1). Python 2.3.5 on OS X 10.4.10 (PPC) appears not to show this issue(?). Thanks, Jeroen P.S. Any ideas on optimising the input to the c

Re: Newbie completely confused

2007-09-24 Thread Jeroen Hegeman
ome_number lines, and keeps track of the line offset in the file. I kept this structure hoping that someone would point out something obvious like some internal buffer going out of scope or whatever. All right, thanks for the tips. I guess the issue itself is still open, though. Cheers, Jeroen Jeroen Hegeman jeroen DOT hegeman AT gmail DOT com WARNING: This message may contain classified information. Immediately burn this message after reading. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie completely confused

2007-09-24 Thread Jeroen Hegeman
e using the latest version... In case you're wondering, 2.5.1 is not _really_ that wide-spread as most of the older versions. > For handling the bit extraction stuff, either [snip] > (b) do a loop over the bit positions Now that sounds more useful. I'll give that a try. Thanks, Je