[pygtk] PyGTK in the standard Library

2004-06-18 Thread Matthew Bull
I realise I'm quite new to this list but I've been working with PyGTK for a while now and would welcome peoples feedback on something. please put me straight if I'm treading on toes, or reiterating an old discussion. There have been several discussions on the list in the last few months about

Re: [pygtk] How to hack gdesklets to work with 2.4

2004-06-18 Thread Jonathon McKitrick
On Fri, Jun 18, 2004 at 10:12:06AM +0200, Johan Dahlin wrote: : fre 2004-06-18 klockan 02.32 skrev Jonathon McKitrick: : I don't use autoconf, but I'd like to install gdesklets, and it won't let : me, since it doesn't find pygtk. I have the 2.4 beta installed. : : You need to set

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Rubens Ramos
Well - I have to say - I just joined the list a very short time ago, and just contributed a bit here and there to pygtk, but this email really inspired me to write about point n.3. My dream would really to be able to see gnome apps using a PyGTK-thing that worked like VBA - please dont kill me

Re: [pygtk] How to hack gdesklets to work with 2.4

2004-06-18 Thread Johan Dahlin
And this will work on FreeBSD as well? Yes, it should work on all system where autotools passes. -- Johan Dahlin [EMAIL PROTECTED] ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Gustavo J. A. M. Carneiro
While I think that in principle this would be a good idea, there are some management issues that would need to be resolved, such as: 1- PyGTK wraps GTK+ for Python. Which life-cycle do we follow, GTK's or Python's? 2- Do we keep PyGTK's bugzilla, or use sourceforge's bug tracker

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Skip Montanaro
Matt There have been several discussions on the list in the last few Matt months about trying to get PyGTK into the standard library, ... Matt there where however a few buts... Matt 1. Documentation - ... Matt 2. Windows - ... Matt 3.Idle - ... 4. Mac OSX -

[pygtk] New subscriber, asking about embedding

2004-06-18 Thread Lucas Di Pentima
Hi there boys and girls! I'm a new PyGTK user, I'm developing a C application using the GNOME framework, it's a VGA Planets client called GNOME War Pad (http://gwp.lunix.com.ar), and I'm starting to use PyGTK's codegen feature to wrap my GObjects inside Python objects...it works great although

Re: [pygtk] New subscriber, asking about embedding

2004-06-18 Thread Lucas Di Pentima
Ouch! I think I've found the answer on the FAQ :-) http://www.async.com.br/faq/pygtk/index.py?querytype=simplequery=PyGObjectreq=search Lucas Di Pentima wrote: Hi there boys and girls! I'm a new PyGTK user, I'm developing a C application using the GNOME [...] there's a direct way to do that, I

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Matthew Bull
On Fri, 2004-06-18 at 13:41, Gustavo J. A. M. Carneiro wrote: While I think that in principle this would be a good idea, there are some management issues that would need to be resolved, such as: 1- PyGTK wraps GTK+ for Python. Which life-cycle do we follow, GTK's or Python's? Both

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Matthew Bull
On Fri, 2004-06-18 at 13:59, Skip Montanaro wrote: Matt There have been several discussions on the list in the last few Matt months about trying to get PyGTK into the standard library, ... Matt there where however a few buts... Matt 1. Documentation - ... Matt 2.

Re: [pygtk] how to print from pygtk?

2004-06-18 Thread Fernando San Martín Woerner
Ivan Brkanac escribió: Hello I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to printer, as I searched documentation I couldn't find anything here in the pyGestor project we are using reportlab http://www.reportlab.org/,

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Skip Montanaro
1- PyGTK wraps GTK+ for Python. Which life-cycle do we follow, GTK's or Python's? Matt Both this point and the one below are best answered by the library Matt developers, if they are in favour of the idea of course :^) (I Matt should make it clear I _use_ pyGTK, I'm not a

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Volker Helm
Hi all, as no nativ english speaker, I ask in advance for pardon because my bad english. 1. Documentation - this is something that has been discussed on the list quite a few times and actually I think the exsisting free docs are perfectly adequate it seemed to mostly come from people who

Re: [pygtk] how to print from pygtk?

2004-06-18 Thread Fernando San Martín Woerner
Christian Robottom Reis escribió: On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to printer, as I searched If you want to use GNOME's printing

Re: [pygtk] Codegen question

2004-06-18 Thread Johan Dahlin
I tried replacing gint* with int* and got the same message, I suppose I'm doing something wrong, any ideas? You'll have to do something like this in your .override file: %% override gwp_ship_get_waypoint noargs static PyObject * _wrap_gwp_ship_get_waypoint (PyObject *self) { int wp_x,

Re: [pygtk] PyGTK in the standard Library

2004-06-18 Thread Christian Robottom Reis
On Fri, Jun 18, 2004 at 10:27:28AM +0100, Matthew Bull wrote: There have been several discussions on the list in the last few months about trying to get PyGTK into the standard library, and whilst attending europython recently I had an opportunity to steer conversations in that direction with

[pygtk] Windows capture webcam (offtopic)...

2004-06-18 Thread Phillip Neumann
Hello. I know this is a little offtopic.. but i'm developing a program and want to choose python as the prog. language. The only problem i have to choose it, is that i need to capture images from a USB webcam. The plataform is windows.. I have the ddls and all... If i could capture image

[pygtk] Image as background of textview

2004-06-18 Thread Tiago Cogumbreiro
Hello all, is it possible to add an image as a background of a textview using pygtk? If not is it possible to do it in C based Gtk+? Thank you all in advance, Tiago Cogumbreiro ___ pygtk mailing list [EMAIL PROTECTED]

Re: [pygtk] Windows capture webcam (offtopic)...

2004-06-18 Thread Christian Robottom Reis
On Fri, Jun 18, 2004 at 09:38:51PM +, Phillip Neumann wrote: I have the ddls and all... If i could capture image from within python, it would be grate, and definitly use python all the way. What would be the (best) way to capture from a webcam device using python? If you have