Hello, <br>
I had installed kadishci  accotding to the doc.<br>
 I am running kadishci like thus:<br>
kadischi <a href="http://mirrors.kernel.org/fedora/core/4/i386/os/">http://mirrors.kernel.org/fedora/core/4/i386/os/</a> /work/livecd/fedora-live.iso<br>
<br>
And I am getting the following error (it seems to me at the last stage of its work):<br>
........<br>
........<br>
running post installation scripts<br>
/usr/local/share/kadischi/post_install_scripts/01umountproc.sh<br>
/usr/local/share/kadischi/post_install_scripts/02install.sh<br>
/usr/local/share/kadischi/post_install_scripts/03fstab.py<br>
Traceback (most recent call last):<br>
  File "/usr/local/share/kadischi/post_install_scripts/03fstab.py", line 12, in ?<br>
    if (line[0] != '#') and (line != '\n') and (line.find('swap') == -1) and (line.rsplit() [1] != '/'):<br>
AttributeError: 'str' object has no attribute 'rsplit'<br>
Traceback (most recent call last):<br>
  File "/usr/local/share/kadischi/kadischi.py", line 248, in ?<br>
    run ("%s %s" % (script, sysdir), builddir)<br>
  File "/usr/local/share/kadischi/lib/functions.py", line 112, in run<br>
    flc_log ('\n  ***  Fatal error: %s
returned non zero (%s) exit code. Aborting execution.\n' %
(command.rsplit() [0], rc))<br>
AttributeError: 'str' object has no attribute 'rsplit'<br>
<br>
........<br>

........<br>
<br>
Any idea why ? <br>
<br>
Regards,<br>
Rami<br>