Hi, I get the following problem:
OS: Centos 6.4 32bit Followed the guide to the letter ... (px)[root@localhost baruwa]# pip install pylibmc Requirement already satisfied (use --upgrade to upgrade): pylibmc in ./px/lib/python2.6/site-packages Cleaning up... (px)[root@localhost baruwa]# paster serve --reload /etc/baruwa/production.ini Starting subprocess with file monitor /home/baruwa/px/lib/python2.6/site-packages/baruwa/model/messages.py:46: SADeprecationWarning: Passing arguments to type object constructor <class 'sqlalchemy.types.Date'> is deprecated date = Column(Date(timezone=True), index=True) /home/baruwa/px/lib/python2.6/site-packages/baruwa/model/messages.py:176: SADeprecationWarning: Passing arguments to type object constructor <class 'sqlalchemy.types.Date'> is deprecated date = Column(Date(timezone=True), index=True) Starting server in PID 3076. serving on 0.0.0.0:5000 view at http://127.0.0.1:5000 The stack trace from the webpage show the following: ⇝ InvalidCacheBackendError: Memcached cache backend requires one of: 'pylibmc' or 'memcache' to be installed. And I'm totally lost why it can't find the version ... Does it depend on a specific version of pylibmc? I'm so lost here ... mvh Mikael Syska
_______________________________________________ http://pledgie.com/campaigns/12056

