I've run into a problem and I wanted to post it on here so someone can try to replicate it and make sure I am not doing something wrong.
I've got an application that makes use of cache files while in operation. Initially the cache directory is empty. When I used py2sis on the application, everything seemed fine. But on running it, it would crash whenever it tried to write to this directory. A traceback revealed that the directory did not exist - even though that directory was present in the same place as my default.py.
So does Ensymble skip over empty directories? Or did I do something wrong? To get it to work for me, I created a simple temp file to force the directory to show up. Then it all worked.

Reply With Quote


