yes the answer above is what you want.
1.you must add foldernames to your setup file.
2.py2exe will compress and save that folders in one exe file(out come is only one exe)
3. when runnig exe.that folders will recreated automaticaly (py2exe will decompress it and put it back to computr)
in the answer above there is a link to check this .. in this link there is a function that helps you add a lot of files and folders without writing one at a time. (you only need to specify the folder name and purpose)
: : "iam.png"
---- "targetpath"
("c://targetpath","c.//currentpath/iam.png")
, py2exe
, " ", , link..read that..
user2823329