changing lines 397-398
as = p.getAssembly()
p.fromAssembly(as)
to
assembly = p.getAssembly()
p.fromAssembly(assembly)
(or anything else but "as")removes the error -- package fonttools 2.2-2ubuntu1 failed to install/upgrade: https://bugs.launchpad.net/bugs/346820 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
