Skip to content
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

Import error QT4 backend with python3.2.3 #3028

Closed
huard opened this issue Apr 30, 2014 · 1 comment
Closed

Import error QT4 backend with python3.2.3 #3028

huard opened this issue Apr 30, 2014 · 1 comment

Comments

@huard
Copy link
Contributor

huard commented Apr 30, 2014

On current master, importing matplotlib using QT4Agg backend yields the following error:

File "/lib/python3.2/site-packages/matplotlib-1.4.x-py3.2-linux-x86_64.egg/matplotlib/backends/backend_qt4.py", line 374
    return u'+'.join(mods + [key])
              ^
SyntaxError: invalid syntax
@tacaswell tacaswell added this to the v1.4.0 milestone Apr 30, 2014
@tacaswell
Copy link
Member

Thanks for reporting this.

I wonder where that came from....I suspect this is my fault from a merge of 1 .3.x.

tacaswell added a commit to tacaswell/matplotlib that referenced this issue May 3, 2014
 - no longer needed due to import string literal
 - close matplotlib#3028
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants