pyplot and tkFileDialog problem · Issue #244 · matplotlib/matplotlib · GitHub
Skip to content

pyplot and tkFileDialog problem #244

Description

@ddale

Original report at SourceForge, opened Tue Nov 18 08:19:56 2008

Hi,

I am struggling having tkFileDialog and pyplot modules working together.

Here is a sample code that reproduce the problem:

import tkFileDialog as FD
import matplotlib.pyplot as plt
FD.askopenfile()

And no files are displayed in the dialog box but the mouse icon indicates it is busy. If I do not import pyplot, no problem at all :-(
I am working on Ubuntu 8.04, python 2.5, matplotlib 0.91.2

Any ideas?

JP

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions