Daniel Macks wrote:
[]
> Also, fink's python modules (as with everything in fink) are not
> installed in a place that is normally used by Apple things. Therefore,
> it's not surprising that apple's python (which is what your python
> program is using) is not seeing the pygtk installed by fink. Fink's
> pygtk* modules are specially tuned for use by *fink's* python and
> installed in a place that fink's python will find them (fink is
> self-consistent in its own world). Use /sw/bin/python2.3 or something
> similar) instead of apple's /usr/bin/python*.

You can also use the environment variable PYTHONPATH to point python to 
multiple or non-standard installation directories. You would need to do 
this if you installed some python stuff in 
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages
(AKA /Library/Python/2.3/site-packages) and others in 
/sw/lib/python2.3/site-packages.

-- 
Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
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