Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26459 > unrolled thread
| Started by | dark.kase@gmail.com |
|---|---|
| First post | 2012-08-03 15:50 -0700 |
| Last post | 2012-08-04 10:01 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
python pynotify with textbox input dark.kase@gmail.com - 2012-08-03 15:50 -0700
Re: python pynotify with textbox input Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-04 10:09 +0100
Re: python pynotify with textbox input Miki Tebeka <miki.tebeka@gmail.com> - 2012-08-04 10:01 -0700
| From | dark.kase@gmail.com |
|---|---|
| Date | 2012-08-03 15:50 -0700 |
| Subject | python pynotify with textbox input |
| Message-ID | <6a92314c-beb9-486b-9ed1-cb00b0e73e4a@googlegroups.com> |
how can i made a notification for gnome-shell with a textbox input ?? library: pynotify?
[toc] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-08-04 10:09 +0100 |
| Message-ID | <mailman.2926.1344071306.4697.python-list@python.org> |
| In reply to | #26459 |
On 03/08/2012 23:50, dark.kase@gmail.com wrote: > how can i made a notification for gnome-shell with a textbox input ?? > > library: pynotify? > Write some code and when you get problems with it post the code here and we'll gladly answer your questions. -- Cheers. Mark Lawrence.
[toc] | [prev] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2012-08-04 10:01 -0700 |
| Message-ID | <b7c8f0bc-3c4d-4718-98aa-2183e5e2f750@googlegroups.com> |
| In reply to | #26459 |
> how can i made a notification for gnome-shell with a textbox input ?? > library: pynotify? You can do it in many ways. You can use one of the Python GUI frameworks - Qt, wx, GTK ... You can use utilities like zenity ...
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web