python recipe showing error

UserBird
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..
Tagged:

Answers

  • ankitmahato
    ankitmahato Registered Posts: 11 ✭✭✭✭
    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.
  • AmeliaCh
    AmeliaCh Registered Posts: 1 ✭✭✭✭
    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
Setup Info
    Tags
      Help me…