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

debian squeeze fails #45

Closed jafeha closed 11 years ago

jafeha commented 11 years ago

as i was testing under debian squeeze (6.0.7 live cd) is was able to install python-requests from backports, but the script still won't run:

[INFO::main]: Checking all Dependencies...
Traceback (most recent call last):
  File "parabird_build.py", line 89, in <module>
    mainLogger.debug("truerypt binary is {}".format(parser.get('truecrypting', 'tc_binary')))
ValueError: zero length field name in format

i guess this is happening because squeeze is still running python2.6. i have no idea if we can and even should fix this. python2.7 is a given depedency and i'd rather suggest ppl upgrading to wheezy and python2.7, or to figure it out themselves how to install python 2.7 under squeeze.

jafeha commented 11 years ago

wontfix: this is oldstable and i don't care about it.