python recipe showing error
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
I have built a small python code recipe and trying to validate it but it's showing an error : "No module named Tkinter "
Actually Tkinter module is required to run even a blank recipe having only auto - generated code but i don't know how to install it ???
plz help..
Actually Tkinter module is required to run even a blank recipe having only auto - generated code but i don't know how to install it ???
plz help..
Answers
-
Can you please elaborate why are you trying to use Tkinter module? It is used to create GUI for desktop applications and in context of Dataiku python recipe, using Tkinter makes little sense.
-
Hi, What's syntax that included in TKinter? Because i'm building python recipe in DSS free version , and always error like this "
Job failed : Error in Python process: : No module named Tkinter"
Thanks