Hi Peter, I got it going with python3 I had to convert print to print( ) function. It worked for the simple html test sample. However, when I used a more complex html, my server just hung. Interestingly, I was able to process the same html successfully on the Mailchimp inliner site that I know was your inspiration for writing this. Do you have any tips for me to figure why I can't get it to work with the python script? Do you think it is related python3 which did not exist when you first posted this?
Comment
Hi Peter, I got it going with python3 I had to convert print to print( ) function. It worked for the simple html test sample. However, when I used a more complex html, my server just hung. Interestingly, I was able to process the same html successfully on the Mailchimp inliner site that I know was your inspiration for writing this. Do you have any tips for me to figure why I can't get it to work with the python script? Do you think it is related python3 which did not exist when you first posted this?