Hi Karl, My guess is that you are running the binary distribution of web2py. That comes with its own python and this it does not see any module you installed on the default python that comes with your mac.
Download the web2py source code from http://mdp.cti.depaul.edu/examples/default/download Unzip it anywhere you like it. Go under the web2py folder run: python web2py.py This will run web2py using your own python which has pyodbc installed. Massimo On Jan 28, 8:51 pm, kgingeri <kging...@gmail.com> wrote: > Also, I've tried a few things and here are my responses - again, I am > new at this (I had looked at web2py a year ago briefly) so don't laugh > too loud ;v) > > # easy_install pymssql > Searching for pymssql > Readinghttp://pypi.python.org/simple/pymssql/ > Readinghttp://pymssql.sourceforge.net > No local packages or download links found for pymssql > error: Could not find suitable distribution for Requirement.parse > ('pymssql') > > # easy_install pyodbc > Searching for pyodbc > Best match: pyodbc 2.1.4 > Processing pyodbc-2.1.4-py2.5-macosx-10.5-i386.egg > pyodbc 2.1.4 is already the active version in easy-install.pth > > Using /Library/Python/2.5/site-packages/pyodbc-2.1.4-py2.5-macosx-10.5- > i386.egg > Processing dependencies for pyodbc > Finished processing dependencies for pyodbc > > # easy_install web2py > Searching for web2py > Readinghttp://pypi.python.org/simple/web2py/ > Readinghttp://mdp.cti.depaul.edu > Readinghttp://mdp.cti.depaul.edu/examples/default/download > No local packages or download links found for web2py > error: Could not find suitable distribution for Requirement.parse > ('web2py') > > ...anyway, I have email alerts on for any responses - thx again! > Karl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---