私はPython初心者なので、これはばかげた質問かもしれませんが、cxfreezeを使用してPythonスクリプトをexeにエクスポートしようとすると(Python 3.3を使用)、次のようになります:
cxfreeze.py: error: script or a list of modules must be specified
これは私が使用していたコマンドです:
cxfreeze.py script.py --target-dir dist
スクリプトはC:\Python33\Scripts
ディレクトリにコピーされていました。ここで何が間違っていますか?