[Pythonmac-SIG] Trouble with MacPython 2.3 on 10.2.6 (Solved!)

Bob Ippolito bob at redivi.com
Thu Aug 7 13:03:40 EDT 2003


On Thursday, Aug 7, 2003, at 11:42 America/New_York, Adam Augustine 
wrote:

>
> Bob Ippolito wrote:
>
>> On Wednesday, Aug 6, 2003, at 20:01 America/New_York, Adam Augustine  
>> wrote:
>>> So I have done an "ln -s Python python" and now everything seems to 
>>> be  working properly.
>>>
>>> Anyway, thanks for the help. I am putting some search terms for the  
>>> benefit of those who come later since most of the initial error  
>>> messages are now edited out of the message.
>>>
>>> execle returned, err=22 console error message PythonIDE 
>>> PackageManager  BuildApplet
>> Are you using HFS (Mac OS Extended), or UFS?  Sounds like you might 
>> be  using UFS, I don't think anyone tested that.
>> -bob
>
> You are correct, I am using UFS. I am happy to test, because, hey- 
> free programming language. :-)
>
> Are there more tests I should do to help the project along?

Well that was it!  Here's what happened:

The python executable (in the application bundle used to run GUI 
scripts) used to be lowercase
It was renamed Python to meet Apple guidelines
The she-bang lines for the GUI scripts were not also changed because 
worked on HFS and nobody noticed (HFS is not case sensitive)

-bob




More information about the Pythonmac-SIG mailing list