I am trying to compile net-snmp-unified with the python bindings.

The python bindings require setuptools which I have installed using 
"fink -y install setuptools-py25".  It installs successfully, but the 
net-snmp install fails because python can't load the module.

/usr/bin/python is a symlink to /usr/bin/python2.3 which is a symlink to 
/System/Library/Frameworks/Python.framework/Versions/2.3/bin/python

If i execute /usr/bin/python (or just python) and then type "from 
setuptools import setup" I get the following error.
ImportError: No module named setuptools


If I execute /sw/bin/python2.5 and type "from setuptools import setup" 
then I just get the prompt returned, meaning things imported ok.

How do I get the build of net-snmp to use the correct python executable.

Thanks, Brendan.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to