[Bug 350356] Re: flumotion-admin crashed on opening with ImportError in load_dynamic()
wizwiz50
wizwiz50 at free.fr
Sat Oct 31 08:30:59 UTC 2009
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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list