[Tutor] How to wrap ctype functions

2010-03-03 Thread Jan Jansen
Hi there, I wonder what's the best way to wrap given function calls (in this case ctype function calls but more generally built-in functions and those kinds). I have a huge c library and almost all functions return an error code. The library also contains a function, that returns the corresponding

[Tutor] reading binary file on windows and linux

2010-05-09 Thread Jan Jansen
Hello, I've got some trouble reading binary files with struct.unpack on windows. According to the documentation of the binary file's content, at the beginning there're some simple bytes (labeled as 'UChar: 8-bit unsigned byte'). Within those bytes there's a sequence to check the file's sanity. The

[Tutor] Design Question: File Object used everywhere

2010-05-13 Thread Jan Jansen
Hi there, I'm working on a code to read and write large amounts of binary data according to a given specification. In the specification there are a lot of "segments" defined. The segments in turn have defintions of datatypes and what they represent, how many of some of the data values are pres

Re: [Tutor] video watermark

2010-06-04 Thread Jan Jansen
Am 04.06.2010 09:21, schrieb Igor Nemilentsev: Hi everyone. Can someone suggest a python module so that it would be able to do a video processing and adding watermark in video? Once I had to blur the part of the viewing area of a screencast which showed some confident CAD model. First, I ex

Re: [Tutor] Multiple inheritance for mixin attributes

2010-08-16 Thread Jan Jansen
Thanks a lot, your explanations are very helpful getting a better (right) understanding about the ideas behind inheritance. Cheers, Jan ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman