Comment 2 for bug 576720

Revision history for this message
billy loftus (billy-loftus) wrote :

I am using python 2.7 and I tried to install waferslim 1.0.2. I have same issue described here i.e.

import codecs, logging.config, os, socketserver, sys
ImportError: No module named socketserver

This is because in python 2.7, the socketserver module is called SocketServer. I tried renaming to the correct module name but there are further import issues raised in execution.py

import builtins, logging, re, sys, threading
ImportError: No module named builtins

is there a reported solution or workaround to this issue?