About 40,300 results
Open links in new tab
  1. How to create a Mac OS X app with Python? - Stack Overflow

    I want to create a GUI application which should work on Windows and Mac. For this I've chosen Python. The problem is on Mac OS X. There are 2 tools to generate an ".app" for Mac: py2app …

  2. What's a good IDE for Python on Mac OS X? [closed]

    1 Python support on netbeans is surprisingly good, and comes with most of the features you're looking for.

  3. python - Running Tkinter on Mac - Stack Overflow

    I am an absolute newbie. I'm trying to make Python GUI for my school project so I decided to use Tkinter. When I try to import Tkinter it throws this message: >>> import tkinter …

  4. macos - Python GUI framework for Mac OS X - Stack Overflow

    Jan 2, 2014 · I'm trying to find a good "python GUI framework" for Mac OS X, but I haven't found anything good until now, only wxWidgets which I don't like and it's also unstable. Any …

  5. How to build an mac os app from a python script having a …

    Oct 6, 2020 · Context: I am developping a simple Python application using a PySide2 GUI. It currently works fine in Windows, Linux and Mac. On Windows, I could use PyInstaller and …

  6. Easy way to launch Python scripts with the mouse in OS-X

    Feb 10, 2013 · In Linux and Windows it's easy enough to setup a Python script so the user can double click an icon and the script will start without opening any extra windows. Is there an …

  7. Setting Mac OSX Application Menu menu bar item to other than …

    24 I am writing a GUI application using python and Qt. When I launch my application on Mac, the first menu item in the Mac menu bar at the top of the screen is "Python". I would prefer the …

  8. How to Install and Use TkDnD with Python Tkinter on OSX?

    Bryan, thanks for your comment. Yes, I did read the link about the Wrapper for Python. But it doesn't has any information about how to install TkDnD correctly. I think once I installed it …

  9. How to make an menu bar (system tray) app for OSX in Python?

    After having spent quite some time looking at ways to an app for the menu bar we're close to admit defeat. We are basically just looking for an example/pointer on how to create an app that …

  10. c++17 - Converting Python Ellipsoid to Sphere code …

    Sep 20, 2024 · As an exercise I wanted to convert the FreeImu_Gui code that converts raw magnetometer to Sphere for calibration of the magnetometer. But results from using Eigen are …