Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/d/i/digsby-HEAD/installer/py2exe/py2exe/build_exe.py digsby(Download)
s.add_string(1000, new_winver) delete = True for id, data in s.binary(): add_resource(ensure_unicode(dll_name), data, RT_STRING, id, delete) delete = False
src/f/e/FeedNotifier-HEAD/patch/build_exe.py FeedNotifier(Download)
# 1000 is the resource ID Python loads for its winver. s.add_string(1000, new_winver) for id, data in s.binary(): add_resource(ensure_unicode(dll_name), data, RT_STRING, id, False)