https://bugs.gpodder.org/show_bug.cgi?id=1710
--- Comment #6 from Thomas Perl <[email protected]> 2012-11-09 07:41:21 GMT --- (In reply to comment #5) > If I change "gpo" to just the following it still crashes, I believe that > should > eliminate pyreadline as a possible cause. > > #!/usr/bin/env python > # -*- coding: utf-8 -*- > > import ctypes > import ctypes.util > msvcrt = ctypes.cdll.LoadLibrary(ctypes.util.find_msvcrt()) This could be a problem with mixing different C runtimes then (that's also what the original warning is about). I'd assume that either you always get the R6034 error when you have pyreadline in use, or that when you uninstall pyreadline and you didn't have that error before, it might go away. -- 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
