MacやUbuntuで
pip install py2exe
したり、import py2exeすると
NameError: name 'WinDLL' is not defined
などたくさんエラーがでる。これはpy2exeはWindows上で動かすことのみを前提としているからである。
つまり、MacやUbuntu上ではpy2exeは動かない。
WindowsのPowerShell上なら動いた。
考えてみると、Windows実行アプリがWindowsが必要なのも納得はいく
Go to list of users who liked
More than 3 years have passed since last update.
MacやUbuntuで
pip install py2exe
したり、import py2exeすると
NameError: name 'WinDLL' is not defined
などたくさんエラーがでる。これはpy2exeはWindows上で動かすことのみを前提としているからである。
つまり、MacやUbuntu上ではpy2exeは動かない。
WindowsのPowerShell上なら動いた。
考えてみると、Windows実行アプリがWindowsが必要なのも納得はいく
Register as a new user and use Qiita more conveniently
Go to list of users who liked