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
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
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
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