Created
August 5, 2010 00:05
-
-
Save batok/509004 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "basic_test.py", line 2, in <module> | |
from repoze.profile.profiler import AccumulatingProfileMiddleware | |
File "/Users/director/dev/virtual/profile_flask/lib/python2.7/site-packages/repoze/profile/profiler.py", line 26, in <module> | |
import meld3 | |
File "/Users/director/dev/virtual/profile_flask/lib/python2.7/site-packages/meld3/__init__.py", line 2, in <module> | |
from meld3 import parse_xml | |
File "/Users/director/dev/virtual/profile_flask/lib/python2.7/site-packages/meld3/meld3.py", line 27, in <module> | |
from xml.etree.ElementTree import fixtag | |
ImportError: cannot import name fixtag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment