[Pythonmac-SIG] Spotlight and Python

David Reed dreedmac at columbus.rr.com
Wed May 11 20:36:38 CEST 2005


On May 11, 2005, at 2:12 PM, Jonathan Wight wrote:

> For me it worked:
>
>     "org_python_functions" = ("get_bits", "set_lsb", "get_lsb",  
> "value_from_bits");
>
> But then I just made a new BBEdit Bits.py file and pasted your code  
> into it.
>
> The importer does seem to be crashing, but I'm not sure whether the  
> python or the ObjC is dying. Is there a crash log in either ~/ 
> Library/Logs/Crash Logs or /Library/Logs/Crash Logs.
>
> I'm working on version 0.2 with slightly better error handling and  
> a lot less leaking of PyObject pointers.
>
>     Jon.
>


I have a CrashReporter subdir, but not Crash Logs.

I see this in the console repeated for a bunch of the OpenGL files:


May 11 14:30:56 David-Reeds-Computer mdimportserver[3772]: - 
[FileProcessor importMetadataFromFileAtPath:] Got exception  
Conversion to encoding 30 failed for string "일반 텍스트 파일"  
for path '/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/OpenGL/GL/Autodesk/facet_normal.py'
May 11 14:30:56 David-Reeds-Computer mdimportserver[3772]: - 
[FileProcessor importMetadataFromFileAtPath:] Got exception  
Conversion to encoding 30 failed for string "일반 텍스트 파일"  
for path '/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/OpenGL/GL/Autodesk/valid_back_buffer_hint.py'
May 11 14:30:56 David-Reeds-Computer mdimportserver[3772]: - 
[FileProcessor importMetadataFromFileAtPath:] Got exception  
Conversion to encoding 30 failed for string "일반 텍스트 파일"  
for path '/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/OpenGL/GL/EXT/_422_pixels.py'
May 11 14:30:56 David-Reeds-Computer mdimportserver[3772]: - 
[FileProcessor importMetadataFromFileAtPath:] Got exception  
Conversion to encoding 30 failed for string "일반 텍스트 파일"  
for path '/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/OpenGL/GL/EXT/__init__.py'

And then this going on forever:

May 11 14:35:45 David-Reeds-Computer mdimportserver[3774]: Done.

I'm going to reboot after sending this.

I did delete and reinstall your file, but that didn't help.

Guess I'll just wait for the next version and try again.

Thanks,
Dave




More information about the Pythonmac-SIG mailing list