Comment 3 for bug 649595

Revision history for this message
GEM (nimp3) wrote :

HI,
just add the fact that simplejson should be add to the list of required modules, even for linux :

addons\marketing_campaign_mailchimp\marketing_campaign_mailchimp.py (1 hits)
 Line 23: import simplejson as json

as I wrote :

in server\setup.py
line176 change :
"imaplib", "smtplib", "email", "yaml", "DAV",
by
"imaplib", "smtplib", "email", "yaml", "DAV", "simplejson"

Bye