[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app
I just compiled/installed psutil from source and it installs without problems, but it still doesn't work in HTPC-Manager.

Here is the install log, maybe this can give som hints about if stats.py needs to be updated to work on OS X:
Code:
python setup.py install
running install
running bdist_egg
running egg_info
writing psutil.egg-info/PKG-INFO
writing top-level names to psutil.egg-info/top_level.txt
writing dependency_links to psutil.egg-info/dependency_links.txt
reading manifest file 'psutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'docs/_build'
writing manifest file 'psutil.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.9-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-2.7
creating build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_common.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_compat.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_psosx.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_psposix.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
copying psutil/_pswindows.py -> build/lib.macosx-10.9-x86_64-2.7/psutil
running build_ext
building '_psutil_osx' extension
creating build/temp.macosx-10.9-x86_64-2.7
creating build/temp.macosx-10.9-x86_64-2.7/psutil
creating build/temp.macosx-10.9-x86_64-2.7/psutil/arch
creating build/temp.macosx-10.9-x86_64-2.7/psutil/arch/osx
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_osx.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_osx.o
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_common.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_common.o
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/arch/osx/process_info.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/arch/osx/process_info.o
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_osx.o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_common.o build/temp.macosx-10.9-x86_64-2.7/psutil/arch/osx/process_info.o -o build/lib.macosx-10.9-x86_64-2.7/_psutil_osx.so -framework CoreFoundation -framework IOKit
building '_psutil_posix' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_posix.o
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.macosx-10.9-x86_64-2.7/_psutil_posix.so
creating build/bdist.macosx-10.9-x86_64
creating build/bdist.macosx-10.9-x86_64/egg
copying build/lib.macosx-10.9-x86_64-2.7/_psutil_osx.so -> build/bdist.macosx-10.9-x86_64/egg
copying build/lib.macosx-10.9-x86_64-2.7/_psutil_posix.so -> build/bdist.macosx-10.9-x86_64/egg
creating build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_common.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_compat.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_psbsd.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_pslinux.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_psosx.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_psposix.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_pssunos.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
copying build/lib.macosx-10.9-x86_64-2.7/psutil/_pswindows.py -> build/bdist.macosx-10.9-x86_64/egg/psutil
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_common.py to _common.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_compat.py to _compat.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_psbsd.py to _psbsd.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_pslinux.py to _pslinux.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_psosx.py to _psosx.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_psposix.py to _psposix.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_pssunos.py to _pssunos.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/psutil/_pswindows.py to _pswindows.pyc
creating stub loader for _psutil_osx.so
creating stub loader for _psutil_posix.so
byte-compiling build/bdist.macosx-10.9-x86_64/egg/_psutil_osx.py to _psutil_osx.pyc
byte-compiling build/bdist.macosx-10.9-x86_64/egg/_psutil_posix.py to _psutil_posix.pyc
creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying psutil.egg-info/PKG-INFO -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying psutil.egg-info/SOURCES.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying psutil.egg-info/dependency_links.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
copying psutil.egg-info/top_level.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
writing build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/psutil-2.1.1-py2.7-macosx-10.9-x86_64.egg' and adding 'build/bdist.macosx-10.9-x86_64/egg' to it
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing psutil-2.1.1-py2.7-macosx-10.9-x86_64.egg
Copying psutil-2.1.1-py2.7-macosx-10.9-x86_64.egg to /usr/local/lib/python2.7/site-packages
Adding psutil 2.1.1 to easy-install.pth file

Installed /usr/local/lib/python2.7/site-packages/psutil-2.1.1-py2.7-macosx-10.9-x86_64.egg
Processing dependencies for psutil==2.1.1
Finished processing dependencies for psutil==2.1.1
Reply


Messages In This Thread
RE: [WIP] HTPC-Manager - by _Mikie_ - 2012-03-23, 16:03
RE: [WIP] HTPC-Manager - by dakpunne - 2012-03-23, 16:20
RE: [WIP] HTPC-Manager - by Capt.Insano - 2012-03-23, 20:10
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-23, 20:42
RE: [WIP] HTPC-Manager - by ICDeadPpl - 2012-03-23, 21:40
RE: [WIP] HTPC-Manager - by Chromdome93 - 2012-03-24, 00:15
RE: [WIP] HTPC-Manager - by UnderCoverUZI - 2012-03-24, 00:56
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 14:14
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 15:25
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 15:29
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 15:40
RE: [WIP] HTPC-Manager - by ICDeadPpl - 2012-03-24, 15:51
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 16:04
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 17:29
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-24, 17:42
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 18:27
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 19:10
RE: [WIP] HTPC-Manager - by Phantisy - 2012-03-24, 18:35
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 18:40
Re: [WIP] HTPC-Manager - by rflores2323 - 2012-03-24, 18:50
RE: [WIP] HTPC-Manager - by ICDeadPpl - 2012-03-24, 21:01
RE: [WIP] HTPC-Manager - by dakpunne - 2012-03-24, 21:20
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 21:18
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-24, 21:24
RE: [WIP] HTPC-Manager - by paavoris - 2012-03-24, 22:00
RE: [WIP] HTPC-Manager - by sb206 - 2012-03-24, 22:03
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-24, 22:10
RE: [WIP] HTPC-Manager - by _Mikie_ - 2012-03-24, 22:48
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 23:31
RE: [WIP] HTPC-Manager - by Livin - 2012-03-24, 23:54
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 00:18
RE: [WIP] HTPC-Manager - by Livin - 2012-03-25, 00:44
RE: [WIP] HTPC-Manager - by karandras24 - 2012-03-25, 00:45
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 01:19
RE: [WIP] HTPC-Manager - by Livin - 2012-03-25, 01:50
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 02:05
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-25, 14:14
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-25, 14:16
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 14:34
RE: [WIP] HTPC-Manager - by shlag - 2012-03-25, 16:45
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 19:49
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-25, 20:22
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-25, 21:24
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-26, 07:00
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-25, 21:26
RE: [WIP] HTPC-Manager - by shlag - 2012-03-25, 21:41
HTPC Manager Install - by menage - 2013-07-24, 15:27
RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - by Ayla - 2014-05-26, 16:00
stats for remote pc - by dannyb78 - 2014-07-11, 13:22
Logout Mark Read Team Forum Stats Members Help
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app7