You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling a file with pythontex I get messages about invalid escape sequences in python3.py. I am running the latest version from texlive. The output of pythontex --version gives
The first instance should replace "\setpythontexworkingdir{<outputdir>}". by "\\setpythontexworkingdir{<outputdir>}". in the subsequent string.
The other two cases should probably replace '(\s*)' by a raw string r'(\s*)'.
I don't have experience of making changes on github, and have not be able to run pythontex in a way that uses a modified local version of python3.py, so have not be able to test these changes.
The text was updated successfully, but these errors were encountered:
When compiling a file with pythontex I get messages about invalid escape sequences in python3.py. I am running the latest version from texlive. The output of
pythontex --version
giveswhich already contains the errors.
The first instance should replace
"\setpythontexworkingdir{<outputdir>}".
by"\\setpythontexworkingdir{<outputdir>}".
in the subsequent string.The other two cases should probably replace
'(\s*)'
by a raw stringr'(\s*)'
.I don't have experience of making changes on github, and have not be able to run pythontex in a way that uses a modified local version of python3.py, so have not be able to test these changes.
The text was updated successfully, but these errors were encountered: