[Pythonmac-SIG] Re: Type/creator issues with MacPython on OS X

Torsten Sadowski moehl@akaflieg.extern.tu-berlin.de
Tue, 19 Jun 2001 12:53:43 +0200 (CEST)


Hi,
the Type/Creator problem is easy to solve. Just use Internet Config and
add a converter for .py files. For the line endings I run everything at
first in the IDE which promptly complains and then save it. Another
possibility would be using BBEdit lite or TextSpresso (which can make
droplets). You have to be careful about the source. If it is Unix you have
to change LF into CR, if it is Dos/Windows you have to remove LF. The best
solution might be to write a Python script which analyzes the line endings
and makes any changes accordingly.

Regards 
-Torsten