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

OSX 10.11.1 psutil #9

Closed
ghost opened this issue Dec 15, 2015 · 1 comment
Closed

OSX 10.11.1 psutil #9

ghost opened this issue Dec 15, 2015 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Dec 15, 2015

core/Settings.py line 111
-- retval = psutil.phymem_usage().total (depreciated in my psutil package?)
++ retval = psutil.virtual_memory().total (works)

https://mail.python.org/pipermail/python-announce-list/2012-August/009575.html

stamparm added a commit that referenced this issue Dec 15, 2015
@stamparm
Copy link
Owner

@Jogyn thx :)

@stamparm stamparm self-assigned this Dec 15, 2015
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

1 participant