[Pythonmac-SIG] newbie bundlebuilder question

Bob Ippolito bob at redivi.com
Tue Mar 30 13:42:14 EST 2004


On Mar 30, 2004, at 1:14 PM, Michael Tuminello wrote:

> I am a complete novice, and I should probably read the docs for a 
> couple days before posting, but i was hoping to get a quick pointer 
> (or boot, as the case may be) in the right direction from the list, as 
> i just want to accomplish something that may be trivial in the short 
> term.
>
> I am trying to bundle an app using bundlebuilder, as per instructions 
> on the wiki.  this file runs with pythonw main.pyw  just fine.
>
> when I try to bundle it I get:
>
> Warning: couldn't find the following submodules:
>     (Note that these could be false alarms -- it's not always
>     possible to distinguish between "from package import submodule"
>     and "from package import name")
---
> Warning: couldn't find the following modules:
---
>
> I was hoping someone could point me in the right direction to getting 
> these modules in correctly.  I have only the barest notion of what I'm 
> doing at this point, but would love to just get this sucker packaged 
> and get caught up later.

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




More information about the Pythonmac-SIG mailing list