linux/unix fileexpander not launching
Status: Alpha
Brought to you by:
omegadva
line 1241 of buzz.py
1240 self.tmpdir=cfglines[2][:-1]
1241 self.fileexpander=cfglines[3][:-1]
1242 self.freeformxml=int(cfglines[4][:-1])
when bash is called it reports:
sh: line 1: /opt/kde/bin/konquerorhttp://xmlsoft.org/:
No such file or directory
I suggest:
1241 self.fileexpander=cfglines[3][:-1] + ' '
pelon