error/patch for pungi - No module named splittree

Lazyboy dhubler at gmail.com
Mon Dec 17 14:54:23 UTC 2007


Hello all,

I just started using pungi. Given how new the project is, I decided to use the
lasted source. I found this minor issue I think would be a blocker for anyone
else (unless I did something wrong) so I thought I'd post the issue and fix I
came up with.

OS: F8 rawhide
SRC: pungi "tip", rev 431
Command
   sudo pungi -c /usr/share/pungi/rawhide-fedora.ks

Error:
 Traceback (most recent call last):
  File "/usr/bin/pungi", line 18, in <module>
    import pypungi.pungi
  File "/usr/lib/python2.5/site-packages/pypungi/pungi.py", line 20, in <module>
    import splittree
 ImportError: No module named splittree

Patch:
--- a/src/pypungi/pungi.py      Fri Dec 14 23:16:10 2007 -0500
+++ b/src/pypungi/pungi.py      Mon Dec 17 09:40:02 2007 -0500
@@ -17,7 +17,6 @@ import os
 import os
 import sys
 sys.path.append('/usr/lib/anaconda-runtime')
-import splittree
 import shutil
 import re
 import pypungi





More information about the Fedora-buildsys-list mailing list