From: Bruce S. <Bru...@nc...> - 2004-08-15 23:51:16
|
Martin Costabel wrote: > Bruce Sherwood wrote: > >> You apparently have packaged the VPython version of the IDLE >> configuration file Libs/idlelib/config-main.def, since IDLE lists >> "Visual" on its help menu. The file contains this entry: >> >> [HelpFiles] >> 1 = Visual;C:\Python23\Lib\site-packages\visual\docs\index.html > > Hmm, my copy of this file does not contain a Visual entry nor such a > DOSish path. Are you sure you didn't modify this yourself? > I didn't think I did this, as I wiped out all of /sw and started fresh. Not only did I see Visual on the help menu, but IDLE was also configured in VPython style to start in the editor rather than the shell, and auto-save was specified, neither of which are the defaults that come with Python. Nevertheless, if your copy of the configuration file didn't have these features, I must have somehow installed a different configuration file from somewhere. Bruce Sherwood |