Hello,
Is there a way to name a widget with a name that contains the file extension?
When I try to do this I get a "bad window path name" error, because tk uses "full stop" saparator to name its widgets and when the full stop (part of the extension of the file) occurs, the tk parser returns an error.
After the full stop the parser expects another widget, not the file extension.(I think...)
EXAMPLE:
.filename.txt
Sorry for my bad english!
Any suggestion is much appreciated.
Paolo
Is there a way to name a widget with a name that contains the file extension?
When I try to do this I get a "bad window path name" error, because tk uses "full stop" saparator to name its widgets and when the full stop (part of the extension of the file) occurs, the tk parser returns an error.
After the full stop the parser expects another widget, not the file extension.(I think...)
EXAMPLE:
.filename.txt
Sorry for my bad english!
Any suggestion is much appreciated.
Paolo