I tried to install django massivecoupon local mac, but no luck so far.
First problem is django admin part, it always said cookie not enabled, but i did. Some search found that it could possibly conflict with php5-mhash. But i have tried to search through my mamp installation, php.ini in mamp, no mhash installed. Tried to search on /etc/ but no php.ini there.
Second problem, on the front page, error found :
Could not import massivecoupon.engine.views. Error was: No module named libs
I did some search and tried to run :
export PYTHNONPATH=$PYTHONPATH:$PWD
export DJANGO_SETTINGS_MODULE=massivecoupon.settings
Still no luck.
Any help will be much appreciated.