On May 6, 2011 7:05 PM, "Даниил Рыжков" wrote:
>
> Sorry for my English (I could not find help in the Russian community)
> I'm trying to learn PyGTK and Glade. I made test window in Glade and
> saved it as "test.glade" (attached). Then I wrote script
> "test.py"(attached, http://pastebin.com/waKyt
On 20.04.2011 15:21, craf wrote:
> Hi.
>
> I wonder if anyone uses Python DrPython as editor.
> I need to know if you can disable the creation of
> Pyc files created by the program. In the Geany editor you can
> add the parameter -B, but not if it can in this editor.
>I don
Hi.
I wonder if anyone uses Python DrPython as editor.
I need to know if you can disable the creation of
Pyc files created by the program. In the Geany editor you can
add the parameter -B, but not if it can in this editor.
Thanks in advance.
Regards
Cristian Abarzúa F
--
http://mail.python.o
Look this:
http://portableapps.com/apps/development/geany_portable
Regards.
Cristian
--
http://mail.python.org/mailman/listinfo/python-list
Hello.
I'm testing the sockets in Python and I've seen the way in which
works to send string. My question is if anyone knows where
can find some information on how to send pictures through
Sockets. I use Python 2.7 and have read the information regarding
Sockets of the Python website, but I can no
Thanks for the answer.
Regards.
Cristian
- Mensaje reenviado
> De: Blockheads Oi Oi
> Para: python-list@python.org
> Asunto: Re: about Pyclutter
> Fecha: Sun, 03 Apr 2011 11:41:32 +0100
>
> On 02/04/2011 17:54, craf wrote:
> > Hi
> >
>
¡Thank you very much Dotan!
Regards.
Cristian
- Mensaje reenviado
> De: Dotan Cohen
> Para: craf
> Cc: Python Ingles
> Asunto: Re: Another location of the PyGTK tutorial
> Fecha: Sun, 3 Apr 2011 13:40:35 +0300
>
> http://gitorious.org/pygtk-tutorial
>
Hi
Does anyone know how mature is Pyclutter?.
Regards
Cristian Abarzúa
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
Anyone know if the pygtk tutorial that was in this direction
http://www.learnpygtk.org/pygtktutorial/index.html, can be located
elsewhere.
Regards.
Cristian
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
Anyone know if the pygtk tutorial that was in this direction
http://www.learnpygtk.org/pygtktutorial/index.html, can be located
elsewhere.
Regards.
Cristian
--
http://mail.python.org/mailman/listinfo/python-list
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
Gtk tutorial on who was in this direction was excellent:
http://www.learnpygtk.org/pygtktutorial/index.html. Does anyone know by
chance if you are in pdf or moved to another site?
Regards.
Cristian Abarzúa F.
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
Does anyone know if pyclutter has a mailing list?
Regards.
Cristian Abarzúa
--
http://mail.python.org/mailman/listinfo/python-list
- Mensaje reenviado
> De: Peter Otten <__pete...@web.de>
> Para: python-list@python.org
> Asunto: Re: Calling function from another module
> Fecha: Thu, 16 Dec 2010 13:16:30 +0100
> Grupos de noticias: comp.lang.python
>
> craf wrote:
>
> &g
Hi.
The query code is as follows:
--
import Tkinter
import tkMessageBox
class App:
def __init__(self, master):
master.protocol("WM_DELETE_WINDOW",quit)
def quit():
if tkMessageBox.askyesno('','Exit'):
master.quit()
- Mensaje reenviado
> De: Emile van Sebille
> Para: python-list@python.org
> Asunto: Re: Alternative to PIL in Python 3.1
> Fecha: Tue, 14 Dec 2010 16:39:19 -0800
>
> On 12/14/2010 3:17 PM craf said...
> > Hi.
> >
> > I wonder if anyone know
Hi.
I wonder if anyone knows any alternative to PIL library, as this does
not work with Python 3.1.
Thanks in advance
Regards.
Cristian
--
http://mail.python.org/mailman/listinfo/python-list
- Mensaje reenviado
> De: Eric Brunel
> Para: python-list@python.org
> Asunto: Re: Using a window style in a Toplevel window
> Fecha: Thu, 09 Dec 2010 10:00:39 +0100
> Grupos de noticias: comp.lang.python
>
> In article ,
> craf wrote:
>
> >
Hi.
I use Python 3.1 and Tkinter.ttk 8.5 on Ubuntu 9.10.
CODE:
module:FMain.py
from tkinter import ttk
from FSecondWindow import *
class App:
def __init__(self,master):
button1 = ttk.Button(master,text='Show
TopLevel',command=lam
- Mensaje reenviado
> De: Peter Otten <__pete...@web.de>
> Para: python-list@python.org
> Asunto: Re: Uso de variable Global
> Fecha: Thu, 02 Dec 2010 23:06:25 +0100
> Grupos de noticias: comp.lang.python
>
> craf wrote:
>
> > Hola.
> >
Hola.
Estoy probando Tkinter y escribí este pequeño código el cual crea un
formulario con un textbox y un botón. Al ingresar un dato en el textbox
y presionar el botón, se imprime en la consola el valor.
---CODE
from Tkinter import *
def muestra():
print(valor.get
- Mensaje reenviado
> De: Eric Brunel
> Para: python-list@python.org
> Asunto: Re: Decorate un Frame with window managers title bar, etc en
> Tkinter 8.5
> Fecha: Thu, 02 Dec 2010 10:21:49 +0100
> Grupos de noticias: comp.lang.python
>
> In article ,
&
Hi.
I use python 3.1 and Tkinter 8.5 in Ubuntu 9.10
I would like to turn a frame into a toolbox,
,and for that I read that you can use the command wm manage (window)
The information can be found at:
http://www.tcl.tk/man/tcl8.5/TkCmd/wm.htm#M39
the explanation says:
wm manage widget:
23 matches
Mail list logo