Same issue with 9.10. I did an ugly fix :
1) Install python 2.5, you might do : sudo apt-get install python-all 2) Edit the first line of /usr/bin/flumotion-manager Replace : #!/usr/bin/python With : #!/usr/bin/python2.5 3) Edit the first line of /usr/bin/flumotion-worker Replace : #!/usr/bin/python With : #!/usr/bin/python2.5 -- flumotion-admin crashed on opening with ImportError in load_dynamic() https://bugs.launchpad.net/bugs/350356 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 -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
