Hi all, I'm surely not the first one who was trapping into the '__builtin__.open vs. os.open' problem. Question: is it possible to rename the __builtin__.open call to __builtin__.fopen because it does really a fopen library call?? Or does it break something ?? Regards Armin