Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Just a question #15

Open
nixfreak opened this issue Jul 22, 2020 · 3 comments
Open

Just a question #15

nixfreak opened this issue Jul 22, 2020 · 3 comments

Comments

@nixfreak
Copy link

Is “Teek” still under development or is the project non-active? If active is it stable for production? From reading I really like this project and I’m looking for a good GUI lib to build apps on rather then Pyqt, tkinter,wx, or kivy.

@Akuli
Copy link
Owner

Akuli commented Jul 22, 2020

My interest in developing teek stopped when I tried to make Porcupine use teek. It worked, but it was a lot slower than with tkinter, and unfortunately teek's niceness stuff comes with a performance cost. I will review and merge pull requests to teek, but don't expect to get many more teek features developed by me.

Recently I've worked on making tkinter usable with mypy, which is what I'm going to do with Porcupine. I think that will be quite nice because I can be more confident that I got things right before running my code. Also, this kind of niceness comes without a runtime performance cost.

@Bakir-hub
Copy link

я не могу работать с библиотекой teek я сделал всё как в документации но всё равно появляется ошибка
`image

import teek
window = teek.Window("Hello World")
label = teek.Label(window, "Hello World!")
label.pack()
window.on_delete_window.connect(teek.quit)
teek.run()

это весь код

@Akuli
Copy link
Owner

Akuli commented Dec 4, 2020

Don't name your file teek.py

@Akuli Akuli mentioned this issue May 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants