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

'MemoryUseModule' object has no attribute 'heapy' #40

Open
glenbot opened this issue Aug 3, 2011 · 4 comments
Open

'MemoryUseModule' object has no attribute 'heapy' #40

glenbot opened this issue Aug 3, 2011 · 4 comments

Comments

@glenbot
Copy link

glenbot commented Aug 3, 2011

Trackeback

Environment:

Request Method: GET
Request URL: http://127.0.0.1:8000/

Django Version: 1.3
Python Version: 2.7.1
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.markup',
'codrspace',
'devserver']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')

Traceback:
File "/Users/glenbot/.virtualenv/codrspace_app/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response

  1.             response = middleware_method(request, response)
    
    File "/Users/glenbot/.virtualenv/codrspace_app/lib/python2.7/site-packages/devserver/middleware.py" in process_response
  2.     self.process_complete(request)
    
    File "/Users/glenbot/.virtualenv/codrspace_app/lib/python2.7/site-packages/devserver/middleware.py" in process_complete
  3.             mod.process_complete(request)
    
    File "/Users/glenbot/.virtualenv/codrspace_app/lib/python2.7/site-packages/devserver/modules/profile.py" in process_complete
  4.         h = self.heapy.heap()
    

Exception Type: AttributeError at /
Exception Value: 'MemoryUseModule' object has no attribute 'heapy'

@calvinchengx
Copy link

I ran into this problem too :-)

@eppsilon
Copy link

I also had this problem and had to disable that module.

@aht
Copy link

aht commented Sep 19, 2011

I believe the code for 'MemoryUseModule' has changed, could you guys reproduce with the HEAD version?

@glenbot
Copy link
Author

glenbot commented Sep 23, 2011

I installed it off master instead of using pip. Now im getting a whole different error when trying to launch the server. http://dpaste.com/hold/619627/

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

4 participants