https://bugs.gpodder.org/show_bug.cgi?id=672
--- Comment #4 from Thomas Perl <[email protected]> 2009-11-15 19:54:14 GMT --- (In reply to comment #3) > Yes it is. I had already tried to download the patched pymtp.py but I forgot > to > delete the pymtp.pyc file... Now it works again like a charm. > One more thing: I don't have the .pyc file anymore. How do I get it back? I > think it is a byte-compiled version of the .py file, right? Yes, it's a byte-compiled version of the .py file, and so is not really important. It's created by Python when you import the module (given that you have write permissions in the given directory). http://pyfaq.infogami.com/how-do-i-create-a-pyc-file Oliver: You should be able to fix your problem with the workaround in bug 307 too, right? If so, I'll mark this bug as duplicate of 307. If not, please tell me, so we can investigate further. Thanks :) -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
