In article 
<[email protected]>,
 hari jayaram <[email protected]> wrote:
> I have gone ahead and installed python.org python 2.6 to the
> intel-leopard laptop and with dependencies for the app i.e wx
> (wxpython 2.8.10) , reportlab and pyyaml  and the subversion build of
> py2app. The app works fine with this python 2.6
> 
> I am using the setup.py pasted below.
> 
> I can build an app using a simple setup.py. The app however does not
> launch on my machine and instead reports the following error
> 
> "ImportError:'/Library/Frameworks/Python.Framework/Versions/2.6/lib/python2.6/
> -lib-dynload/wx/_core_.so'
>  not found

I am not a wx user so I should probably stop at this point before I lead 
you astray.  Perhaps the resident wx/py2app expert here (hi, Chris) will 
chime in.  There also seems to be a wxpython-mac mailing list on google 
groups.  That said, I notice that the current wxpython installer dmg 
installs wxpython into /usr/local/lib and puts a wxredirect.pth into 
python's site-packages library; I don't know whether py2app is smart 
enough to handle that without a recipe.

Good luck!

-- 
 Ned Deily,
 [email protected]

_______________________________________________
Pythonmac-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to