バグ #3032
Windowsにて配布用パッケージ作成時にエラーとなる。
Start date:
02/23/2014
Due date:
% Done:
100%
Estimated time:
Description
Windows環境にて、"python setup.py sdist_zip"を行うと以下のエラーが発生します。
Pythonは2.6、2.7共にエラーとなりました。
C:\texinst2013\gzip.exe -f9 dist\OpenRTM-aist-Python-1.1.0.tar
removing 'OpenRTM-aist-Python-1.1.0' (and everything under it)
running sdist_zip
reading manifest file 'MANIFEST'
error: プロセスはファイルにアクセスできません。別のプロセスが使用中です。
C:\OpenRTM-aist-Python>
Related issues
Associated revisions
History
#1 Updated by ga about 9 years ago
- Description updated (diff)
#2 Updated by ga about 9 years ago
- % Done changed from 0 to 90
setup.pyの中でエンコーディングと改行コードを変換するために、ファイルのopen、書き込み
読み出し、削除、リネームなどが行われていますが、一部でclose処理が抜けていたため
エラーとなっていました。
#3 Updated by ga about 9 years ago
- Status changed from 新規 to 解決
- % Done changed from 90 to 100
対応したバージョンをSVNリポジトリにコミットさせて頂きました。 ( r593 )
#4 Updated by n-ando almost 8 years ago
- Status changed from 解決 to 終了
sdist_zip bug has been fixed. refs #3032