[Pythonmac-SIG] Trouble with MacFreeze and Appl.Builder

Just van Rossum just@letterror.com
Tue, 13 Jun 2000 08:59:11 +0100


At 5:20 PM -0400 12-06-2000, Louis M. Pecora wrote:
>I can't get either MacFreeze or Appl.Builder to work.  I keep getting
>things like:
>
>Missing org.python.core
>Unused Ctl
>Unused Dlg
>Unused MacOS
>[cut long list of Unused modules or items]
>...
>Unused time
>** Missing modules: org.python.core
>
>(I actually get a traceback, too, from Appl.Builder besides the above).
>
>I looked over the Macfreeze documents and did some file searching
>(I see nothing in the .pdf docs), but I'm comin up with nothing.  Can't
>find org.python.core  either.

org.python.core is a JPython module, but MacFreeze should know that it may
miss it.

>Can anyone point out what's going on here?

Not without a specific traceback...

>Does Macfreeze work (i.e.
>give you a finished, standalone application)?

Yes, absolutely. (I only use BuildApplication, but it uses the same code.)

Just