hi!
On Thu, Aug 27, 2009 at 4:53 PM, [email protected] < [email protected]> wrote: > > I have installed sqlalchemy and can import it from python prompt e.g. > > Python 2.5.4 (r254:67916, Mar 6 2009, 12:13:15) > [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import sqlalchemy > >>> sqlalchemy.__file__ > '/usr/local/lib/python2.5/site-packages/SQLAlchemy-0.4.8-py2.5.egg/ > sqlalchemy/__init__.pyc' > > > from the lines below it seems that your web server is trying to run the stuff from your virtualenvironment i guess. > > but when I run pylons apps using apache/mod_wsgi it says > > """ > ... > [Thu Aug 27 04:19:33 2009] [error] [client 123.236.186.183] File "/ > home/expert/mydevenv/lib/python2.5/site-packages/setuptools-0.6c9- > py2.5.egg/pkg_resources.py", line 626, in require > [Thu Aug 27 04:19:33 2009] [error] [client 123.236.186.183] File "/ > home/expert/mydevenv/lib/python2.5/site-packages/setuptools-0.6c9- > py2.5.egg/pkg_resources.py", line 524, in resolve > [Thu Aug 27 04:19:33 2009] [error] [client 123.236.186.183] > DistributionNotFound: SQLAlchemy>=0.4.8 > """ > > what could be the reason behind that? > > -- Regards, Arun Tomar blog: http://linuxguy.in website: http://www.solutionenterprises.co.in --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
