-
https://nuitka.net/doc/user-manual.html#
can it produce a single-file "exe" now?
advantages / disadvantages compared to pyinstaller?
Bounty: https://www.bountysource.com/issues/50879646-check…
-
We should switch TWBlue's builder from Py2exe to PyInstaller. Py2exe is no longer actively maintained, so bugs are not being fixed (and it may not remain compatible with later versions of Windows). It…
-
Hi, thanks for the great tool and for making it open source.
Do you know if it is easily possible/has some experience to create executables for different platforms for mokapot?
Best
-
```
See http://www.pyinstaller.org/
```
Original issue reported on code.google.com by `albrecht.andi` on 12 Nov 2009 at 2:02
-
py文件直接运行是可以的
但是pyinstaller打包也是一样的出错,表现为会运行一堆的程序,解决办法是在 if __name__=='__main__:'下添加一句multiprocessing.freeze_support() 。
但是pystand这样还是不行,有没有解决办法
-
**Describe the bug**
CrossMgrVideo Wont Open
**To Reproduce**
Steps to reproduce the behavior:
1. Go to CrossMgrVideo/MacOs
2. Click on CrossMgrVideo
3. Run Terminal
4. Terminal Output:
Tra…
-
**Edited comment to include build information.
I am attempting to bundle poliastro into an exe on windows using PyInstaller. Poliastro appears to be incompatible with PyInstaller. Has anyone else …
-
```
http://www.pyinstaller.org/
See also Issue 35 (py2exe example).
```
Original issue reported on code.google.com by `czarek.t...@gmail.com` on 18 Aug 2014 at 7:45
-
我自定义了一个ToolKits在下,在入口文件中,我使用
import os
import sys
sys.path.insert('D:\python\ToolKits')
然后再导入ToolKits下的模块
from ToolKits.GeneralObject import Date
然后使用Date
Date('ss')
这种情况下,我该如何设置spec文件啊
-
Hej,
we are trying to package pytest into an executable for ubuntu18.04.
When packaging it without pytest-html and just creating a xml report, it works fine, with html I get this error:
```
INT…