[Pythonmac-SIG] py2app failed to pack codes with wxPython

Brendan Simon (eTRIX) Brendan.Simon at eTRIX.com.au
Sat Jul 4 02:30:29 CEST 2009


pythonmac-sig-request at python.org wrote:
> Subject:
> [Pythonmac-SIG] py2app failed to pack codes with wxPython
> From:
> "Lance Chou" <LChou at PLXTech.com>
> Date:
> Thu, 2 Jul 2009 23:45:04 -0700
>
>
> Hi All,
>
>  
>
>   Recently, I have been trying to pack my application on Mac OS X. The
> application is written in Python and wxPython for its UI.
>
> I pack it by following the tutorial shown on the py2app website. The
> packing is successful but encountes exception while running it.
>
> According to the exception messages, it shows the application cannot
> find the library “wx.lib.platebtn”. It reminds me of when I ran my
> application on Mac OS X with python interpretor, the python
> interpretor also complaint about missing library “wx.lib.platebtn”.
> After I re-installed wxPython, it can be run successfully.
>
>   When I pack my application on Mac OS X, the problem comes again. I’m
> wondering if there’s any solution that I could tell py2app to include
> the library in when packing it.
>
>  
>
>   Any comments or helps are appreciative.
>

It's not installed as an egg is it ???  Py2App doesn't deal with eggs yet.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Brendan_Simon.vcf
Type: text/x-vcard
Size: 279 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090704/a5734f0e/attachment.vcf>


More information about the Pythonmac-SIG mailing list