Michael Herrmann

Results 468 comments of Michael Herrmann

@hsq125 do you have a minimal example that reproduces the problem?

@rich678s Do you really expect me to read through all this output? Paste a *minimal* example that reproduces the problem here, or ask on StackOverflow. This space is for bugs...

I guess I was a bit too harsh in my reply, sorry. I hadn't considered the context. But still, I feel like your message lacks a lot of context. The...

@hsq125 I cannot reproduce the problem. Here's what I tried: OS: WIndows 7 Python 3.6 ``` python -m venv venv call venv\Scripts\activate.bat pip install fbs PyQt5==5.9.2 numpy==1.16.2 fbs startproject #...

I'm afraid I don't quite understand your comment @Aperion. And I don't want to spend further time thinking about it, because you are using Python 3.7, which I do not...

@Akashpanchal95 Do you also get this error with PyInstaller 3.4 and if you repeat [these steps](https://github.com/mherrmann/fbs/issues/132#issuecomment-518116644) with `pytz` instead of `numpy`?

> I have checked with PyInstaller 3.4. Now it's working. And this, to everyone reading this, is why I'm so adamant about only using officially supported versions with fbs. At...

I'm sorry, I don't know. I'd try to restart the computer. Maybe some mount point is stuck.

Thank you. Unfortunately, some tests are failing. Also, there is a lot of superfluous output. ``` Run python -m unittest python -m unittest shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.10.13/x64...

@iFedix feel free to implement and submit a PR 👍