I can run this script on my laptop, but when I run this script on a PC an error comes up.
import platform ,os, sys, re, json
global job, seq, shot, curApp, jobPath, jobPathLin, jobPathMaya, jobPathNuke,jobPathOsx, jobPathScripts, jobPathWin, nukeOutPath
jFile = open('%s/config.json' % os.environ['FXPIPEPATH'])
jData = json.load(jFile)`enter code here`
jFile.close()
Here is the error:
Error: ValueError: file c:\Program Files\Autodesk\Maya2017\bin\python27.zip\json\decoder.py line 382: No JSON object could be decoded
Can anyone help?