IOError: [Errno 2] No such file or directory: '../getpaid.buildout/develop-products/Five/skel/site.zcml'
After updating your buildout, you may see an error on starting the instance that includes:
IOError: [Errno 2] No such file or directory: '/path/to/getpaid.buildout/develop-products/Five/skel/site.zcml'
This is due to removing a duplicate version of Five in the product. To get around this, remove the extra Five directory with:
rm -r /path/to/develop-products/Five
