winlator icon indicating copy to clipboard operation
winlator copied to clipboard

Python Font Bug or Error

Open rayiup opened this issue 4 months ago • 5 comments

Please describe the issue in as much detail as possible.

General Information

  • Winlator Version:Latest Beta
  • Smartphone Model:Redmi 13

Container Settings

  • Graphics Driver:Vortek
  • DX Wrapper:DXVK
  • Audio Driver:Pulse
  • Box64 Version:3.6

Image

rayiup avatar Oct 14 '25 03:10 rayiup

As far as I know Wine's wineconsole simply does not support ANSI escape sequences/codes, so the colors aren't rendered properly and appear as the raw unparsed sequences, which is what you're seeing (Python uses ANSI escape sequences by default in its REPL).

You can work around this by setting the PYTHON_BASIC_REPL environment variable to 1 before launching the Python REPL. Unfortunately NO_COLOR=1, PYTHON_COLORS=0, and TERM=dumb does not work for Python and only PYTHON_BASIC_REPL does.

VoltrexKeyva avatar Oct 14 '25 14:10 VoltrexKeyva

Its working in font bug

rayiup avatar Oct 17 '25 04:10 rayiup

And how to fix the prepeying metadata error in pip

rayiup avatar Oct 17 '25 04:10 rayiup

Github fucked me up i cant upload the jpg image

rayiup avatar Oct 17 '25 04:10 rayiup

If i open the .py file in wfm python.exe crash

rayiup avatar Oct 17 '25 04:10 rayiup