software-distribution Questions
4
I'm quite new to iOS distribution so I'm here to ask for the right direction, in particular because my objective is not a common publication.
I'd like to distribute to a few hundreds of selected u...
Circumscribe asked 4/5, 2017 at 10:16
4
Solved
How can I create a single installer package for an OS X binary as well as a few configuration and script files?
Final folders should look like this:
Any help would be appreciated. Thanks.
Kaslik asked 13/1, 2017 at 10:4
3
Solved
I've built a fairly complex graphical user interface for a data analysis pipeline that a neuroscience lab is using. I built it with Python in a Jupyter Notebook using ipywidgets and various interac...
Seafaring asked 18/3, 2018 at 7:52
1
I want to bundle a local distribution .whl file inside another wheel file as a dependency.
dist_pkg1.whl (referenced wheel file,is a local file)
dist_pkg2.whl is dependent on dist_pkg1.whl, and I...
Aniela asked 12/3, 2015 at 7:47
3
Solved
Does anyone know how to send a Mac application bundle containing embedded helper app bundles to be notarized by Apple? When I try to archive a simple application, everything goes smoothly. The app ...
Eritrea asked 1/11, 2018 at 12:49
3
Solved
Building an application using the CEFSharp browser, works fine on my machine, but crashes on the server with the following error:
System.IO.FileLoadException: A procedure imported by 'CefSharp.Cor...
Wheelock asked 18/2, 2019 at 21:13
3
I am "compiling" my Python application for Windows with PyInstaller 2.1. I initially tried using onefile mode, but onefile takes a long time to startup (decompressing wx and matplotlib). With the o...
Grefe asked 12/4, 2014 at 8:15
4
I wanted to create a install script which would stand up certain services based on user input. I am using docker for the managing these services. With docker-compose I am able to define multiple se...
Gurdwara asked 18/7, 2016 at 15:41
3
Solved
I created a simple Gradle build that exports the contents of ./src/main/groovy to a zip file. The zip file contains a folder with the exact same name as the zip file. I cannot figure out how to get...
Brook asked 30/6, 2014 at 18:27
1
I have asked a similar question elsewhere but it eventually evolved into a series of comments. So once again, what package should I install to see the following prompt > after running perl...
Alpestrine asked 29/5, 2021 at 16:46
2
I am trying to create cross platform / platform independent executables for my JAVA-9 application / project jigsaw.
I think jlink command will create only platform specific executable/runtime.
Paediatrics asked 13/5, 2016 at 12:38
1
Solved
In a Raku distribution how do I depend on either Foo::Bar or Foo::Baz without requiring both?
Sulfate asked 1/12, 2020 at 17:39
1
I'm writing a Swift script as a standalone Swift Package. Part of this script needs to generate some files, for which I have templates.
Now, these templates are not compilable (they're HTML files);...
Mickeymicki asked 26/11, 2020 at 9:9
3
Solved
I want to create a single executable from my Python project. A user should be able to download and run it without needing Python installed. If I were just distributing a package, I could use ...
Goldberg asked 21/8, 2012 at 16:47
13
Solved
Suppose I want to distribute a Java application.
Suppose I want to distribute it as a single executable. I could easily build a .jar with both the application and all its external dependencies in ...
Hegumen asked 13/2, 2010 at 20:28
3
Solved
I'm creating a setup.py file for a project with some Cython extension modules.
I've already gotten this to work:
from setuptools import setup, Extension
from Cython.Build import cythonize
setup(...
Nichollenicholls asked 26/5, 2016 at 21:28
10
Solved
I just finished porting an application from Windows into Linux.
I have to create an installer of the application.
The application is not open source => I should distribute the application's binarie...
Kamilahkamillah asked 5/10, 2009 at 23:56
0
My directory structure is as follows:
global_toolkit/
- setup.py
- MANIFEST.in
...
- global_toolkit/
- main.py
- protocol.yaml
...
The package is hosted using pypi-server and then instal...
Sulfonal asked 16/5, 2020 at 13:57
2
Solved
I now know how to use the APL interpreter, but I'm quite confused about how to write APL into a file and then run the said file. I currently write Dyalog APL using RIDE. What I now want to do is to...
Murrumbidgee asked 15/3, 2020 at 23:6
7
Is it possible to specify a post-install Python script file as part of the setuptools setup.py file so that a user can run the command:
python setup.py install
on a local project file archive, o...
Harneen asked 29/11, 2013 at 15:11
1
Solved
I'm writing Raku bindings to a C library, but rather than require the users of the Raku code to install the C library on their own, I'd like to bundle the C code as part of the distribution (...
Stringency asked 19/2, 2020 at 21:34
1
Solved
I made a Windows application with C++ WinAPI by using Visual Studio 2019.
After finishing, I built it, and executed with my computer. It works perfectly.
Then I sent to my friend who didn't have Vi...
Unanswerable asked 8/12, 2019 at 10:18
1
Solved
I have a Mac app which can't be sandboxed due to using Apple Events and therefore it can't be released through the Mac App Store.
I've made a website, added a payment gateway and everything seems ...
Varioloid asked 5/11, 2019 at 10:46
1
Solved
I'm trying to have conda-forge host a python package I've created which is already on PyPI: https://pypi.org/project/ludoSim-jaib1/
I've read the conda-forge documentation on contributing packages...
Neuburger asked 14/7, 2019 at 21:56
3
Solved
I currently have continuum analytics' Python distribution (called Anaconda) downloaded and in use on my computer. My problem is that I want to use virtualenv for a flask project and Anaconda flashe...
Whitehall asked 4/12, 2013 at 0:47
1 Next >
© 2022 - 2025 — McMap. All rights reserved.