使用anaconda时py2exe

py2exe while using anaconda

使用 anaconda 3.5/jupyter/spyder。 我已经安装了支持 Python 3.3 及更高版本的 Py2exe 0.9.2.2。 我有兴趣从 python 脚本创建一个可执行文件。 代码 py -3.4 -m py2exe.build_exe myscript.py 在 jupyter notebook 和 anaconda prompt 中不起作用。 我看到 python.exe 文件位于文件夹中:

C:\Users\me\AppData\Local\Continuum\Anaconda2

在此先感谢您的帮助。

@Jeronimo 回答正确。

Wherever you took that from, but it looks like a command line. Or maybe there's an IPython magic command "%py" that I dont know of. Anyways, try opening a command line in your Anaconda folder, and do python.exe -m py2exe.build_exe C:/full/path/to/myscript.py.