I have a Python script with just minimal import (=psutil) and have bundled it with py2app. However, the resulting app is almost 9 MB because it includes the interpreter. I am looking for ways to reduce the size - the best way I can think of is to exclude the interpreter from the bundle and let the app use the client's native interpreter. Right now I am doing it only for Mac but will need to do it for all platforms. I have looked at squeeze ( http://effbot.org/zone/squeeze.htm ) but it seems to have little or no docs! - for installing, using it?
Related Questions in PYTHON
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in BUNDLE
- Wix bundle of third party exe and new msi cant figure out detect conditions
- Testing for ODR image resources in main bundle
- bundle failed for css with direct child combinator
- bundle install in dockerfile
- How to invoke UAC(Elevation shield) Prompt while trying to open bootstrapper bundle exe in WIX
- Discount on optional products or product bundles in odoo v17
- Android Java Warning: get(String) in BaseBundle has been deprecated
- Manually created MacOS apps being deleted
- Check if product bundle has bundle-upsells ( optional items ) or simple bundled items
- Bundling Lit.js in Vite for production - RollupError: Could not resolve entry module "index.html"
- How can I create a script tag to render my Next.js application?
- Webpack 5 bundle doesn't exclude externals
- How to generate app bundles for publishing a Compose Multiplatform app for Android, iOS, Web, and Desktop?
- Logic behind how Next.js builds dynamic pages using the app router system?
- Android. Cannot parse json string from bundle
Related Questions in INTERPRETER
- Reference: Crafting Interpreters. Print statement is not able to evaluate expression. Help me fix this (details below)
- Resolve shift/reduction conflict in grammar for expressions in PLY for calls to embedded functions
- Why I select inherit global site-packages on Pycharm, nothing happened?
- How to use menhir to parse into a GADT expression?
- PyCharm cannot create Interpreter in Python3
- When using a jupyter notebook in VSCode, the Python interpreter is ignored
- How to share lexical environment with recursive functions in a custom interpreter?
- How do I write an implicit cast for my strongly typed interpreter? (C++)
- 32bit and 64bit python interpreter in one project
- python subprocess calling the local interpreter instead of the linked one
- Handling out of reach environments when implementing an interpreter
- PyCharm: ModuleNotFoundError although module (scipy) is installed
- Matlab: Selectable text in EPS-figures when using latex interpreter and/or importing fonts
- Handling Tuple Values in Word Attributions for Transformers Interpret
- OpenJDK Tracking ReentrantLock lock and unlock
Related Questions in DISTRIBUTE
- How to distribute the sum of several numbers similarly?
- unexpected crash occurs while distributing an app in xcode with flutter
- In IPFS, will same content produce the same CID on 2 different peers?
- Excel: Proportional monthly distribution of sample values over a time period spanning different months
- what is the difference between fair channel and fair lossy channel
- How to Package and Publish a Script That Calls Other Scripts as a Pip Wheel
- Distribute stock to customers using R Language
- Unity distributed build
- pip install distribute - python setup.py egg_info did not run succesfully
- Vertical distibution of slected shapes by shapes centres in PowerPoint
- Distribute a sales value to four different values in python
- Is the obfuscation of Pyarmor always random?
- How to distribute a jar program without requiring clients to download JDK?
- How do you distribute a Xamarin Forms iOS archived container app with a share extension?
- Which part of the CAP Theorem does CRDT Sacrifice?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)