Re: pythondialog
Leam Hall via Tutor <[email protected]> Sun, 10 Aug 2025 16:45:41 -0400
| Newsgroups | gmane.comp.python.tutor |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/25 16:23, Alex Kleider via Tutor wrote: > Although not part of the Python standard library, > perhaps someone might be able to help with getting pythondialog running. > Following the tutorial > (https://pythondialog.sourceforge.io/doc/intro/intro.html) results in > an error/problem I've been unable to circumvent: > > The 'dialog' module was suggested to me by Alan G. in some > correspondence a couple of years ago. > All the best to everyone. > Alex, I just tried the example code at https://pythondialog.sourceforge.io/doc/intro/intro.html and got the same error. The issue is that you have to have the "dialog" package installed for your computer. Mine is Fedora, so a "dnf install dialog" solved the issue. Leam _______________________________________________ Tutor maillist - To unsubscribe send an email to [email protected] To unsubscribe or change subscription options: %(web_page_url)slistinfo/%(_internal_name)s