Re: [pygtk] GtkScintilla Bindings...

2004-07-16 Thread Rubens Ramos
This project (which is now defunct) had some bindings: http://www.micampe.it/moleskine.html but I have no idea if that still works, seems that their last release occurred in 2002... I dont know of any other python bindings for gtkscintilla. There has been some development done on python

Re: [pygtk] how to print from pygtk?

2004-06-21 Thread Rubens Ramos
--- Ivan Brkanac [EMAIL PROTECTED] wrote: Xavier Ordoquy wrote: On Fri, 2004-06-18 at 20:57, Christian Robottom Reis wrote: 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

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] popt question

2004-06-17 Thread Rubens Ramos
This is OK -- I need to do it only once :-) This is fine then - unless getopt behaves differently to popt, or has less/more features that could cause problems. IMHO, it boils down to: do you want/need the gnome/gtk standard command line options, or not? I do. As I understand it, I don't

Re: [pygtk] popt question

2004-06-16 Thread Rubens Ramos
snip I guess so, but it's uglier. Not only that, the actual problem is that I want the program to guess formats if they are not explicitly supplied on the command line. So it should be possible to say ./myprog -i file1 -i file2 -f format2 which means that the file1's format should be