-
This issue can be reproduced with both pywin32 v224 and v225 for Python 3.8.
Works fine with pywin32 v224 and v225 for Python 3.7.4.
Steps:
- download the project https://github.com/t-o-n-y-p/rss…
-
Many users seem to want to run StemRoller on macOS versions as old as Sierra (10.12), but splitting consistently fails on that platform. Not sure if it's possible to fix, but hopefully repacking `demu…
-
Hi!
In download for version 2.0.6-win-cuda Bitdefender shows a potential thread:
(only german screenshot, sorry for this...)
![image](https://github.com/stemrollerapp/stemroller/assets/15092942…
-
你好~我在我的一个小项目里使用了结巴分词,首先对您的努力表示感谢~
我在使用py2exe打包我的程序的时候,其他的模块都没有出现问题,打包能够成功,但在运行的时候一直显示
IOError: [Errno 2] No such file or directory: 'E:\python\links\romeo\dist\l
ibrary.zip\jieba\finalseg\prob_start…
lisnb updated
2 years ago
-
Building an application fails if it imports `os.path`.
**To Reproduce**
```python
import os.path
def main():
print(os.path.join("asd", "xyz"))
if __name__ == "__main__":
main()
`…
-
I have a simple script that runs a parallelized operation using a pool of workers as below (execute.py)
```
from multiprocessing import Pool, freeze_support
from functools import partial
…
-
**Describe the bug**
I am trying to build a simple example project with the `cxfreeze build` command and a pyproject.toml. The project includes a single executable script, main.py, and single package…
-
After testing the application to work from source, I've built an executable:
pyinstaller.exe --onefile app.py
When I run the app.exe from the cmd, it prints the following error to the log:
Traceb…
-
I find it hard to believe that in 2017, and with such a huge and very useful software like Robot Framework, I still have to go to "Scripts" in Windows to run that `ride.py` manually. With all due resp…
-
https://goodthings4me.tistory.com/557