The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2016-08-23
, 10:31
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#3
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2016-08-23
, 11:16
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#4
|
![]() |
2016-08-23
, 13:10
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#5
|
What modules does it need? Easy Debian sounds like overkill.
I've still got a series of Perl modules to upload to fix get_iplayer. I posted a RFC to see what the preferred way of doing it would be (minimal to get it working vs more packages but potentially better performance but more to maintain) but never got a proper response.
import notify2 import xdg.BaseDirectory import requests
The Following User Says Thank You to marmistrz For This Useful Post: | ||
And here the problem arises. There are virtually no modules for Python 3 on Fremantle. Is there any way I could bundle the modules with my app?
I guess that porting the needed modules from Debian is out of reach. And requires much too much work.
Old contents:
I'm working on a simple app written in python3 which core feature is displaying notifications. It already works on desktop using the python bindings for libnotify.
I'll have to create a separate method of displaying notifications and I don't mind it. But what method would you suggest?
Using shell and `dbus-send` comes to my mind but its awful.
If you want to support my work, you can donate by PayPal or Flattr
Projects no longer actively developed: here
Last edited by marmistrz; 2016-08-16 at 11:02.