python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

Produce redistributable builds of Python

Results 146 python-build-standalone issues
Sort by recently updated
recently updated
newest added

According to https://github.com/indygreg/PyOxidizer/issues/373#issuecomment-792295106 the HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH feature is required on macOS 11 for things to be happy. I had unconditionally disabled that feature flag thinking it was an optional feature. We...

compatibility
platform:darwin

The Windows static builds currently have multiple object files defining libffi symbols. As the build log demonstrates: ``` 9>Lib: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\Lib.exe /OUT:"C:\Users\gps\AppData\Local\Temp\python-build-3uvcddyb\Python-3.9.2\PCbuild\amd64\_ctypes.lib" libffi.lib /LIBPATH:"C:\Users\gps\AppData\Local\Temp\python-build-3uvcddyb\libffi\\" /NOLOGO /MACHINE:X64 /LTCG...

bug
platform:windows

As it is said in StackOverflow [post](https://stackoverflow.com/a/47739532/941531) it is possible to compile Python for websites (browser) using Web Assembly technology. Would be great if you also support later Web Assembly...

platforms

Hi @indygreg, Reporting this as a follow up of #43, after my progress with [`pup`](https://github.com/mu-editor/pup) -- striving to automate [Mu Editor](https://github.com/mu-editor/mu)'s packaging into "native distributable artifacts/installers", `pup` does make use...

The Linux and macOS builds don't link against `libintl` and don't have all `gettext` features present in their `_locale` extension / `locale` Python module. We could potentially build against our...

compatibility

First, I want to say I really appreciate your work here. I am a first time user. I don't know what I found is an issue or not. I downloaded...

There's a project tackling portable builds on linux called build-anywhere located here: https://github.com/theopolis/build-anywhere I don't know if it is useful, just thought i should tell. Before i found python-build-standalone project...

Hello, First thank you for a great package. I spent quite a bit of time trial and erroring what python-build-standalone does well. My question is that I have a simple...

# Summary I've tried to build Python on both of the Ubuntu platforms listed below, and the process always fails on `cpython`. Over several iterations on the Ubuntu server VM:...

enhancement

I dont see `--debug` support in the Windows build scripts. Debug builds are supported by the CPython PCbuild system. https://github.com/python/cpython/blob/master/PCbuild/readme.txt

enhancement
platform:windows