[vPostMaster] Vpostmaster problem
Sean Reifschneider
jafo at tummy.com
Thu Sep 13 15:42:29 MDT 2007
On Wed, Aug 29, 2007 at 09:02:37PM -0400, Sam Povilus wrote:
>This is what happens when I run it from the command line:
>
>Traceback (most recent call last):
> File "./vpm-pfpolicy", line 10, in ?
> import psycopg
This means that the Python Psycopg module is not installed, or if it is
installed it is not the correct version for the Python you have installed.
It sounds like you have a confused set of packages installed, maybe some
for one version of the OS and some for another. vPostMaster packages say
that they require the "python-psycopg" (or similar) package. However, if
you somehow get a python-psycopg that was built for Python 2.5 installed,
with a Python package that is version 2.4.
If you have this kind of package skew it can be hard to track down all the
way, but if you remove python-psycopg and try to re-install it using the
correct version for your system, it may fix it. If it does not, it means
you probably have the wrong version of Python installed.
No telling how many wrong versions you have installed.
Sean
--
"Smart... Subtle... And trickier than a bathtub full of jello." -- Blue
Sean Reifschneider, Member of Technical Staff <jafo at tummy.com>
tummy.com, ltd. - Linux Consulting since 1995: Ask me about High Availability
Back off man. I'm a scientist. http://HackingSociety.org/
More information about the vPostMaster
mailing list