标签: python py2exe
我正在使用shelve模块,并在用户需要时从我的python应用程序创建.dat文件。
然而,当我使用py2exe模块将应用程序移植到.exe时,我得到三个文件,.dat,.bat和.dir。我怎样才能摆脱它们并整合到一个.dat文件中,就像我在IDLE API上一样。
.dat
.bat
.dir