Changes between Initial Version and Version 3 of Ticket #60175


Ignore:
Timestamp:
Mar 10, 2020, 2:01:07 PM (4 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60175

    • Property Keywords python libraries removed
    • Property Owner set to reneeotten
    • Property Status changed from new to assigned
    • Property Port py-matplotlib added; pyxx-matplotlib removed
  • Ticket #60175 – Description

    initial v3  
    11I have problems importing tkagg in a python program,
    22though it used to work (I ran the same python program in the past):
    3 
     3{{{
    44In [9]: matplotlib.__version__                                                 
    55Out[9]: '3.1.3'
     
    2525
    2626ImportError: cannot import name '_tkagg' from 'matplotlib.backends' (/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/matplotlib/backends/__init__.py)
     27}}}
    2728
    2829I searched the web but all similar problems were linked to Windows or Ubuntu. Tkinter was not installed in my latest Python versions so I added it and some people mention that I should uninstall matplotlib and reinstall it after having installed Tkinter but it did not help.