Transcrypt icon indicating copy to clipboard operation
Transcrypt copied to clipboard

Missing string when translating

Open streetartist opened this issue 4 years ago • 3 comments

image Translating into image I am using Python3.4.3

streetartist avatar Aug 20 '21 10:08 streetartist

Based on the output from Transcrypt, you are using Transcrypt version 3.9 and the lower left corner of VS Code shows Python 3.7. The version of Transcrypt and Python have to match so that the Python AST is transpiled correctly. So you either need to use Transcrypt 3.7.16 or update the version of Python you are using to 3.9.x

JennaSys avatar Aug 20 '21 16:08 JennaSys

Thank you. and I think you should write it in the Readme

streetartist avatar Aug 21 '21 01:08 streetartist

I'm seeing similar issues with missing numbers and strings in a relatively simple program (using Transcrypt 3.9.0 and Python 3.9.0 on Windows 10):

fibonacci_transcrypt_compiling_errors

The same thing also happens in the org.transcrypt.runtime.js file.

straaljager avatar Sep 19 '22 22:09 straaljager