jafeha / parabird

Simple script written in python to build an os independent truecrypt encrypted usb-stick containing a portable thunderbird, enigmail, torbirdy and vidalia.
GNU General Public License v3.0
11 stars 7 forks source link

tempfile.mkdtemp statt /tmp benutzen #3

Closed jojoo- closed 11 years ago

jojoo- commented 11 years ago

wenn /tmp nicht schreibbar ist, wird das nerven, tempfile.mkdtemp schafft abhilfe. siehe auch den korrekten abschnitt in http://doughellmann.com/2008/02/pymotw-tempfile.html

jafeha commented 11 years ago

tempfile.mkdtemp scheibt auch in /tmp/, schafft da also erstmal nur bedingt abhilfe. Ich habs trotzdem mal implementiert, weil sich das leichter aufräumen lässt. muss noch getestet werden.

jafeha commented 11 years ago

Worksforme.