[pyar] Desarrollo Comentado: Dia 1
Emiliano Dalla Verde Marcozzi
edvm en member.fsf.org
Jue Dic 22 23:15:21 ART 2011
El 22 de diciembre de 2011 22:55, Pablo M. Mana
<pablo.m.mana en gmail.com>escribió:
>
> Lo que ejecutaba en el dreampie era:
>
> import pyIRC
> irc = pyIRC.pyIRC('irc.freenode.net', 6667, 'pablo2m', 'pmm')
> irc.connect()
>
> Y obtenía un error, al mirar una version anterior vi que se agrego a
> la definición de connect dos lineas
>
> self.thread = pingThread() # el error dice NameError: global name
> 'pingThread' is not defined
> self.thread.start()
>
> y no hay un import threading, ¿alguien tiene idea si al autor se le
> olvido algo?
>
>
A mi me andubo como trompada rusa:
$ /home/akira/.venvs/irc/bin/ipython
Python 2.7.1 (r271:86832, Aug 4 2011, 13:16:17)
Type "copyright", "credits" or "license" for more information.
IPython 0.12 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import pyIRC
In [2]: irc = pyIRC.pyIRC('irc.freenode.net', 6667, 'pablo2m', 'pmm')
In [3]: irc.connect()
In [4]:
y en el cliente del irc hice un whois a pablo2m:
16:53 [lookandfeel]
16:53 theme = c0ders.theme
20:13 for (whois, pablo2m, ~pmm en 201-212-128-131.cab.prima.net.ar)
20:13 ircname = pyIRC Bot;
20:13 server = adams.freenode.net ("Budapest, HU, EU");;
20:13 }
Saludos ! :)
--
日本語勉強する
https://bitbucket.org/edvm
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20111222/ca0775b2/attachment.html>
More information about the pyar
mailing list