[issue9404] IDLE won't launch on XP

Chris Leaf report at bugs.python.org
Thu Jul 29 19:14:18 CEST 2010


Chris Leaf <xcyborgninja at gmail.com> added the comment:

I solved the problem myself by editing the EditorWindow.py file where it sets self.recent_files_path by setting it to a different file location (I created a file in my Python31 directory named recent-files.lst and then set the recent_files_path to the absolute path to this file I made). This seems to be working so far and works like a complete work around the .idlerc folder issue. Will report if this doesn't work out later

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9404>
_______________________________________


More information about the Python-bugs-list mailing list