I've install portable WinPython (python-3.6.0b4.amd64 from http://winpython.github.io/).
I use Miktex and TexStudio as IDE.
I'm compiling the example(pythontex_gallery.tex) of the pythonTeX package, It doesn't work for me in Win10. Path to python is in path variable
When I try to run pythontex fromwithin TexStudio (pythontex.exe --interpreter "python:py -3" %.tex) or via command line after tex-file compiling I get
Traceback (most recent call last): File "d:\Programs\LaTeX\MikTex\scripts\pythontex\pythontex.py", line 55, in <module> import pythontex3 as pythontex ModuleNotFoundError: No module named 'pythontex3'
but pythontex3.py in the same folder as pythontex.py