[Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

Nathan nathan.stocks at gmail.com
Sun Mar 9 02:48:19 CET 2008


On Fri, Mar 7, 2008 at 10:03 PM, Lukáš 'Spike' Polívka
<lukas.polivka at gmail.com> wrote:
>  No luck, for some reason. What path do you suggest I should put there,
>  if QtCore.so is placed in
>  Jabbim.app/Contents/Resources/lib/python2.5/lib-dynload/PyQt4/?
>
>  This is error log from Console:
>
> ImportError: '/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/PyQt4/QtCore.so'
>  not found

Hmm.  My missing stuff was pure python packages.  I don't know if
shared libraries are treated the same or not.  If that were a python
package, I would do
sys.path.insert(0,'../Resources/lib/python2.5/lib-dynload/')

~ Nathan


More information about the Pythonmac-SIG mailing list