From: Bruce S. <bas...@un...> - 2003-08-26 18:15:57
|
Thanks to Mir Adnan Ali for reporting a bug with searches in the old IDLE for VPython. Though this is now superceded by the standard IDLE that accompanies Python 2.3, for the benefit of users of the older IDLE for VPython there is a new zip file posted in the section of the download page called "Files useful on all platforms". Mir Adnan ALI wrote: > hi, > > in SearchDialogBase.py, replace 'col=' with 'column=' and search > (ctrl-s) works in the vpython version of idle, otherwise i get errors, > using debian python 2.2.3-3 and tk8.3.5-3. > > the lines changed are 52, 54, and 60 in > "visual/idle_VPython/SearchDialogBase.py". > > -adnan. > |