[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
error/patch for pungi - No module named splittree
- From: Lazyboy <dhubler gmail com>
- To: fedora-buildsys-list redhat com
- Subject: error/patch for pungi - No module named splittree
- Date: Mon, 17 Dec 2007 14:54:23 +0000 (UTC)
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]