Re: [Tutor] key detection

2015-05-22 Thread Brandon McCaig
ks, but if you take a few minutes to configure it then it sucks considerably less. Add clink to make it suck a bit less still. HTH. Regards, -- Brandon McCaig Castopulence Software <https://www.castopulence.org/> Blog <http://www.bambams.ca/> perl -E '$_=q{V zrna gur orfg jvgu

Re: [Tutor] inserting path to open a file from a variable

2015-05-29 Thread Brandon McCaig
ace('rdfile:',"",1) > wrt1 = wrt.replace('wrtfile:',"",1) import os.path import sys for x in [(rd1, 'Source file', 'rdfile'), (wrt1, 'Destination file', 'wrtfile')]: if not os.path.isabs(x[0]): print