https://bugs.gpodder.org/show_bug.cgi?id=1665
--- Comment #27 from Temporal <[email protected]> 2012-09-17 21:07:21 BST --- (In reply to comment #26) > Hi, I'm sorry for taking so long to answer. > > I did this: > > 1: Added > import cgi > > 2: Did what Andreas Piask suggested: > try: > from urlparse import parse_qs > except ImportError: > from cgi import parse_qs > > 3: had to dirty change gppoder.ui.harmattan for False (I tried to copy the new > __init__.py as it was but then other problems came... I could've put it there > but I figured better to change just one file...) > > > And now it is working as new!!! > > Sorry for anything and thank you!!! oops: there is a step 3.1, Added: urlparse.parse_qs=parse_qs -- 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
