Opened 14 years ago
Last modified 14 years ago
#15737 closed Bug
Importing hotshot.stats fails — at Initial Version
Reported by: | Adam Nelson | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Trying to import hotshot.stats from Python fails while using the Django shell fails.
(example-env)Adam-Nelsons-MacBook-Pro:example adam$ ./manage.py shell Python 2.7.1 (r271:86832, Mar 23 2011, 10:01:47) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> import hotshot.stats Traceback (most recent call last): File "<console>", line 1, in <module> File "/usr/local/Cellar/python/2.7.1/lib/python2.7/hotshot/stats.py", line 74, in <module> class Profile(profile.Profile): AttributeError: 'module' object has no attribute 'Profile' >>> (example-env)Adam-Nelsons-MacBook-Pro:example adam$ python Python 2.7.1 (r271:86832, Mar 23 2011, 10:01:47) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import hotshot.stats >>>
Note:
See TracTickets
for help on using tickets.