[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Problem after Debian upgrade
On Wed, May 14, 2008 at 08:35:51AM +0100, Colin Tuckley wrote:
> I just upgraded my Debian Testing box which included an other python upgrade.
>
> Now when I try to start mixminion I get:
>
> minion@cside:~$ mixminion server-start
> ERROR importing mixminion package.
> Traceback (most recent call last):
> File "/usr/bin/mixminion", line 4, in <module>
> import mixminion.Main
> ImportError: No module named mixminion.Main
As discussed on IRC, this looks like maybe it's looking for the wrong
python binary. Make sure that the python version in the #! line in
the mixminion script matches the one that mixminion's installed under.
For example, if mixminion is in /usr/lib/python2.4/site-packages/ ,
then make sure that the script starts with #!/usr/bin/python2.4 .
yrs,
--
Nick