Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Tristan Alexander McLeay
On 19/06/05, Dennis Craven <[EMAIL PROTECTED]> wrote: > On Sat, 2005-18-06 at 17:13 +1000, Tristan Alexander McLeay wrote: > > The normal signals > > for doing this don't seem to react for me (though the software still > > runs with them). > > I'm trying to do something similar with the same resul

Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Dennis Craven
On Sat, 2005-18-06 at 17:13 +1000, Tristan Alexander McLeay wrote: > The normal signals > for doing this don't seem to react for me (though the software still > runs with them). I'm trying to do something similar with the same results. button-press-event doesn't cause a traceback, but it also doe

Re: [pygtk] I m getting error on Windows

2005-06-18 Thread Nikos Kouremenos
> n 6/18/05, Mahmad Sadique Hannure <[EMAIL PROTECTED]> wrote: > Hi to all, > I have installed python2.4,Pygtk 2.6 and GTK 2.6 > on WindowsXP. When I am trying to executing a well > executable progrm which is running on all distribution > of Linux getting error > import gtk > F

Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Jakub Piotr Cłapa
Tristan Alexander McLeay wrote: On 18/06/05, Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: Tristan Alexander McLeay wrote: I was wanting to make a simple webbrowser in Python using the gtkmozembed bindings that had a right-click context-sensitive menu as well as have the middle button paste th

Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Tristan Alexander McLeay
On 18/06/05, Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: > Tristan Alexander McLeay wrote: > > I was wanting to make a simple webbrowser in Python using the > > gtkmozembed bindings that had a right-click context-sensitive menu as > > well as have the middle button paste the new URI. ... > > PyMo

[pygtk] I m getting error on Windows

2005-06-18 Thread Mahmad Sadique Hannure
Hi to all, I have installed python2.4,Pygtk 2.6 and GTK 2.6 on WindowsXP. When I am trying to executing a well executable progrm which is running on all distribution of Linux getting error import gtk File "C:\python24\lib\site-packages\gtk-2.0\gtk\__init__.py"line 33,in?

Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Jakub Piotr Cłapa
Tristan Alexander McLeay wrote: I was wanting to make a simple webbrowser in Python using the gtkmozembed bindings that had a right-click context-sensitive menu as well as have the middle button paste the new URI. The normal signals for doing this don't seem to react for me (though the software s

Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Tristan Alexander McLeay
On 18/06/05, Nikos Kouremenos <[EMAIL PROTECTED]> wrote: > On 6/18/05, Tristan Alexander McLeay <[EMAIL PROTECTED]> wrote: > > I was wanting to make a simple webbrowser in Python using the > > gtkmozembed bindings that had a right-click context-sensitive menu as > > well as have the middle button p

Re: [pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Nikos Kouremenos
On 6/18/05, Tristan Alexander McLeay <[EMAIL PROTECTED]> wrote: > I was wanting to make a simple webbrowser in Python using the > gtkmozembed bindings that had a right-click context-sensitive menu as > well as have the middle button paste the new URI. The normal signals > for doing this don't seem

[pygtk] detecting gtkmozembed right-cliks

2005-06-18 Thread Tristan Alexander McLeay
I was wanting to make a simple webbrowser in Python using the gtkmozembed bindings that had a right-click context-sensitive menu as well as have the middle button paste the new URI. The normal signals for doing this don't seem to react for me (though the software still runs with them). Having poked