Hi,
Quoting from Peter Church's mail on Fri, Nov 11, 2005 at 02:42:05PM -0000:
Like the title says :( I have tried to install this version and come up
with the following
error. I had a previous version installed however I deleted the old
binaries before I started...
bash-3.00# make install
...
test -z "" || /bin/sh ./mkinstalldirs ""
./install-sh -c -m 644 'fetchmailconf.py' '/fetchmailconf.py'
It is installing fetchmailconf.py on the root directory! This means
that pythondir and/or pyexecdir are not set correctly.
./py-compile: Missing argument to --basedir.
*** Error code 1
Could you run these commands and tell the output?
python -c "import sys; print sys.version[:3]"
echo $?
python -c "import sys; print sys.platform"
echo $?
python -c "from distutils import sysconfig; print
sysconfig.get_python_lib(0,0,prefix='/usr/local')"
echo $?
python -c "from distutils import sysconfig; print
sysconfig.get_python_lib(1,0,prefix='/usr/local')"
echo $?
Also, could you send the output of the configure script? Just the
python section of it will do.
--
Sunil Shetye.
_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends(_at_)lists(_dot_)ccil(_dot_)org
http://lists.ccil.org/cgi-bin/mailman/listinfo/fetchmail-friends