Despite you can import Tkinter or tkFileDialog in a Modul8 module, you cannot use it (it throws an exception when instancing it). Why ?
I would like to save a module's preset in a file with tkFileDialog.asksaveasfile() ...
Thanx
Code: Select all
from Tkinter import *
root = Tk() #throw an exceptionCode: Select all
from Tkinter import *
root = Tk("foo", "bar")
Users browsing this forum: No registered users and 9 guests
Copyright 2017 © garageCube. All Rights Reserved. Powered by phpBB® Forum Software © phpBB Limited.