Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8007675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:54:33+00:00 2026-06-04T17:54:33+00:00

I need to create a standalone python app with wxPython, to work with Mac

  • 0

I need to create a standalone python app with wxPython, to work with Mac OSX Lion (the client’s OS).
I only have access to a Mac with Snow Leopard, and used it to build the app with py2app. With Snow Leopard it works fine, and didn’t even have to install wxPython.

On a OSX Lion however, the wx import fails (no module found), even after installing the wxPython for python2.7 (Carbon). I can import wx from the terminal (using the default python – 2.7), but the app still fails to find wx on import.

I used the following setup.py:

from setuptools import setup

APP = ['main.py']
DATA_FILES = []
OPTIONS = {'arch': 'i386', 'argv_emulation': True}

setup(
    app=APP,
    data_files=DATA_FILES,
    options={'py2app': OPTIONS},
    setup_requires=['py2app'],
)

And compiled it using arch -i386 /usr/bin/python2.6 setup.py py2app, to be able to run it on 32-bit.

What’s the best way to make it run on Lion, compiling on Snow Leopard? Could I include the wxPython with the app, or even python itself (in case it really needs to run with py2.6)? Can I order the application to run /usr/bin/python2.6?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T17:54:36+00:00Added an answer on June 4, 2026 at 5:54 pm

    Per the chat discussion, use the latest stable versions of Python and wxPython, and make sure the Python is the OS X 10.6 and 10.7 version. (And don’t try to build them from source.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project where I need to create a desktop app that acts
I have dynamically created WrapPanel (_wp) with several Borders. And I need create handler
I need to create a Customised PopUp to work like a ToolTip How can
I'm trying to create a standalone app using JBoss Microcontainer for IoC and JBoss
Does anyone have experience of rapidly translating an access application into a standalone windows
I need create custom tabbar with super class UITabBarController. But i don,t know how
I need create custom dialog and put JPanel into it. Is it possible?
i need create an email list sending to many emails. what is best solution
I need create clone repository. but I do not know where can I get
I need create a document word with Java. And I ask, how can I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.