I am trying to setup the latest Chicken release, but whenever I try to run the script in Blender, I get an error saying that it cannot locate chicken_config.py. Does anyone know why this is happening? I have tried just about everything I can think of.
Traceback |most recent call last|:
File “”, line 1, in
File “C:Programme\Blender Foundation\Blender\Scrips\chicken_export56.py”, line 1536, in
Blender.Run<oos.path.join<Blender.Get<‘datadir’> ‘chicken/chicken_config.py’>
Just to second pro-rsoft, that error is entirely consistent with missing files. In fact, what is interesting is it checks for the interface code first, which is in bpymodules, and then checks, and fails in your case, for the configuration gui, which is in the bpydata directory. So, have you two by any chance decompressed bpymodules but not bothered to decompress bpydata on the assumption that it only contained the manual by any chance? Alternatively, if you are running Linux there is always the chance of screwy permissions on an existing bpydata breaking the decompression - what OS’s are you running?
Well, that error is basically saying that the file ‘bpydata/chicken/chicken_config.py’ does not exist in the scripts directory. If that file actually does exist then something is very screwy.