[Pythonmac-SIG] BuildApplication error in 2.1b1

Gordon Worley redbird@rbisland.cx
Sun, 18 Mar 2001 21:15:48 -0500


Python 2.1b1's BuildApplication is giving me the following error when 
it is Carbonized:

Traceback (most recent call last):
   File "Scooby:Python 2.1b1:Mac:scripts:BuildApplication.py", line 146, in ?
     main()
   File "Scooby:Python 2.1b1:Mac:scripts:BuildApplication.py", line 51, in main
     buildapplication()
   File "Scooby:Python 2.1b1:Mac:scripts:BuildApplication.py", line 
86, in buildapplication
     macgen_bin.generate(filename, dstfilename, None, architecture, 1)
   File "Scooby:Python 2.1b1:Mac:Tools:macfreeze:macgen_bin.py", line 
37, in generate
     dynamicmodules, dynamicfiles, extraresfiles = 
findfragments(module_dict, architecture)
   File "Scooby:Python 2.1b1:Mac:Tools:macfreeze:macgen_bin.py", line 
99, in findfragments
     ppcfile, cfm68kfile = makefilenames(filename)
   File "Scooby:Python 2.1b1:Mac:Tools:macfreeze:macgen_bin.py", line 
169, in makefilenames
     raise ValueError, "can't make ppc/cfm68k filenames"
ValueError: can't make ppc/cfm68k filenames

There is no problem with the classic BuildApplication.

I am running under OS 9, so maybe the Carbon version works under OS X.

Also, am I correct in that there is some kind of error with dropping 
files on running applications?  When my application is closed and I 
drop a file on it, it's fine, but when it is running and I drop a 
file on it, there is an error message about a high level event.  I'll 
save the exact error for if it turns out to be just my code and not a 
Python thing, but the IDE has done this to me, too.
-- 
Gordon Worley
http://www.rbisland.cx/
mailto:redbird@rbisland.cx
PGP Fingerprint:  C462 FA84 B811 3501 9010  20D2 6EF3 77F7 BBD3 B003