Beta test import error

Expected behavior

import modules

Actual behavior

IOError

Steps to reproduce the behavior

# The following line helps with future compatibility with Python 3
# print must now be used as a function, e.g print('Hello','World')
from __future__ import (absolute_import, division, print_function, unicode_literals)

# import mantid algorithms, numpy and matplotlib
from mantid.simpleapi import *

import matplotlib.pyplot as plt
import time
import numpy as np
from mantid import plots
from mantid.simpleapi import Load, ConvertToMD, BinMD, ConvertUnits, Rebin
from matplotlib.colors import LogNorm


import offspec_red as nr

Platforms affected

Windows 10

I have been looking into this bug and I am at present unable to reproduce it, I have sent you an email to set up a time to go through the issue on your machine.