ImportError: No module named '_tk3draw'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aagorobets
    New Member
    • May 2016
    • 3

    ImportError: No module named '_tk3draw'

    Where could I take _tk3draw.py?

    I tried to load Python3.4 and tkinter, wckTkinter, where _tk3draw is absent

    Now I have changed my mind and trying ptkgb.py
    Not all is good. Python3.4 does not have types.py, which is in Python2.7

    ?? How I could take types.py from Python2.7, because I want to be with latest version of Python.

    Help please

    Alex
    Last edited by aagorobets; May 29 '16, 06:58 AM. Reason: has gone to another Tkinter package
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    Python 3.X has builtin types https://docs.python.org/3/library/stdtypes.html You either installed Python 3 incorrectly, somehow deleted the file, or have another program file named types.py, as no one else using Python 3.X has reported this problem. Also please help us by posting what you have done to debug this problem, i.s. have you done something as simple as a search for types.py on your computer to be sure that it is not there.

    Comment

    Working...