Welcome, Guest. Please login or register.

Author Topic: Apple dev - help needed (python)  (Read 1852 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline nOw2

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 194
    • Show all replies
Re: Apple dev - help needed (python)
« on: December 07, 2009, 05:34:21 PM »
You should tell py2app to link to your Python 2.6 install rather than the system 2.5/2.4 install. Also ensure it is creating a complete bundle (i.e. embeds your preferred python in the final distribution).

I couldn't say how you do that, sorry (though my day-job is developing financial apps on MacOS which are deployed on Linux).

I ran into a similar issue with py2exe on Windows.
 

Offline nOw2

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 194
    • Show all replies
Re: Apple dev - help needed (python)
« Reply #1 on: December 07, 2009, 10:16:02 PM »
If you build from source you need to include the --enabled-shared configuration option which builds non-static python binaries and puts python in the library mentioned.