python - Error in cx_freeze Build -


i using cx_freeze bundle app. have 2 questions.

1) using osx mountain lion - /build/exe.macosx-10.8-x86_64-2.7 have - contain executables windows, linux - , if so, in list can find it? original script cpu.py. dir contains lot of ".so" files , 1 "cpu" file.

2) when try "cpu" list above, output. 'psutil' python module required script - cpu.py.

desktop/build/exe.macosx-10.8-x86_64-2.7/cpu ; exit; traceback (most recent call last): file "/usr/local/lib/python2.7/site-packages/cx_freeze/initscripts/console.py", line 27, in    <module> exec code in m.__dict__ file "cpu.py", line 6, in <module> file "/usr/local/lib/python2.7/site-packages/psutil/__init__.py", line 102, in <module> import psutil._psosx _psplatform file "/usr/local/lib/python2.7/site-packages/psutil/_psosx.py", line 14, in <module> import _psutil_osx file "build/bdist.macosx-10.8-x86_64/egg/_psutil_osx.py", line 7, in <module> file "build/bdist.macosx-10.8-x86_64/egg/_psutil_osx.py", line 4, in __bootstrap__ file "build/bdist.macosx-10.8-x86_64/egg/pkg_resources.py", line 945, in resource_filename file "build/bdist.macosx-10.8-x86_64/egg/pkg_resources.py", line 1626, in get_resource_filename notimplementederror: resource_filename() supported .egg, not .zip logout 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -