1. path adjustment: I see no reason for it -- the code goes this way:

 (...)
 20 os.chdir(os.path.normpath(os.path.dirname(__file__)))
 21 # Optional: Add QWeb in sys path
 22 sys.path[0:0]=glob.glob('../../python')
 23 
 24 import qweb, codecs
(...)

the python script is located at /usr/share/ajaxterm/. There is no such
directory (from the current path) as '../../python', so the
'glob.glob()' call returns an empty list. Additionally, qweb.py is in
the same directory as the script. I am guessing this is a left-over.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795159

Title:
  [MIR] ajaxterm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ajaxterm/+bug/795159/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to