[Pythonmac-SIG] Build of App Sucessfull, Crashes on Run....Only on my intel machine!

Amish Patel mish.patel at yahoo.ca
Sat Nov 11 04:59:47 CET 2006


Hey everyone, new to the list, but boy do i need your help. 

I have been working on a Powerbook G4, i had created my python based app in xcode, and have been working on it for a while with no problems what so ever. 

I just got a MacBookPro Core 2, and well this is the story: 

1. I installed pythonmac 2.4.4 and pyobjc (1.4 installer - Universal), 

2. I had to change the #! for the the n2 2.4 location

-- after this stage the project finally compiled.

3. When i attempt to Build&Run my app this is what happneds. 

   In my nib file i have a progress indicator outlet defined, and this object has a corresponding variable in my code. Upon execution of this code the following appears: 

'NoneType' object has no attribute 'startAnimation_'

Now this occurs for basically ALL Cocoa variables and calls; They are for some reason None "objects", when they should not be. 

Is there something that I am doing to cause these errors. Because the same project builds and runs fine on my Powerbook. 

Any help. 

Amish Patel







-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20061110/fbdde632/attachment.html 


More information about the Pythonmac-SIG mailing list