5,390
MENSAJES
#11 Re: Quiero desarrollar OpenSource
1,501
MENSAJES
#13 Re: Quiero desarrollar OpenSource
708
MENSAJES
#14 Re: Quiero desarrollar OpenSource
1,501
MENSAJES
1,364
MENSAJES
#16 Re: Quiero desarrollar OpenSource
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>GoToCellDialog</class>
<widget class="QWidget" name="GoToCellDialog" >
<property name="windowTitle" >
<string>Go to Cell</string>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>&Cell Location:</string>
</property>
<property name="buddy" >
<cstring>lineEdit</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit" />
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
....
5,390
MENSAJES
#17 Re: Quiero desarrollar OpenSource
1,364
MENSAJES
#18 Re: Quiero desarrollar OpenSource
import gtk
import pygtk
import gtk.glade
#instancias ...
xml = gtk.glade.XML("agenda.glade")
....
[gonzalo@inferna proyecto5]$ ./pyagenda.py
Traceback (most recent call last):
File "./pyagenda.py", line 4, in ?
import gtk
ImportError: No module named gtk

5,390
MENSAJES
#19 Re: Quiero desarrollar OpenSource
1,501
MENSAJES
#20 Re: Quiero desarrollar OpenSource
Para This thread | Tipo Refback
Para This thread | Tipo Refback
Santi's blog 2.0: Entrando en el mundo de Python
Para This thread | Tipo Refback