Re: [pygtk] announcement policy

2009-11-20 Thread Geoff Bache
Florian Diesch wrote:
 Alessandro Dentella san...@e-den.it writes:

   
 On Thu, Nov 19, 2009 at 06:19:31PM +0100, Yann Leboulanger wrote:
 
 John Finlay a écrit :
   
 I'm disappointed that I appear to be the only one on this list that 
 finds these announcements objectionable. And contrary to speculation I 
 
 I don't find announcement on PyGTK addons objectionable and surely not just
 becouse I'm amoung those who send these announcement every now and then, but
 becouse I like to be informed on what's moving aroung the pygtk world and I
 happened to use software that was advertized on this list.
 

 I like to read here announcements of projects that help me to use PyGtk in
 some way if they are not too frequent.
 I don't want to get announcements of every projects that uses PyGtk.
   

I agree. I don't think this list has a problem with too much 
announcement traffic. It isn't
what I'd call a heavy-traffic list in general. Provided the 
announcements stay with stuff
that is useful for the general PyGTK user (i.e. competitors like PyGUI 
should go elsewhere)
I would say it's just fine as it is.

I'd say a much bigger problem is that a large percentage of questions 
here never get answered,
but there are no easy solutions to that of course...

 To be even more clear, I would rather prefer if announcement stayed in this
 same list. 
 

 +1
   
+1

/Geoff

___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


[pygtk] Embedding ipython in pygtk

2009-11-20 Thread David Trem
Hi,

  I'm wondering whether anybody port the
ipython_view.py from the Accerciser project which allows to
embed ipython in pygtk app, to the current version of ipython ?
See:
http://ipython.scipy.org/moin/Cookbook/EmbeddingInGTK

It seems that the new ipython scheme to integrate better with GUI 
toolkit event loops broke this nice peace of code.

If someone was successful in embedding current version
of ipython in pygtk, I hope this person would be eager to share.

I was not lucky posting on ipython list, thus I try on pygtk one.

Thanks,

David
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


[pygtk] AccellLabel in MenuItem with uimanager and popup

2009-11-20 Thread Alessandro Dentella
Hi,

  I use uimanager with menubar, toolbar and popup, the same action
  defined as:
 ('Zoom-fit', gtk.STOCK_ZOOM_FIT, None, 'Controlz', None, 
self.on_zoom_fit),
  appear in menubar and popup. In menubar it does have an AccelLabel while in
  popup it doen't. Is there any reason?

  Following the main step I do to create the popup from the same uimanager
  that works for menubar:

  popup name=TreePopup
...
menuitem action=Zoom-fit /
...
  /popup


  menu = self.ui_manager.get_widget('/TreePopup')
  menu.popup(None, None, None, event.button, event.time)

  TIA
  sandro
  *:-)

  
-- 
Sandro Dentella  *:-)
http://sqlkit.argolinux.orgSQLkit home page - PyGTK/python/sqlalchemy
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


[pygtk] ANN: PyGUI Mailing List

2009-11-20 Thread Gregory Ewing
There is now a mailing list for discussion of PyGUI:

   http://mail.python.org/mailman/listinfo/pygui


What is PyGUI?
--

PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API.

   http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/

-- 
Gregory Ewing
greg.ew...@canterbury.ac.nz
http://www.cosc.canterbury.ac.nz/greg.ewing/

This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.

Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/