Giter Club home page Giter Club logo

Comments (7)

helje5 avatar helje5 commented on May 18, 2024

Could you provide the output of otool -L of the app, and maybe a tree (or find /Applications/YourApp.app if you don't have tree).

from 5guis.

sarnau avatar sarnau commented on May 18, 2024

I am still trying to see what the difference between a Python wrapped app and an app, which has an embedded Python interpreter.

Calibre is an example:

otool -L /Applications/calibre.app/Contents/MacOS/calibre

/Applications/calibre.app/Contents/MacOS/calibre:
@executable_path/../Frameworks/calibre-launcher.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.250.1)

from 5guis.

sarnau avatar sarnau commented on May 18, 2024

The tree output is too large.

from 5guis.

helje5 avatar helje5 commented on May 18, 2024

And tool -L /Applications/calibre.app/Contents/Frameworks/calibre-launcher.dylib ?

from 5guis.

kukushechkin avatar kukushechkin commented on May 18, 2024

Main binary main have a hashbang for either python or any shell and then executing python.

from 5guis.

kukushechkin avatar kukushechkin commented on May 18, 2024

Just checked Caliber.app (ebook reader, right?) and it is crazy. @sarnau are you sure it is actually using python for rendering gui? There are python, Qt and some web stuff inside. I would say "We don't have any words for this combination!" is pretty accurate πŸ˜†

from 5guis.

helje5 avatar helje5 commented on May 18, 2024

Qt + Python + Web doesn't sound that unusual to me,.

from 5guis.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.