In fact you are missing nothing, you are just not executing the .bat with elevation (run as administrator). Probably because of the way you installed python . (for only this user).
If that doesn't work pm me. Willing to help, but I don't want payment, just donate it to the faucet, the giveaway, or my personal favorite reward for a new pool.
(i could send you a zip with a precompiled version)
Thanks i am so close i can almost taste it...going to bed now as 2am here and i need to be up pretty early...
skeinhash lib is compiled? the ctypes modul is installed? ... maybe copy the lib "skeinhash.so" directly in the poclbm-skc folder and get rid of all the folder stuff in the "skeinhash.py", meaning replace: "_shlib = ctypes.CDLL('./skeinhash/skeinhash.so')" by "_shlib = ctypes.CDLL('skeinhash.so')"