protip, on windows you can just type in cmd in address bar and then it will automatically open in cmd with current directory, no need to use cd
@VVCHK993 Жыл бұрын
thx
@agmuntianu Жыл бұрын
also you can shift + right click and you get access to powershell in current folder
@deokgap Жыл бұрын
'wsl' and 'powershell' also work. thanks
@Stopinvadingmyhardware Жыл бұрын
You can do the same in POSIX systems as well.
@BeeryDorin Жыл бұрын
@@agmuntianu thnx!
@SemRaichman4 ай бұрын
i have a question, is there any way to show the GUI without need to install the X server? i mean - if another user will downlowd mt app from github he wont be able to run the app if he doesnt have the x server installed on his own computer, right?
@Stopinvadingmyhardware Жыл бұрын
You could just create the python app to create it's own container, rather than running it in Go, which just adds complexity and vulnerabilities, which is the entire point of running containers.
@sanjaybhatikar6 ай бұрын
Thanks for an amazing video. The libs you installed would be different on Linux or Mac, no?
@dragon3602010 Жыл бұрын
Awesome, does it work with the library playwright too that automate browser, can we dockerize it?
@5enox8 ай бұрын
Anyone looking for the packages: libxrender-dev libx11-6 libxext-dev libxinerama-dev libxi-dev libxrandr-dev libxcursor-dev libxtst-dev tk-dev && rm -rf /var/lib/apt/lists/*
@milan_clips7 ай бұрын
My man ....thanks this helped me finally
@paulthomas1052 Жыл бұрын
Thanks - an interesting exercise. 👍
@pablo20237 Жыл бұрын
Excellent sir
@jiangpengli865 ай бұрын
thank you for this tutorial ❤
@pepeshopping Жыл бұрын
Great, but I would not do X Display. I have been doing RDP, with sound, on all my servers with GUI.
@mxdmr0697 Жыл бұрын
Thanks for the video! One issue: when i want to put my libraries into a requirements.txt, i get an error creating the image in RUN pip install -r requirements.txt. The error says: Warning: retrying […] Failed to establish a new connection […] Error: could not find a version that satisfies the requirement pandas Error: no matching distribution found for pandas. Can you or someone from the Community help me pls?
@andiglazkov4915 Жыл бұрын
Thanks 😊
@nocopyrightgameplaystockvi231 Жыл бұрын
Does it work with Kivy as well?
@muhammedfahad1947 Жыл бұрын
how to run the image in ubuntu
@thetaomegatheta Жыл бұрын
'_tkinter.TclError: couldn't connect to display "%DISPLAY%"' Something is underexplained here.
@VusalTagiyevv Жыл бұрын
it seems you didn't set DISPLAY variable correct. the variable should be passing the ip.