Re: pynotify for python 3.1.. Help Please..

2010-04-02 Thread Jebagnana Das
Thank you for your reply. Unfortunately pynotify is not available as a .py file but as an .so (shared library) file. In both python 2.5 and 2.6 installations it can be found at /var/lib/python-support/python2.x/gtk-2.0/pynotify/__init__.py , _pynotify.so. I think it was written in native

Re: pynotify for python 3.1.. Help Please..

2010-04-02 Thread Shashwat Anand
I guess it is a 3rd party module. Run setup.py with python3.1, however it can happen that the module is not python3 compatible. In that case try using 2to3 if you can. On Fri, Apr 2, 2010 at 3:43 PM, Xavier Ho wrote: > On Fri, Apr 2, 2010 at 8:13 PM, Xavier Ho wrote: > >> Hi Jebamnana, >> > > J

Re: pynotify for python 3.1.. Help Please..

2010-04-02 Thread Xavier Ho
On Fri, Apr 2, 2010 at 8:13 PM, Xavier Ho wrote: > Hi Jebamnana, > Jebagnana* Sorry. -Xav -- http://mail.python.org/mailman/listinfo/python-list

Re: pynotify for python 3.1.. Help Please..

2010-04-02 Thread Xavier Ho
Hi Jebamnana, You'll probably have to copy the pynotify contents to the Python 3.1 folder. (under Libs\site-packages). You should be able to find the folder in the Python 2.6 paths. Once you do that, you can try to use it. But I don't know if pynotify will be able to run with Python 3.1. For inst

pynotify for python 3.1.. Help Please..

2010-04-02 Thread Jebagnana Das
Hello all, I'm trying to display system notifications in ubuntu.. I've tested pynotify in python 2.6 and it's working fine.. I want to know if i can do the same with python 3? I tried but there is no module named pynotify error is displayed.. Any of your help would be much appreciated.. -