Comment 26 for bug 82286

Revision history for this message
Calabacin (raulgarciag) wrote :

I just tried to run destar on my Ubuntu Jaunty and I have a similar problem:
TypeError: import_module() takes at most 4 arguments (5 given)

Installed packages:
destar 0.2.2-5.2ubuntu1
python-quixote1 1.2-4.1ubuntu1

I tried installing python 2.4 and changing the first line in /usr/share/destar/python/destar.py from:
#!/usr/bin/env python

to
#!/usr/bin/env python2.4

But now I get a new error:
ImportError: No module named medusa

I guess this error came back after last packages' update ??