-
**The problem**:
Hello,I have encountered such a problem when using tsfresh.
When I use the IDE for development, everything works fine. But then I need to package tsfresh into a runnable exe f…
-
**Describe the bug**
Trying to build cx_Freeze on Fedora Linux Rawhide results in several errors:
```
gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protect…
-
### What happened + What you expected to happen
I'm trying to build a flask app that uses [modin with ray](https://modin.readthedocs.io/en/stable/index.html).
When I run the flask app in dev mode us…
-
**To Reproduce**
I'm trying to understand what happens under the hood of `cx_freeze`. Simple example of Python code
```python
import time
print("Hello World!")
time.sleep(5)
```
Default…
-
Hey!
I built the executable file with no errors, but when transferred onto my Ti Nspire CX CAS, the executable freezes on the menu with the controls and I have to restart the calculator to fix it.
…
-
### Checklist
- [X] I am using an up-to-date version.
- [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md).
- [X] I have searched existing [issues](…
-
Hi,
I'm working on an Excel COM add-in with Python 3.3 / pywin32 v219. Everything works fine, except when I'm trying to cx_Freeze my app to distribute it.
The RegisterServer function doesn't cre…
-
Hi I had a problem when use pygal with cx_freeze. I noticed in svg.py or utils.py, there are many codes related to access resource files like css or worldmap.svg like:
css = os.path.join(os.path.dirn…
-
**Describe the bug**
The distribution info (the _*.dist-info_ folders) for packages that are specified with the `excludes` are still added to library.zip
**To Reproduce**
_Note: I am using pytest…
-
Now that ```cx_Freeze==5.0``` is on PyPI