[module] cygwin directory browser

Mark Hadfield m.hadfield at niwa.co.nz
Tue Jan 22 21:08:15 EST 2002


"Anton Vredegoor" <anton at vredegoor.doge.nl> wrote in message
news:a2k0ed$lrd$1 at news.hccnet.nl...
> ...
> So maybe this works:
>
> Change line 29 in TreeWidget.py:
>     _icondir = os.path.join(os.path.dirname(__file__),
> ICONDIR).replace(' ','\ ')
>
> or else changing line 85 may work:
>       fullname = os.path.join(ICONDIR, file + ext).replace(' ','\ ')
>
> (watch out for the line wraps)
>
> Please let me know if one of these succeeds. Thanks for your feedback!

No, neither of these works. I think the problem is deeper, inside Tkinter.
I'll see if I can come up with a Tkinter-only test case that shows it.

---
Mark Hadfield
m.hadfield at niwa.co.nz  http://katipo.niwa.co.nz/~hadfield
National Institute for Water and Atmospheric Research







More information about the Python-list mailing list