Im not able to see the output tab

hey
im facing an issue where any repl i create of python, there is no output tab that i can see
only shell tab and console tab is visible

:wave: hey @ayanrkt, welcome to the forum!

this is because your code is not opening an output window. you can use turtle or pygame to open an output

3 Likes

I don’t see any errors on your image. The output is displayed correctly in the console.

image

Hey! You won’t see an output unless you use a library like Tklib2 to create one.

Or, things like Turtle or Tkinter.

1 Like

I tried to use tkinter to make a project but it isn’t showing any output

Whenever I use tkinter library it doesn’t give an output and the console just shows the text main.py

Hi @ayanrkt !
Are you running the code in main.py or in another file?

im running on main.py only
i have tried to change the browser as well as change the id completely

Hey @ayanrkt!

Can you send me the link to your Repl so I can take a look?

hey i just checked with the project and it seems to work now

i dunno what the problem was earlier but now it works

i had to use it for my class and then i discovered that its working now

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.