Kupfer installation problem? No module named misc?



Hi guys:

    I am having some trouble with installation of kupfer from source. I git clone source from github and tried to install with "./wap configure
". But wap complained that

compat: rename "set_options" to "options" ('/home/kuang/Code/kupfer/wscript')
compat: rename "srcdir" to "top" ('/home/kuang/Code/kupfer/wscript')
compat: rename "blddir" to "out" ('/home/kuang/Code/kupfer/wscript')
compat: rename "set_options" to "options" ('/home/kuang/Code/kupfer/wscript')
compat: rename "srcdir" to "top" ('/home/kuang/Code/kupfer/wscript')
compat: rename "blddir" to "out" ('/home/kuang/Code/kupfer/wscript')
Traceback (most recent call last):
  File "./waf", line 161, in <module>
    Scripting.waf_entry_point(cwd, VERSION, wafdir)
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Scripting.py", line 76, in waf_entry_point
    parse_options()
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Scripting.py", line 106, in parse_options
    opt=Options.OptionsContext().execute()
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Options.py", line 117, in execute
    super(OptionsContext,self).execute()
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Context.py", line 87, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Context.py", line 124, in recurse
    user_function(self)
  File "/home/kuang/Code/kupfer/wscript", line 102, in set_options
    opt.tool_options("misc")
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Context.py", line 81, in load
    module=load_tool(t,path)
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/extras/compat15.py", line 77, in load_tool
    ret=eld(*k,**kw)
  File "/home/kuang/Code/kupfer/.waf-1.6.1-1369902f3a1b0afb93dd6cdf3068f626/waflib/Context.py", line 285, in load_tool
    __import__(d)
ImportError: No module named misc

    I tried to search for any package named "misc" in ubuntu repository, but couldn't find anything. So I was wondering if you guys have seen anything like this before, and I would really appreciate any help.

    Best
Kuang     
     
    



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]