Hi Bruno,
I'm using Snow Leopard too, and though I still use Python 2.5, I don't
think 2.6 should be a problem.
Where is your Python install's site-packages directory? Mine is at
/Library/Python/2.5/site-packages. That's where my Ft module got
installed. Yours would have 2.6 instead of 2.5 but otherwise should be
the same.
If you open Terminal and start python from the command line, import
sys, then type in sys.path, you can see the module search path as a
list of folders:
Dale-Hunschers-Cielo-MacBook-Pro:~ dalehunscher$ python
Python 2.5.4 (r254:67916, Feb 11 2010, 00:50:55)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/Library/Python/2.5/site-packages/setuptools-0.6c9-py2.5.egg',
'/Library/Python/2.5/site-packages/simplejson-2.0.9-py2.5-macosx-10.5-i386.egg',
'/Library/Python/2.5/site-packages/python_twitter-0.6-py2.5.egg',
'/Library/Python/2.5/site-packages/docutils-0.6-py2.5.egg',
'/Library/Python/2.5/site-packages/virtualenv-1.4.3-py2.5.egg',
'/Library/Python/2.5/site-packages/lxml-2.2.6-py2.5-macosx-10.6-i386.egg',
'/Library/Python/2.5/site-packages/PyGreSQL-4.0-py2.5-macosx-10.6-i386.egg',
'/Library/Python/2.5/site-packages/reportlab-2.4-py2.5-macosx-10.6-i386.egg',
'/Library/Python/2.5/site-packages/PIL-1.1.7-py2.5-macosx-10.6-i386.egg',
'/Library/Python/2.5/site-packages/PyXML-0.8.4-py2.5-macosx-10.6-i386.egg',
'/Library/Python/2.5/site-packages/ZSI-2.1_a1-py2.5.egg',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python25.zip',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-darwin',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/lib-scriptpackages',
'/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk',
'/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload',
'/Library/Python/2.5/site-packages',
'/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC',
'/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/wx-2.8-mac-unicode']
>>>
Let me know if this isn't enough info to get things working. I really
like working on Snow Leopard, but it did take a bit of doing to get
everything working right Python-wise.
Dale Hunscher
---
Dale A. Hunscher, MSI
CTO, Cielo Medsolutions LLC
3520 Green Ct.
Suite 150
Ann Arbor, MI 48105
Cell:
(734) 678-5178
Office:
(734) 827-1000 x5679
Fax:
(734) 661-2668
http://www.cielomedsolutions.com