[pyar] Fwd: Por Favor ayuda con sqlalchemy-gtk-glade
Rommel Augusto Gutierrez Roa
ragutierrezroa en gmail.com
Jue Mayo 12 13:17:23 ART 2016
En google puedes encontrar mucha información y ejemplos de como utilizar
las librerías.
En una búsqueda rápida encontre esto:
http://www.pygtk.org/pygtk2reference/class-gtkfilechooser.html
gtk.FileChooser.get_current_folder
def get_current_folder()
*Returns* :
the full path of the current folder, or None if the current path cannot be
represented as a local filename.
Note
This method is available in PyGTK 2.4 and above.
The get_current_folder() method returns the current folder of the chooser
as a local filename. See the set_current_folder()
<http://www.pygtk.org/pygtk2reference/class-gtkfilechooser.html#method-gtkfilechooser--set-current-folder>
method for more information.
Atentamente,
Rommel Gutierrez Roa
#AprendizajeLibre
aprendizajelibre.org
Telf: (07) 258 8668 ext: 116
LOJA-ECUADOR
El 12 de mayo de 2016, 9:11, oduber e. vasquez b. <ovasquezcyt en gmail.com>
escribió:
> Perfecto Rommel y Gracias Por el Comentario.
> el problema es con el GTK quizás no me expliqué bien en el primer
> correo, cuando busco la imagen y la selecciono, no se que parámetro
> utilizar para que GTK me devuelva la ruta o nombre del archivo de la imagen
> ejemplo
>
> def on_btnImagen_clicked(self, widget):
> dialog = gtk.FileChooserDialog ("Open Image",
> widget.get_toplevel(), gtk.FileChooserAction.OPEN)
> dialog.add_button (gtk.STOCK_CANCEL, 0)
> dialog.add_button (gtk.STOCK_OK, 1)
> dialog.set_default_response(1)
>
> filefilter = gtk.FileFilter()
> filefilter.add_pixbuf_formats ()
> dialog.set_filter(filefilter)
>
> if dialog.run() == 1:
> self.image.set_from_file(dialog.get_filename())
>
> dialog.destroy()
>
> por favor agradezco me ayuden con este caso
>
>
> El 12 de mayo de 2016, 10:02, Rommel Augusto Gutierrez Roa <
> ragutierrezroa en gmail.com> escribió:
>
>> NO LEÍ TODO TU CÓDIGO, pero lo que yo hago cuando quiero almacenar
>> imágenes es:
>> - Crear una carpeta para almacenarlas (subirlas)
>> - Guardar en un campo de la base de datos el 'path'
>> - Hacer llamados y actualizaciones con el 'path'
>>
>> Atentamente,
>> Rommel Gutierrez Roa
>> #AprendizajeLibre
>> aprendizajelibre.org
>> Telf: (07) 258 8668 ext: 116
>> LOJA-ECUADOR
>>
>>
>> _______________________________________________
>> pyar mailing list pyar en python.org.ar
>> http://listas.python.org.ar/listinfo/pyar
>>
>> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>>
>> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
>> Argentina - http://www.usla.org.ar
>>
>
>
>
> --
> Profesor oduber Vasquez Brito
> Jefe de Telemática
> Teléfono: 0426-567-3058
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20160512/bfb05cc6/attachment.html>
Más información sobre la lista de distribución pyar