3 Aug
                
                    2007
                
            
            
                3 Aug
                
                '07
                
            
            
            
        
    
                1:24 a.m.
            
        On 8/2/07, Aaron Spike <aaron@...749...> wrote:
Kent Tenney wrote:
Can a Python extension script provide the following;
- browse for and select a file
 To do this your script will need to provide its own graphical user interface, because at this time the gui automatically created by Inkscape does not provide a file selection widget.
- the text in the file becomes a text object in my drawing
 Absolutely.
Lets say my script gets to this point text = file('filename').read()
is something of this sort possible?
document.addText(text)
Thanks, Kent
Aaron Spike