I found types.py in python3.4 but it does not supply IntType
a.py:
import sys
print (sys.path)
from types import IntType
alex@alex-GA-78LMT-USB3:~/Desktop/py$ python3.4 a.py
['/home/alex/Desktop/py', '/usr/lib/python3.4', '/usr/lib/python3.4/plat-i386-linux-gnu', '/usr/lib/python3.4/lib-dynload',
'/usr/local/lib/python3.4/dist-packages', '/usr/lib/python3/dist-packages']...
User Profile
Collapse
-
No types.py in Python3.4
Now I have changed my mind and trying ptkgb.py,
as python3.4 ptkgb.py in Terminal
No 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 -
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
No activity results to display
Show More
Leave a comment: