[Pythonmac-SIG] newbie bundlebuilder question

Michael Tuminello mt at motiontek.com
Tue Mar 30 15:09:58 EST 2004


hey - that was enough to get me there.  it runs! thanks!

working on this, in case anyone is looking for an extra project...  :-)
www.sourceforge.net/projects/sepy

Michael

On Mar 30, 2004, at 2:03 PM, Kevin Ollivier wrote:

> Hi,
>
> There's also another tutorial on BundleBuilder here, and this one has 
> an example of how to wrap a wxPython application near the end of it:
>
> http://www.python.org/cgi-bin/moinmoin/BundleBuilder
>
> (Note specifically the libs section at the bottom, as currently you 
> have to add the wxPython libs to the bundle manually.)
>
> Thanks,
>
> Kevin
>
> On Mar 30, 2004, at 10:54 AM, Bob Ippolito wrote:
>
>> Either start it up from the command-line or look in Console.  
>> Presumably it will fail with some traceback that tells you what is 
>> missing.  Have you read the bundlebuilder tutorial on the wiki ( 
>> http://pythonmac.org/wiki/BundleBuilder )?
>>
>> On Mar 30, 2004, at 1:43 PM, Michael Tuminello wrote:
>>
>>> yeah, it doesn't work.  :-)
>>>
>>> where do I start investigating why it isn't working? when you fire 
>>> up a bundled app, is there some way to find out how it's failing?  a 
>>> log or somethng? it appears to start (zoom-rects on double-click), 
>>> but does nothing.  bundling as semistandalone causes it to get 
>>> slightly further (briefly shows up as an active app)
>>>
>>> thanks -
>>>
>>> Michael
>>>
>>> On Mar 30, 2004, at 1:42 PM, Bob Ippolito wrote:
>>>
>>>>
>>>> These are warnings, not errors.  A lot of the modules listed don't 
>>>> even apply to the mac, and it tries to find them because the code 
>>>> you are doing references them directly or indirectly (probably in 
>>>> platform checks).  Just ignore them, and ask questions when/if the 
>>>> app bundle doesn't work.
>>>>
>>>> -bob
>>>>
>>>
>>
>>
>> _______________________________________________
>> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
>> http://mail.python.org/mailman/listinfo/pythonmac-sig
>>
>




More information about the Pythonmac-SIG mailing list