Tkinter Bitmap Newbie question
Diez B. Roggisch
deetsNOSPAM at web.de
Sat Mar 12 10:01:35 EST 2005
More information about the Python-list mailing list
Sat Mar 12 10:01:35 EST 2005
- Previous message (by thread): About Databases...
- Next message (by thread): Tkinter Bitmap Newbie question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Posting the same question three times is unecessary and is likely to upset people! > TclError: error reading bitmap file "\test.xbm" This is no valid path name - nor is "@/test.xbm", at least to my knowledge. What happens if you supply the full path like this: path = "C:\\somedir\\test.xbm" -- Regards, Diez B. Roggisch
- Previous message (by thread): About Databases...
- Next message (by thread): Tkinter Bitmap Newbie question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list