On 11/12/15 1:28 PM, Montanez, Victor wrote: > > I have checked the update script but I get some errors when trying to run the > bin/update --force . I think this has to do with the import statements > specified on the script. But I can say I do see the version I rolled back to > through the web interface (which does appear to have rolled back > successfully). > > Thank you > > $ bin/update --help > Traceback (most recent call last): > File "bin/update", line 46, in <module> > import paths > ImportError: No module named paths
This is very strange. There must be a paths.py module in Mailman's bin/ directory or pretty much non of Mailman's bin/ commands will run. Possibly the user you ran it as does not have permission to read bin/paths.py. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
