https://bugs.gpodder.org/show_bug.cgi?id=601
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Thomas Perl <[email protected]> 2009-10-21 09:20:33 BST --- (In reply to comment #2) > After changing the "home" variable in __init__.py to "os.path.join('.', > '.gpodder')", gPodder works (I wanted gPodder to run in a portable manner > anyway, so this works out well for me). I wonder if Python has an issue with > the ~ in Windows 7? Thanks for the comment! Can you please try the following in a Python shell on Windows 7: >>> import os.path >>> os.path.expanduser('~') If it works, you should get the path to your home directory. Tell me if this is different from your real home directory. For me on Linux, it gives '/home/thp'. -- 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
