Skip to content

pyplot and tkFileDialog problem #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ddale opened this issue Jun 20, 2011 · 1 comment
Closed

pyplot and tkFileDialog problem #244

ddale opened this issue Jun 20, 2011 · 1 comment

Comments

@ddale
Copy link
Contributor

ddale commented Jun 20, 2011

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

@pelson
Copy link
Member

pelson commented Jun 18, 2012

Works for me on Ubuntu 12.04, python 2.7 on matplotlib master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants