Sorry, I should have mentioned that the normal import works fine in
Python (see ver below).
No errors on easy_install-ing - or when I did the manual install -
'python setup.py install' from the untar'd archive directory.

...here's my /usr/bin results:
$ ls /usr/bin/python*
/usr/bin/python                 /usr/bin/python2.5-config
/usr/bin/python-config  /usr/bin/pythonw
/usr/bin/python2.5              /usr/bin/pythonw2.5

...and:
$ ls /Library/Frameworks/Python.framework/Versions/
2.5                      Current

...here is the python version and shell results:
KarlsMacBook:~ kgingeri$ python
Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyodbc
>>> help(pyodbc)
    ...the man page like output was displayed for the module here - no
errors...
>>>

...my env vars:
KarlsMacBook:~ kgingeri$ set |grep -i python
PATH=/sw/bin:/sw/sbin:/Library/Frameworks/Python.framework/Versions/
Current/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/
usr/X11R6/bin
_=/usr/bin/python

Does the webpy.app Contents possibly house another python/packages
folder apart from my system python and maybe it is not seeing the
pyodbc i installed?

thx for your response achipa!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to