-
# Overview
```md
┌──────────────────────┐
│ │
│ epScript language │
│ │ ┌───────────────────┐
└───────────┬──────────┘ │ │…
-
In some (still rare) cases, RGT (or one of its dependencies) cannot be installed successfully, or it's too hard to make it work. We should aim to provide one package (especially for Mac users, but als…
-
**Describe the bug**
cx-Freeze cannot import the latest iteration of PyMuPDF (1.24.11 or greater).
**To Reproduce**
Install PyMuPDF in a virtual environment, and use cx-Freeze to create a bundle.…
-
- PGSQL Extension Version:0.3.0
- VSCode Version: 1.63.2
OS Version: Linux x64 5.11.0-41-generic
Kubutu 21.10
Python 3.9 globally installed
Steps to Reproduce:
1. Install extension
python…
-
Hi,
I am trying to build my application using Cx_Freeze, but I am encountering error threw from binaries in the cytoolz package which showing the name 'compose' is not defined. I've tested with ve…
-
Getting subtitle works fine on Språknyheterna, episode 1:
https://urplay.se/program/206988-spraknyheterna-sprakprat-med-anders-svensson-och-kallprat-med-niklas-kallner
But NOT on episode 2:
https…
-
Set up a way to package the program into an easily distributable format. cx_Freeze looks to be a good tool for this, but I'm unsure of what support it offers for non-windows platforms.
- [x] Windo…
-
1. after downloading the github to my computer, i tried to run _python setup.py develop_ command and got an error that it cannot detect the cx_freeze library. I was hoping someone could help with that…
-
I am trying to use cx_Freeze to create an MSI file formy program. I have successfully built one with the package with the following options configured:
```python
build_exe_options = {"packages": […
-
First off, I wanted to say thank you for creating this, It has been excellent!
My issue: I am required to bundle UC with Pyinstaller to build it as a .EXE file. I recently have been trying to upgr…