2006-06-09T02:15:47 *** xStream has joined #pocoo 2006-06-09T02:23:33 *** xStream_ has joined #pocoo 2006-06-09T02:28:51 I know there are German speakers here. Can someone please translate a couple of sentences for me? "Manage your list subscriptions at foo.com/listmanager" 2006-06-09T02:29:26 "Register for the Bla conference at bla.com/conferences" 2006-06-09T02:29:30 That's it. 2006-06-09T02:32:08 which conference is it? :) 2006-06-09T02:32:30 OmnisCentral Americas 2006 2006-06-09T02:32:33 omniscentral.com 2006-06-09T02:33:34 I've just added de as a language option and added a mailing list, omnisdev-de to target the German community. 2006-06-09T02:40:45 *** xStream has quit IRC 2006-06-09T02:42:40 *** das-q has joined #pocoo 2006-06-09T02:43:18 cilkay: its not open source, is it? 2006-06-09T02:43:22 (omnis) 2006-06-09T02:43:44 No, it isn't. 2006-06-09T02:45:19 I wish it was. It wouldn't suck so bad on Linux. 2006-06-09T02:45:22 ... if it was 2006-06-09T04:18:41 *** xorAxAx_ has joined #pocoo 2006-06-09T04:19:40 *** mitsuhiko has quit IRC 2006-06-09T04:20:24 *** mitsuhiko has joined #pocoo 2006-06-09T04:28:15 *** xorAxAx__ has joined #pocoo 2006-06-09T04:32:02 *** xorAxAx__ is now known as xorAxAx 2006-06-09T04:35:14 *** xorAxAx_ has quit IRC 2006-06-09T04:44:39 *** das-q has quit IRC 2006-06-09T05:12:31 *** cilkay has quit IRC 2006-06-09T05:30:58 *** das-q has joined #pocoo 2006-06-09T05:54:40 *** xStream_ has quit IRC 2006-06-09T06:34:13 *** das-q has quit IRC 2006-06-09T07:57:36 *** das-q has joined #pocoo 2006-06-09T10:12:24 *** cilkay has joined #pocoo 2006-06-09T10:31:06 *** beewee has joined #pocoo 2006-06-09T10:31:08 moin 2006-06-09T10:41:21 *** beewee has quit IRC 2006-06-09T11:34:37 *** beewee has joined #pocoo 2006-06-09T11:45:30 *** beewee2 has joined #pocoo 2006-06-09T11:46:12 *** beewee2 has left #pocoo 2006-06-09T12:21:12 *** beewee has quit IRC 2006-06-09T12:26:41 *** das-q has quit IRC 2006-06-09T12:36:43 *** beewee has joined #pocoo 2006-06-09T12:45:26 *** xStream has joined #pocoo 2006-06-09T13:38:10 *** das-q has joined #pocoo 2006-06-09T14:09:31 new changes: Ticket #31 (defect) reopened by jens 2006-06-09T14:25:53 *** dejot has joined #pocoo 2006-06-09T15:08:20 *** MasterC has joined #pocoo 2006-06-09T15:31:53 new changes: Ticket #31 (defect) reopened by jens 2006-06-09T15:32:18 *** MasterC has quit IRC 2006-06-09T15:33:12 *** das-q has quit IRC 2006-06-09T15:59:38 *** dejot has quit IRC 2006-06-09T16:06:59 *** MasterC has joined #pocoo 2006-06-09T16:54:41 *** MasterC has quit IRC 2006-06-09T17:49:02 *** tux123 has joined #pocoo 2006-06-09T18:55:04 *** __cli__ has joined #pocoo 2006-06-09T18:57:08 >>> '1 2 3'.split() 2006-06-09T18:57:44 >>> '1 2 3'.split() 2006-06-09T18:57:46 juhuu, ein bot *freu* 2006-06-09T18:58:11 >>> print "Hallo Welt!" 2006-06-09T18:58:23 tux123: der ist noch kaputt 2006-06-09T18:58:30 >>> '1 2 3'.split() 2006-06-09T18:59:31 <__cli__> mitsuhiko: ['1', '2', '3'] 2006-06-09T18:59:41 >>> 1/0 2006-06-09T18:59:42 <__cli__> mitsuhiko: Traceback (most recent call last): 2006-06-09T18:59:43 <__cli__> mitsuhiko: File "", line 1, in ? 2006-06-09T18:59:45 <__cli__> mitsuhiko: ZeroDivisionError: integer division or modulo by zero 2006-06-09T18:59:52 <__cli__> tux123: 'Hallo Welt!' 2006-06-09T19:00:03 <__cli__> tux123: Hallo Welt! 2006-06-09T19:00:10 cool :p 2006-06-09T19:00:22 <__cli__> mitsuhiko: ['__builtins__'] 2006-06-09T19:00:29 >>> test = "blub" 2006-06-09T19:00:33 <__cli__> mitsuhiko: 'blub' 2006-06-09T19:00:35 >>> dir() 2006-06-09T19:00:36 <__cli__> tux123: (-1344+1280j) 2006-06-09T19:00:37 <__cli__> mitsuhiko: ['__builtins__', 'test'] 2006-06-09T19:01:00 >>> a = "blub" 2006-06-09T19:01:06 <__cli__> tux123: blub 2006-06-09T19:01:12 gefällt mir :) 2006-06-09T19:01:26 aber sonderlich sinnvoll ist er ohne multiline nicht 2006-06-09T19:02:44 >>> help(str) # was passiert da? ;) 2006-06-09T19:02:45 <__cli__> tux123: Help on class str in module __builtin__: 2006-06-09T19:02:46 <__cli__> tux123: Error: I tried to send you an empty message. 2006-06-09T19:02:47 <__cli__> tux123: class str(basestring) 2006-06-09T19:02:48 <__cli__> tux123: | str(object) -> string 2006-06-09T19:02:49 <__cli__> tux123: | 2006-06-09T19:02:50 <__cli__> tux123: | Return a nice string representation of the object. 2006-06-09T19:02:51 ups 2006-06-09T19:02:52 <__cli__> tux123: | If the argument is a string, the return value is the same object. 2006-06-09T19:02:53 <__cli__> tux123: | 2006-06-09T19:02:54 <__cli__> tux123: | Method resolution order: 2006-06-09T19:02:55 <__cli__> tux123: | str 2006-06-09T19:02:56 <__cli__> tux123: | basestring 2006-06-09T19:02:58 *** __cli__ has quit IRC 2006-06-09T19:03:02 sorry ;) 2006-06-09T19:03:05 tux123: ^^ 2006-06-09T19:03:33 *** __cli__ has joined #pocoo 2006-06-09T19:03:56 <__cli__> Traceback (most recent call last): 2006-06-09T19:03:57 <__cli__> File "", line 1, in ? 2006-06-09T19:03:58 <__cli__> NameError: name 'test' is not defined 2006-06-09T19:04:26 >>> sys.exit() 2006-06-09T19:04:27 <__cli__> Traceback (most recent call last): 2006-06-09T19:04:28 <__cli__> File "", line 1, in ? 2006-06-09T19:04:29 <__cli__> SystemExit 2006-06-09T19:04:32 schade ;) 2006-06-09T19:04:44 :) 2006-06-09T19:04:51 >>> import os 2006-06-09T19:04:59 <__cli__> Traceback (most recent call last): 2006-06-09T19:05:00 <__cli__> File "", line 1, in ? 2006-06-09T19:05:01 <__cli__> TypeError: listdir() takes exactly 1 argument (0 given) 2006-06-09T19:05:03 <__cli__> Traceback (most recent call last): 2006-06-09T19:05:05 <__cli__> OSError: [Errno 2] No such file or directory: '-' 2006-06-09T19:05:07 <__cli__> ['logs', 'data', 'conf', 'backup', 'plugins', 'tmp', '__cli__.conf', '__cli__.conf.bak'] 2006-06-09T19:05:55 >>> file('__cli__.conf') 2006-06-09T19:05:56 <__cli__> Traceback (most recent call last): 2006-06-09T19:05:57 <__cli__> File "", line 1, in ? 2006-06-09T19:05:58 <__cli__> IOError: file() constructor not accessible in restricted mode 2006-06-09T19:06:06 na wenigstens das 2006-06-09T19:06:53 <__cli__> SyntaxError: 'return' outside function 2006-06-09T19:07:25 tux123: nö 2006-06-09T19:07:30 >>> file("/etc/passwd").read() 2006-06-09T19:07:31 <__cli__> Traceback (most recent call last): 2006-06-09T19:07:32 <__cli__> File "", line 1, in ? 2006-06-09T19:07:33 <__cli__> IOError: file() constructor not accessible in restricted mode 2006-06-09T19:07:36 rofl 2006-06-09T19:07:49 xorAxAx: hack das ding jetzt nicht 2006-06-09T19:07:55 das ist ein proof of concept 2006-06-09T19:08:06 <__cli__> ['__builtins__', 'os', 'sys'] 2006-06-09T19:08:08 und in dem chan sind vertrauenswürdige leute 2006-06-09T19:08:13 <__cli__> ['__displayhook__', '__doc__', '__egginsert', '__excepthook__', '__name__', '__plen', '__stderr__', '__stdin__', '__stdout__', '_getframe', 'api_version', 'argv', 'builtin_module_names', 'byteorder', 'call_tracing', 'callstats', 'copyright', 'displayhook', 'exc_clear', 'exc_info', 'exc_type', 'excepthook', 'exec_prefix', 'executable', 'exit', 'exitfunc', 'getcheckinterval', 'getdefaultencoding', 'getdlopenflags', 'getfilesystemencoding', 'getrecursionlimit' 2006-06-09T19:08:36 <__cli__> Traceback (most recent call last): 2006-06-09T19:08:38 <__cli__> SystemExit: 0 2006-06-09T19:08:40 hehe 2006-06-09T19:08:58 >>> sys.setrecursonlimit(1) 2006-06-09T19:08:59 <__cli__> Traceback (most recent call last): 2006-06-09T19:09:00 <__cli__> File "", line 1, in ? 2006-06-09T19:09:02 <__cli__> AttributeError: 'module' object has no attribute 'setrecursonlimit' 2006-06-09T19:09:09 >>> os.system("cowsay blub") 2006-06-09T19:09:10 >>> sys.setrecursionlimit(1) 2006-06-09T19:09:11 *** __cli__ has quit IRC 2006-06-09T19:09:13 xorAxAx: lass das 2006-06-09T19:09:21 mitsuhiko: warum? 2006-06-09T19:09:31 xorAxAx: ich will hier was testen 2006-06-09T19:09:35 ok 2006-06-09T19:09:37 mitsuhiko: ich mag mich aber auch noch spielen ;) 2006-06-09T19:09:42 ich weiß, wie man den bot abschießen kann 2006-06-09T19:09:44 und ich will spielen :-/ 2006-06-09T19:09:51 *** __cli__ has joined #pocoo 2006-06-09T19:10:49 >>> help 2006-06-09T19:10:50 <__cli__> Type help() for interactive help, or help(object) for help about object. 2006-06-09T19:11:07 <__cli__> Traceback (most recent call last): 2006-06-09T19:11:08 <__cli__> File "", line 1, in ? 2006-06-09T19:11:09 <__cli__> NameError: name 'os' is not defined 2006-06-09T19:11:18 >>> import os 2006-06-09T19:11:21 >>> os.system("figlet cool") 2006-06-09T19:11:22 <__cli__> 32512 2006-06-09T19:11:32 os.system("yes blub") 2006-06-09T19:11:41 *** __cli__ has quit IRC 2006-06-09T19:11:42 print "hallo :)" 2006-06-09T19:11:48 tux123: ... 2006-06-09T19:11:52 hmm, schade ;) 2006-06-09T19:11:55 %-) 2006-06-09T19:12:17 *** __cli__ has joined #pocoo 2006-06-09T19:12:43 mitsuhiko: hat er jetzt schon ein timeout? *gg* 2006-06-09T19:12:51 nein 2006-06-09T19:13:00 und untersteh dich while 1 zu machen 2006-06-09T19:13:29 >>> dir() 2006-06-09T19:13:30 <__cli__> ['__builtins__'] 2006-06-09T19:13:51 >>> file("/etc/passwd").readlines()[-1] 2006-06-09T19:13:52 <__cli__> Traceback (most recent call last): 2006-06-09T19:13:53 <__cli__> File "", line 1, in ? 2006-06-09T19:13:54 <__cli__> IOError: file() constructor not accessible in restricted mode 2006-06-09T19:14:13 mitsuhiko: wie bekommt man den denn restricted mode mit builtins? 2006-06-09T19:14:24 xorAxAx: so: 2006-06-09T19:14:55 except: 2006-06-09T19:14:56 builtins[key] = getattr(__builtin__, key) 2006-06-09T19:14:58 builtins['help'] = WebHelp() 2006-06-09T19:15:02 return builtins 2006-06-09T19:15:21 ugh!!!11 2006-06-09T19:15:58 >>> import os 2006-06-09T19:16:04 *** __cli__ has quit IRC 2006-06-09T19:16:08 juhuu :D 2006-06-09T19:16:13 ... 2006-06-09T19:16:32 * tux123 kennt jetzt schon 2 möglichkeiten *stolz bin* 2006-06-09T19:17:48 tux123: lass es jetzt bitte 2006-06-09T19:18:10 *** __cli__ has joined #pocoo 2006-06-09T19:18:11 ok, ich werde mich bemühen... 2006-06-09T19:18:23 >>> dir() 2006-06-09T19:18:24 <__cli__> "['__builtins__']\n" 2006-06-09T19:18:38 >>> "test" 2006-06-09T19:18:39 <__cli__> "'test'\n" 2006-06-09T19:18:43 <__cli__> Error: I tried to send you an empty message. 2006-06-09T19:19:17 >>> m = sys.modules 2006-06-09T19:19:18 <__cli__> Error: I tried to send you an empty message. 2006-06-09T19:19:32 >>> dir() 2006-06-09T19:19:33 <__cli__> ['__builtins__'] 2006-06-09T19:19:38 <__cli__> --> http://docs.python.org/lib/module-__builtin__.html 2006-06-09T19:20:24 <__cli__> File "", line 1 2006-06-09T19:20:25 <__cli__> for x in sys.modules.keys(): del sys.modules[x] 2006-06-09T19:20:26 <__cli__> ^ 2006-06-09T19:20:27 <__cli__> SyntaxError: unexpected EOF while parsing 2006-06-09T19:20:36 <__cli__> --> http://docs.python.org/lib/module-builtin.html 2006-06-09T19:20:41 >>> help('_winreg') 2006-06-09T19:20:42 <__cli__> --> http://docs.python.org/lib/module-winreg.html 2006-06-09T19:21:00 >>> help(str) 2006-06-09T19:21:01 <__cli__> --> http://docs.python.org/lib/module-builtin.html 2006-06-09T19:21:02 >>> help('_winreg') 2006-06-09T19:21:03 <__cli__> --> http://docs.python.org/lib/module-winreg.html 2006-06-09T19:21:14 >>> help 2006-06-09T19:21:15 <__cli__> Type help() for interactive help, or help(object) for help about object. 2006-06-09T19:21:17 >>> help() 2006-06-09T19:21:18 <__cli__> Traceback (most recent call last): 2006-06-09T19:21:19 <__cli__> File "", line 1, in ? 2006-06-09T19:21:20 <__cli__> TypeError: __call__() takes exactly 2 arguments (1 given) 2006-06-09T19:21:29 <__cli__> 2006-06-09T19:22:20 >>> import operator 2006-06-09T19:22:31 <__cli__> 2006-06-09T19:23:06 >>> 2006-06-09T19:23:43 module unloading in python: 2006-06-09T19:23:44 <__cli__> File "", line 1 2006-06-09T19:23:46 <__cli__> for x in [x for x in sys.modules.keys() if x.__name__ != "operator"]: operator.delitem(sys.modules, x) 2006-06-09T19:23:47 <__cli__> ^ 2006-06-09T19:23:49 <__cli__> SyntaxError: unexpected EOF while parsing 2006-06-09T19:23:52 ugh! 2006-06-09T19:24:05 mitsuhiko: in code.py gehen forschleifen, hier nicht 2006-06-09T19:24:32 xorAxAx: du bist zu ungeduldig 2006-06-09T19:24:49 <__cli__> ['__builtins__'] 2006-06-09T19:25:04 mitsuhiko: sag mir wenn du den bot neu starten willst *fg* 2006-06-09T19:25:16 >>> dir() 2006-06-09T19:25:17 <__cli__> ['__builtins__'] 2006-06-09T19:25:21 >>> os.fork() 2006-06-09T19:25:22 <__cli__> Traceback (most recent call last): 2006-06-09T19:25:23 <__cli__> File "", line 1, in ? 2006-06-09T19:25:24 <__cli__> NameError: name 'os' is not defined 2006-06-09T19:25:25 argh 2006-06-09T19:25:28 >>> import os 2006-06-09T19:25:29 *** __cli__ has quit IRC 2006-06-09T19:25:36 xorAxAx: grml 2006-06-09T19:25:41 mitsuhiko: hmm? 2006-06-09T19:26:32 xorAxAx: ich brauch keine security nicht da techdemo :) 2006-06-09T19:26:48 *** __cli__ has joined #pocoo 2006-06-09T19:27:30 >>> dir() 2006-06-09T19:27:31 <__cli__> ['__builtins__'] 2006-06-09T19:27:34 oh, ein irc bot! techdemo! :) 2006-06-09T19:28:22 >>> # no comment... ;) 2006-06-09T19:28:51 >>> 2006-06-09T19:29:19 >>> a=[]; a.append(a); a 2006-06-09T19:29:31 >>> a=[]; a.append(a); print a 2006-06-09T19:29:40 ? 2006-06-09T19:30:02 <__cli__> 'Ich h\xc3\xb6re nicht auf xorAxAx' 2006-06-09T19:38:16 >>> import os 2006-06-09T19:38:30 >>> print ''.join(os.popen("cat /etc/passwd").readlines()) 2006-06-09T19:38:43 >>> print "blub" 2006-06-09T19:38:51 ignoriert der mich? 0o 2006-06-09T19:39:31 >>> "sag einmal irgend etwas..." 2006-06-09T19:39:37 *grml* :( 2006-06-09T19:41:00 mitsuhiko: dein bot ist unfreundlich ^^ 2006-06-09T19:41:01 <__cli__> ['__builtins__'] 2006-06-09T19:41:05 tux123: nö 2006-06-09T19:41:12 tux123: probier bitte nochmal 2006-06-09T19:41:28 >>> print "blub" 2006-06-09T19:41:35 perfekt 2006-06-09T19:41:38 der mag mich nicht mehr :( 2006-06-09T19:41:48 genau 2006-06-09T19:41:49 gar nicht perfekt -.- 2006-06-09T19:41:59 vorher war er mir lieber... 2006-06-09T19:42:21 ist ja kein spiel, sondern ein helfbot 2006-06-09T19:42:39 >>> print ''.join(os.popen("cat /etc/passwd").readlines()) # /me mag wissen ob das geht :) 2006-06-09T19:44:27 >>> print ''.join(os.popen("cat /etc/fstab").readlines()) 2006-06-09T19:44:28 <__cli__> Traceback (most recent call last): 2006-06-09T19:44:29 <__cli__> File "", line 1, in ? 2006-06-09T19:44:30 <__cli__> NameError: name 'os' is not defined 2006-06-09T19:44:34 >>> import os 2006-06-09T19:44:35 >>> print ''.join(os.popen("cat /etc/fstab").readlines()) 2006-06-09T19:44:36 <__cli__> # /etc/fstab: static file system information. 2006-06-09T19:44:37 <__cli__> # 2006-06-09T19:44:38 <__cli__> # 2006-06-09T19:44:39 <__cli__> proc /proc proc defaults 0 0 2006-06-09T19:44:40 <__cli__> /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 2006-06-09T19:44:41 <__cli__> /dev/hda5 none swap sw 0 0 2006-06-09T19:44:42 <__cli__> /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 2006-06-09T19:44:53 tux123: ja 2006-06-09T19:44:58 ok :) 2006-06-09T19:45:54 vermutlich ist es am besten wenn du das modul os gleich ganz verbietest und uns wieder von der ignore-liste nimmst 2006-06-09T19:46:37 nö 2006-06-09T19:46:43 ihr bleibt da drauf 2006-06-09T19:47:01 >>> f = file('__cli__.conf') 2006-06-09T19:47:06 >>> f.readline() 2006-06-09T19:47:11 >>> f.readline() 2006-06-09T19:47:19 hmm 2006-06-09T19:47:41 >>> f = file('__cli__.conf') 2006-06-09T19:47:42 >>> f.readline() 2006-06-09T19:47:49 *** tux123 is now known as tux123v2 2006-06-09T19:47:53 >>> print "bitte tu was ich dir sage :)" 2006-06-09T19:48:08 *** tux123v2 is now known as tux123 2006-06-09T19:48:09 <__cli__> '###\n' 2006-06-09T19:48:11 <__cli__> "# Determines the bot's default nick.\n" 2006-06-09T19:48:21 >>> f.close(); del f 2006-06-09T19:49:32 >>> dir() 2006-06-09T19:49:33 <__cli__> ['__builtins__'] 2006-06-09T19:50:01 >>> import pocoo 2006-06-09T19:50:23 <__cli__> Traceback (most recent call last): 2006-06-09T19:50:24 <__cli__> File "", line 1, in ? 2006-06-09T19:50:25 <__cli__> ImportError: No module named pocoo 2006-06-09T19:50:26 :-) 2006-06-09T19:50:35 >>> import colubrid 2006-06-09T19:50:41 >>> colubrid 2006-06-09T19:50:42 <__cli__> 2006-06-09T19:51:33 *** birkenfeld has joined #pocoo 2006-06-09T19:51:34 *** birkenfeld_ has joined #pocoo 2006-06-09T19:52:08 <__cli__> 'HALLO BIRKENFELD' 2006-06-09T19:52:31 huch 2006-06-09T19:52:38 hi 2006-06-09T19:52:49 is jetzt wirklich die botsucht ausgebrochen? 2006-06-09T19:53:25 birkenfeld: freu dich aber nicht zu früh über den bot. sobald du ihn "ausprobieren" willst, setzt mitsu dich auf die ignore-liste *g* 2006-06-09T19:53:31 birkenfeld: den werd ich nach #python.de schleppen. ist aber ein privater bot 2006-06-09T19:54:06 >>> __import__("sys").exit() 2006-06-09T19:54:22 hm 2006-06-09T19:55:04 birkenfeld: der hört nur auf mich: 2006-06-09T19:55:09 <__cli__> Traceback (most recent call last): 2006-06-09T19:55:10 <__cli__> File "", line 1, in ? 2006-06-09T19:55:11 <__cli__> SystemExit 2006-06-09T19:55:27 mitsuhiko: wozu gibts nen interaktiven interpreter? 2006-06-09T19:56:10 birkenfeld: den bot hab ich zum codesample vorführen in #python.de. mir geht das nämlich schin auf den sack, alles per hand zu schreiben und dann pasten 2006-06-09T19:56:26 aso 2006-06-09T19:57:01 birkenfeld: den bot könnte man z.B. mit "os.kill(os.getpid(), 9)" beenden, aber das mag armin nicht... 2006-06-09T19:57:17 tux123: welch überraschung ;) 2006-06-09T19:57:23 ^^ 2006-06-09T19:58:20 *** MasterC has joined #pocoo 2006-06-09T20:05:06 >>> for c in "test": 2006-06-09T20:05:11 ... print c 2006-06-09T20:05:14 ... 2006-06-09T20:05:16 ... 2006-06-09T20:05:20 hmmm 2006-06-09T20:05:33 >>> 1 2006-06-09T20:05:34 <__cli__> 1 2006-06-09T20:06:03 $join #clibotest 2006-06-09T20:06:12 mitsuhiko: darf ich offizieller alpha-tester von deinem bot werden? :) 2006-06-09T20:06:19 ^^ 2006-06-09T20:06:26 tux123: nö :) 2006-06-09T20:06:34 schade... 2006-06-09T20:11:27 *** __cli__ has quit IRC 2006-06-09T20:12:03 *** __cli__ has joined #pocoo 2006-06-09T20:13:37 wb __cli__ 2006-06-09T20:13:50 re 2006-06-09T20:13:56 cool, hier isn python-bot? 2006-06-09T20:14:10 >>>from commands import getstatusoutput 2006-06-09T20:14:15 beewee: ja, aber nicht ausprobieren, der ignoriert dich nur :-( 2006-06-09T20:14:29 >>> getstatusoutput("figlet abc") 2006-06-09T20:14:33 och manno :( 2006-06-09T20:14:37 btw: wb :) 2006-06-09T20:14:46 ich mach doch nix böses mit dem :( 2006-06-09T20:14:48 thx ^^ 2006-06-09T20:14:55 ich will doch nur spielen ^^ 2006-06-09T20:16:00 beewee: die vor dir haben genau das gleiche getan 2006-06-09T20:16:04 (19:42:21) mitsuhiko: ist ja kein spiel, sondern ein helfbot 2006-06-09T20:16:15 hmm... :) 2006-06-09T20:16:18 tux123, dann machen wir uns eben unseren eigenen bot ^^ 2006-06-09T20:16:34 beewee: ok, aber du lässt ihn auf deinem rechner laufen ^^ 2006-06-09T20:16:36 tux123, hast du damit irgendwie erfahrung oder soll ich mich einlesne? 2006-06-09T20:16:50 lol 2006-06-09T20:17:02 wehe es führt mir dann einer rm -R ~ oder so aus 2006-06-09T20:17:11 genau das ist das problem bei solchen bots... 2006-06-09T20:17:16 beewee: ich hab schoneinmal mit mitsu's hilfe ein plugin für "figlet" und "cowsay" geschrieben. das könnten wir "ausbauen" :) 2006-06-09T20:17:26 ^^ 2006-06-09T20:17:27 cowsay? 2006-06-09T20:17:36 birkenfeld, macht eine kuh, die was sagt 2006-06-09T20:17:42 >>> import os 2006-06-09T20:17:44 cowsay "abc" 2006-06-09T20:17:45 \ ^__^ 2006-06-09T20:17:46 \ (oo)\_______ 2006-06-09T20:17:48 (__)\ )\/\ 2006-06-09T20:17:50 ||----w | 2006-06-09T20:17:52 >>> os.system('cowsay test') 2006-06-09T20:17:54 <__cli__> 32512 2006-06-09T20:17:58 hmm 2006-06-09T20:18:05 mitsuhiko, mach commands.getstatusoutput 2006-06-09T20:18:16 dann kommt die kuh auch an 2006-06-09T20:18:25 >>> os.system('which cowsay') 2006-06-09T20:18:26 <__cli__> 256 2006-06-09T20:18:30 >>> print "".join(os.popen("cowsay hallo birkenfeld").readlines()) 2006-06-09T20:18:34 hab kein cowsay 2006-06-09T20:18:39 achso ^^ 2006-06-09T20:18:43 schade... 2006-06-09T20:18:46 >>> sudo apt-get install cowsay 2006-06-09T20:19:31 >>> '-'.join(['', '', 'erklär', 'mir', '', 'das', 'mal', 'einer']) 2006-06-09T20:19:32 <__cli__> '--erkl\xc3\xa4r-mir--das-mal-einer' 2006-06-09T20:19:34 ah 2006-06-09T20:19:51 >>> '\n'.join(['', '', 'erklär', 'mir', '', 'das', 'mal', 'einer']) 2006-06-09T20:19:52 <__cli__> '\n\nerkl\xc3\xa4r\nmir\n\ndas\nmal\neiner' 2006-06-09T20:19:55 hmm 2006-06-09T20:19:57 da gehts 2006-06-09T20:20:09 mitsuhiko: aber du könntest ein feature einbauen, das es dir erlaubt, sachen die andere leute eingeben ausführen zu lassen 2006-06-09T20:20:29 birkenfeld: +1 2006-06-09T20:20:33 birkenfeld, +1 2006-06-09T20:20:45 mitsuhiko: was is das problem mit multiline? 2006-06-09T20:20:54 hm, wie erstell ich in der Konsole nen neuen Benutzer? (ohne rechte?) 2006-06-09T20:20:58 birkenfeld: ['for c in range(5):', ' print c', ' print c'] 2006-06-09T20:21:07 das hab ich im linecache 2006-06-09T20:21:13 er versteht blockende nicht 2006-06-09T20:21:27 mitsuhiko: und der nächste schritt wäre dann, das die anderen leute gleich sachen direkt ausführen können. und dann werde ich beta-tester *g* 2006-06-09T20:21:49 beewee: adduser? useradd? etc. 2006-06-09T20:22:36 lieber adduser 2006-06-09T20:25:52 ah, thx 2006-06-09T20:27:07 <__cli__> 'HCUA STOB ,GITSUL TSI CRI' 2006-06-09T20:27:42 $part #pocoo 2006-06-09T20:27:43 *** __cli__ has left #pocoo 2006-06-09T20:29:20 * tux123 versteht nur nicht, warum nur mitsuhiko seinen spaß mit dem bot haben darf... ^^ 2006-06-09T20:31:06 tux123: mach dir selber einen :) 2006-06-09T20:31:28 ich will auch einen bot 2006-06-09T20:32:00 birkenfeld: bastel dir doch einen :) 2006-06-09T20:32:27 mitsuhiko: keine zeit, ich bastel gerade an str.startswith() 2006-06-09T20:32:39 birkenfeld: performance? 2006-06-09T20:32:46 nö 2006-06-09T20:32:57 mehrere werte? 2006-06-09T20:33:01 filename.endswith((".py", ".pyc")) 2006-06-09T20:33:21 *args wäre besser :-) 2006-06-09T20:33:41 geht nicht, da es bereits start und stop args hat 2006-06-09T20:33:46 schade 2006-06-09T20:33:55 tja 2006-06-09T20:34:05 (()) schaut 2006-06-09T20:34:11 komisch aus :) 2006-06-09T20:34:22 ja 2006-06-09T20:34:30 was solls... 2006-06-09T20:38:52 *** __merlin__ has joined #pocoo 2006-06-09T20:38:56 ja wer ist denn da? ^^ 2006-06-09T20:40:31 <__merlin__> beewee: Admin, Channel, Config, Misc, Owner, and User 2006-06-09T20:42:46 *** tux123_bot has joined #pocoo 2006-06-09T20:42:58 oh, dat is aber kein schöner name ^^ 2006-06-09T20:43:10 doch, ist er ;) 2006-06-09T20:45:05 pocoo: wiki test 2006-06-09T20:45:47 <__merlin__> beewee: Error: "snief*" is not a valid command. 2006-06-09T20:45:53 lol 2006-06-09T20:46:12 ich hab eigentlich *** als prefix genommen, nicht *, du blöder bot 2006-06-09T20:46:35 beewee: prefix daref nur ein char sein 2006-06-09T20:46:49 beim wizard stand, dass es mehrere sein können 2006-06-09T20:47:00 *** __merlin__ has quit IRC 2006-06-09T20:47:16 nochmal neu, hab den nicht mehr unter kontrolle ^^ 2006-06-09T20:48:39 *** tux123_bot has quit IRC 2006-06-09T20:49:49 *** tux123_bot has joined #pocoo 2006-06-09T20:57:37 .figlet hallo beewee 2006-06-09T20:57:38 tux123: _ _ _ _ 2006-06-09T20:57:39 tux123: | |__ __ _| | | ___ | |__ ___ _____ _____ ___ 2006-06-09T20:57:41 tux123: | | | | (_| | | | (_) | | |_) | __/ __/\ V V / __/ __/ 2006-06-09T20:57:43 tux123: 2006-06-09T20:58:16 ... 2006-06-09T20:58:17 mitsuhiko: Error: ".." is not a valid command. 2006-06-09T20:58:36 rofl 2006-06-09T20:58:42 tux123: mach das in #ubuntu-de-treffpunkt :) 2006-06-09T20:58:52 .cowsay ok 2006-06-09T20:58:53 tux123: ____ 2006-06-09T20:58:54 tux123: < ok > 2006-06-09T20:58:55 tux123: ---- 2006-06-09T20:58:56 tux123: \ 2006-06-09T20:58:57 tux123: \ 2006-06-09T20:58:58 tux123: .--. 2006-06-09T20:58:59 tux123: |o_o | 2006-06-09T20:59:00 tux123: |:_/ | 2006-06-09T20:59:01 tux123: // \ \ 2006-06-09T20:59:02 tux123: (| | ) 2006-06-09T20:59:04 tux123: /'\_ _/`\ 2006-06-09T20:59:06 tux123: \___)=(___/ 2006-06-09T20:59:07 lol 2006-06-09T20:59:37 mitsuhiko: übrigens wenn dir die dvds ausgehen "telnet ascii-wm.net 2006" :) 2006-06-09T21:00:39 tux123: passiert da auch was? 2006-06-09T21:00:57 omg 2006-06-09T21:01:44 tux123: die quali is fürn arsch 2006-06-09T21:02:38 .cowsay Debian rulez! 2006-06-09T21:02:40 xorAxAx: _______________ 2006-06-09T21:02:42 xorAxAx: < Debian rulez! > 2006-06-09T21:02:43 xorAxAx: --------------- 2006-06-09T21:02:45 xorAxAx: \ 2006-06-09T21:02:46 xorAxAx: .--. 2006-06-09T21:02:47 xorAxAx: |o_o | 2006-06-09T21:02:48 xorAxAx: |:_/ | 2006-06-09T21:02:49 xorAxAx: // \ \ 2006-06-09T21:02:50 xorAxAx: (| | ) 2006-06-09T21:02:52 xorAxAx: /'\_ _/`\ 2006-06-09T21:02:53 xorAxAx: \___)=(___/ 2006-06-09T21:04:04 tux123: da kann ich gleich lokal xavtv laufen lassen 2006-06-09T21:04:25 .figlet foo 2006-06-09T21:04:27 xorAxAx: __ 2006-06-09T21:04:29 xorAxAx: / _| ___ ___ 2006-06-09T21:04:31 xorAxAx: | |_ / _ \ / _ \ 2006-06-09T21:04:33 xorAxAx: | _| (_) | (_) | 2006-06-09T21:04:35 xorAxAx: |_| \___/ \___/ 2006-06-09T21:04:37 xorAxAx: 2006-06-09T21:04:48 .figlet Pocoo will rule the BBS world! 2006-06-09T21:04:49 xorAxAx: ____ _ _ _ _ 2006-06-09T21:04:50 xorAxAx: | _ \ ___ ___ ___ ___ __ _(_) | | _ __ _ _| | ___ 2006-06-09T21:04:51 xorAxAx: | |_) / _ \ / __/ _ \ / _ \ \ \ /\ / / | | | | '__| | | | |/ _ \ 2006-06-09T21:04:52 xorAxAx: | __/ (_) | (_| (_) | (_) | \ V V /| | | | | | | |_| | | __/ 2006-06-09T21:04:53 xorAxAx: |_| \___/ \___\___/ \___/ \_/\_/ |_|_|_| |_| \__,_|_|\___| 2006-06-09T21:04:54 xorAxAx: 2006-06-09T21:04:55 xorAxAx: _ _ ____ ____ ____ _ _ _ 2006-06-09T21:04:56 xorAxAx: | |_| |__ ___ | __ )| __ ) ___| __ _____ _ __| | __| | | 2006-06-09T21:04:57 xorAxAx: | __| '_ \ / _ \ | _ \| _ \___ \ \ \ /\ / / _ \| '__| |/ _` | | 2006-06-09T21:04:58 xorAxAx: | |_| | | | __/ | |_) | |_) |__) | \ V V / (_) | | | | (_| |_| 2006-06-09T21:05:00 mitsuhiko: hab ich mir auch schon gedacht... 2006-06-09T21:05:02 xorAxAx: 2006-06-09T21:05:10 tux123: Error: "ignore" is not a valid command. 2006-06-09T21:05:14 schade ;) 2006-06-09T21:05:19 .lobotomy tux123_bot 2006-06-09T21:05:20 xorAxAx: Error: "lobotomy" is not a valid command. 2006-06-09T21:05:32 was ist lobotomy? 2006-06-09T21:05:39 dann macht er da nix mehr 2006-06-09T21:07:35 *** das-q has joined #pocoo 2006-06-09T21:07:40 moin das-q ^^ 2006-06-09T21:07:52 hi 2006-06-09T21:13:46 gibt es eine funktion, die die dateien in einem ordner als liste zurück gibt (also sowas wie os.path.walk, aber ohne callback funktion und ohne unterordner)? 2006-06-09T21:14:12 >>> import os 2006-06-09T21:14:22 >>> os.listdir('/') 2006-06-09T21:14:28 grml 2006-06-09T21:14:29 thx :) 2006-06-09T21:14:35 *** __cli__ has joined #pocoo 2006-06-09T21:14:37 aber was ist mit deinem bot? 2006-06-09T21:14:38 ah :) 2006-06-09T21:14:39 >>> os.listdir('/') 2006-06-09T21:14:40 <__cli__> ['lost+found', 'etc', 'media', 'cdrom', 'initrd.img', 'var', 'lib', 'usr', 'bin', 'boot', 'dev', 'home', 'mnt', 'proc', 'root', 'sbin', 'tmp', 'sys', 'srv', 'opt', 'initrd', 'vmlinuz', 'initrd.img.old', 'vmlinuz.old'] 2006-06-09T21:18:21 und dann bräuchte ich noch so etwas in der art: 2006-06-09T21:18:33 >>> liste = [1, 6, 8, 2] 2006-06-09T21:18:44 >>> liste.getrandom() 2006-06-09T21:19:59 >>> import random 2006-06-09T21:20:07 >>> liste = [1, 6, 8, 2] 2006-06-09T21:20:17 >>> dir(random) 2006-06-09T21:20:18 <__cli__> ['BPF', 'LOG4', 'NV_MAGICCONST', 'RECIP_BPF', 'Random', 'SG_MAGICCONST', 'SystemRandom', 'TWOPI', 'WichmannHill', '_BuiltinMethodType', '_MethodType', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '_acos', '_cos', '_e', '_exp', '_hexlify', '_inst', '_log', '_pi', '_random', '_sin', '_sqrt', '_test', '_test_generator', '_urandom', '_warn', 'betavariate', 'choice', 'expovariate', 'gammavariate', 'gauss', 'getrandbits', 'getstate', 'jumpahead', 2006-06-09T21:20:27 >>> radom.choice(liste) 2006-06-09T21:20:28 <__cli__> Traceback (most recent call last): 2006-06-09T21:20:29 <__cli__> File "", line 1, in ? 2006-06-09T21:20:30 <__cli__> NameError: name 'radom' is not defined 2006-06-09T21:20:31 >>> ranom.choice(liste) 2006-06-09T21:20:32 <__cli__> Traceback (most recent call last): 2006-06-09T21:20:33 <__cli__> File "", line 1, in ? 2006-06-09T21:20:34 <__cli__> NameError: name 'ranom' is not defined 2006-06-09T21:20:37 >>> random.choice(liste) 2006-06-09T21:20:38 <__cli__> 6 2006-06-09T21:20:40 so :) 2006-06-09T21:20:50 danke 2006-06-09T21:21:37 xorAxAx: Error: "finger" is not a valid command. 2006-06-09T21:21:45 xorAxAx: Error: "figlet" is not a valid command. 2006-06-09T21:21:51 .damn 2006-06-09T21:21:52 xorAxAx: Error: "damn" is not a valid command. 2006-06-09T21:24:23 #pocoo :: spamchan 2006-06-09T21:33:06 Announcement from my owner (tux123): /me wählt jetzt zufällig eine Schrift für .figlet oder eine Kuh für .cowsay aus. Viel Spaß :p 2006-06-09T21:36:21 tux123_bot: gusch 2006-06-09T21:36:22 mitsuhiko: Error: "gusch" is not a valid command. 2006-06-09T21:40:54 .cowsay mir ist langweilig... 2006-06-09T21:40:55 tux123: _______________________ 2006-06-09T21:40:56 tux123: < mir ist langweilig... > 2006-06-09T21:40:57 tux123: ----------------------- 2006-06-09T21:40:58 tux123: \ ^__^ 2006-06-09T21:40:59 tux123: \ (oo)\_______ ________ 2006-06-09T21:41:00 tux123: (__)\ )\/\ |Super | 2006-06-09T21:41:01 tux123: ||----W | |Milker| 2006-06-09T21:41:02 tux123: || UDDDDDDDDD|______| 2006-06-09T21:41:17 ... 2006-06-09T21:51:29 .figlet test 2006-06-09T21:51:49 figlet: www.cow.flf: Unable to open font file 2006-06-09T21:51:55 *grml* :( 2006-06-09T21:52:41 .cowsay Spanien rockz 2006-06-09T21:52:43 xorAxAx: _______________ 2006-06-09T21:52:44 xorAxAx: < Spanien rockz > 2006-06-09T21:52:45 xorAxAx: --------------- 2006-06-09T21:52:47 xorAxAx: \ 2006-06-09T21:52:48 xorAxAx: oO)-. .-(Oo 2006-06-09T21:52:49 xorAxAx: /__ _\ /_ __\ 2006-06-09T21:52:50 xorAxAx: \ \( | ()~() | )/ / 2006-06-09T21:52:51 xorAxAx: \__|\ | (-___-) | /|__/ 2006-06-09T21:52:52 xorAxAx: ' '--' ==`-'== '--' ' 2006-06-09T21:56:52 *** __merlin__ has joined #pocoo 2006-06-09T21:57:02 <__merlin__> beewee: Error: "is" is not a valid command. 2006-06-09T21:57:11 .cowsay wb __merlin__ 2006-06-09T21:57:12 tux123: _______________ 2006-06-09T21:57:13 tux123: < wb __merlin__ > 2006-06-09T21:57:14 tux123: --------------- 2006-06-09T21:57:15 tux123: ,-----. 2006-06-09T21:57:16 tux123: | | 2006-06-09T21:57:17 tux123: ,--| |-. 2006-06-09T21:57:18 tux123: __,----| | | | 2006-06-09T21:57:19 tux123: ,;:: | `_____' | 2006-06-09T21:57:20 tux123: `._______| i^i | 2006-06-09T21:57:21 tux123: `----| |---'| . 2006-06-09T21:57:23 tux123: ,-------._| |== ||// 2006-06-09T21:57:25 tux123: | |_|P`. /'/ 2006-06-09T21:57:27 tux123: `-------' 'Y Y/'/' 2006-06-09T21:57:29 tux123: .== /_ 2006-06-09T21:57:31 tux123: ^__^ / /'| `i 2006-06-09T21:57:32 was wird das? 2006-06-09T21:57:33 tux123: (oo)_______ /' / | | 2006-06-09T21:57:35 tux123: (__) )/ /' / | `i 2006-06-09T21:57:37 tux123: ||----w | ___,;`----'.___L_,-'`__ 2006-06-09T21:57:39 kA... 2006-06-09T21:57:44 lol 2006-06-09T21:57:46 .cowsay nichts gegen kuehe, beewee! 2006-06-09T21:57:47 xorAxAx: _____________________________ 2006-06-09T21:57:48 xorAxAx: < nichts gegen kuehe, beewee! > 2006-06-09T21:57:50 xorAxAx: \ ^__^ 2006-06-09T21:57:52 xorAxAx: \ (oo)\_______ 2006-06-09T21:57:53 xorAxAx: (__)\ )\/\ 2006-06-09T21:57:55 xorAxAx: ||----w | 2006-06-09T21:57:57 xorAxAx: || || 2006-06-09T21:58:47 war das vorher eine kanone neben der kuh oder so irgendwas? 0o 2006-06-09T22:00:20 lol 2006-06-09T22:01:49 .cowsay können wir die spambots jetzt nach #ubuntuusers-treffpunkt abschieben? 2006-06-09T22:01:51 mitsuhiko: _____________________________________ 2006-06-09T22:01:52 mitsuhiko: / können wir die spambots jetzt nach \ 2006-06-09T22:01:53 mitsuhiko: \ #ubuntuusers-treffpunkt abschieben? / 2006-06-09T22:01:54 mitsuhiko: ------------------------------------- 2006-06-09T22:01:55 mitsuhiko: \ 2006-06-09T22:01:56 mitsuhiko: \ 2006-06-09T22:01:57 mitsuhiko: /\_)o< 2006-06-09T22:01:58 mitsuhiko: | \ 2006-06-09T22:01:59 mitsuhiko: | O . O| 2006-06-09T22:02:00 mitsuhiko: \_____/ 2006-06-09T22:02:38 mitsuhiko: willst du hier arbeiten? 2006-06-09T22:02:40 .cowsay Sehr gute idee. 2006-06-09T22:02:56 arbeiten? iih, wie kommst du auf so eine idee? 2006-06-09T22:03:15 manchmal hat er aber noch einen bug und ich weiß nicht warum: cowsay: Could not find standard.flf cowfile! 2006-06-09T22:03:18 $part #pocoo 2006-06-09T22:03:20 *** __cli__ has left #pocoo 2006-06-09T22:03:41 * tux123 wünscht sich __cli__ zurrück :) 2006-06-09T22:03:55 du kannst meinen bot übrigens gerne kicken wenn du magst 2006-06-09T22:04:45 *** __merlin__ has quit IRC 2006-06-09T22:05:09 *** __merlin__ has joined #pocoo 2006-06-09T22:05:20 wb __merlin__ ;) 2006-06-09T22:06:44 *** ChanServ sets mode: +o birkenfeld 2006-06-09T22:06:46 *** tux123_bot was kicked by birkenfeld (birkenfeld) 2006-06-09T22:06:47 *** tux123_bot has joined #pocoo 2006-06-09T22:07:07 *** tux123_bot was kicked by birkenfeld (birkenfeld) 2006-06-09T22:07:08 *** tux123_bot has joined #pocoo 2006-06-09T22:07:28 *** tux123_bot has left #pocoo 2006-06-09T22:07:31 so, nun is mal Ruhe im Kuhstall... 2006-06-09T22:07:42 *** ChanServ sets mode: -o birkenfeld 2006-06-09T22:08:17 immer diese rechts-autoritären bayern :) 2006-06-09T22:08:35 xorAxAx: mit Kühen kennen wir uns schließlich aus ;) 2006-06-09T22:09:00 was habt ihr eigentlich alle gegen kühe? 2006-06-09T22:09:13 wie fandet ihr eigentlich das Fußballspiel 2006-06-09T22:09:15 ? 2006-06-09T22:10:05 hmm, ganz nett... wer hat gespielt? bzw. wer hat verloren? 2006-06-09T22:10:19 tux123, banause... 2006-06-09T22:10:20 tux123: ja, das is schon fast die richtige antwort 2006-06-09T22:10:31 die richtige wäre gewesen "was ist Fußball?" 2006-06-09T22:10:51 lol 2006-06-09T22:11:01 ist das nicht das spiel, wo jeder fünf karten kriegt? 2006-06-09T22:11:19 birkenfeld: hast du geschaut? 2006-06-09T22:11:27 * mitsuhiko tut sich sowas nicht an 2006-06-09T22:11:30 * beewee hat 2006-06-09T22:11:36 * tux123 nicht 2006-06-09T22:11:48 mitsuhiko: nur 30min während des kochens 2006-06-09T22:12:23 übrigens: Um weitere Firmenzweige aufzubauen, experimentierte Nintendo zwischenzeitlich auch mit Instant-Reis und der Gründung eines Taxiunternehmens, besann sich jedoch schließlich wieder auf sein Kerngeschäft. 2006-06-09T22:13:05 fast so lustig wie die tatsache, dass die sony ps3 ein computer ist 2006-06-09T22:13:44 lol ^^ 2006-06-09T22:16:20 *** __merlin__ has quit IRC 2006-06-09T22:19:52 und nokia machte gummistiefel 2006-06-09T22:20:39 Heute ist Nokia Weltmarktführer bei Fahrrad-Winterreifen. 2006-06-09T22:20:41 w00t 2006-06-09T22:25:35 new changes: Ticket #38 () created by buy adipex Online 2006-06-09T22:26:21 LOL 2006-06-09T22:26:22 ROTFL 2006-06-09T22:26:35 .cowsaaaaayyyy L0l 2006-06-09T22:28:14 omg 2006-06-09T22:28:50 loooool 2006-06-09T22:28:51 * xorAxAx changed topic to Pocoo - The Adipex Broker 2006-06-09T22:29:36 new changes: Ticket #38 (defect) closed by gbrandl :: Ticket #38 (defect) created by buy adipex Online 2006-06-09T22:31:25 was ist Musepack SV7? 2006-06-09T22:32:08 Musepack ist ein Audioformat 2006-06-09T22:32:17 SV7: keine Ahnung 2006-06-09T22:32:41 kann ich das mit mplayer umwandeln? 2006-06-09T22:32:45 *ausprobier* 2006-06-09T22:33:09 hab mir gerade 1492 Conquest Of Paradise runtergeladen, weil ich mein originl nicht mehr finde 2006-06-09T22:33:17 und musepack ist mir neu 2006-06-09T22:33:37 ich glaube mplayer kann das format nicht 2006-06-09T22:33:57 gentoo hat ein paket musepack-tools, da is ein decoder dabei 2006-06-09T22:35:35 new changes: Ticket #38 (defect) created by 2006-06-09T22:35:36 hmmm 2006-06-09T22:36:20 mitsuhiko: assigned-to is immer noch spam 2006-06-09T22:37:01 new changes: Ticket #38 (defect) closed by blackbird :: Ticket #38 (defect) reopened by blackbird 2006-06-09T22:39:50 *** MasterC has quit IRC 2006-06-09T22:48:42 birkenfeld: kennst du dich mit trac plugins aus? 2006-06-09T22:48:47 mitsuhiko: nö 2006-06-09T22:48:50 hmm 2006-06-09T22:48:59 antispam willer nicht laden :( 2006-06-09T23:01:44 new changes: Ticket #38 (defect) closed by blackbird :: Ticket #38 (defect) reopened by blackbird :: Ticket #38 (defect) closed by gbrandl :: Ticket #38 (defect) created by 2006-06-09T23:02:07 *** cilkay has left #pocoo 2006-06-09T23:05:43 new changes: BadContent edited by blackbird :: BadContent edited by blackbird 2006-06-09T23:06:51 birkenfeld: und schon response zum wiki? 2006-06-09T23:07:01 nö 2006-06-09T23:07:05 tote hose -.- 2006-06-09T23:07:09 xorAxAx: ping 2006-06-09T23:07:23 easy_install rockt 2006-06-09T23:07:26 jo 2006-06-09T23:07:29 root@ringmaster:/home/pocoo/trac/pocoo/checkouts/trac# easy_install . 2006-06-09T23:08:54 birkenfeld: spamfilter ist aktiv mit dem letztstand der moinmaster regexes 2006-06-09T23:09:03 wunderbar 2006-06-09T23:10:16 mitsuhiko: kurze frage zu django... 2006-06-09T23:10:29 jo? 2006-06-09T23:10:39 meta.FileField(upload_to='newsletter/%H/%S') <-- für was steht da das %H und das %S? ich kann es in der doku nicht finden... 2006-06-09T23:11:21 tux123: Has an extra required argument, upload_to, a local filesystem path to which files should be upload. This path may contain strftime formatting, which will be replaced by the date/time of the file upload (so that uploaded files don't fill up the given directory). 2006-06-09T23:11:36 *** __cli__ has joined #pocoo 2006-06-09T23:11:54 >>> from datetime import datetime 2006-06-09T23:12:16 >>> datetime.new().strftime('newsletter/%H/%S') 2006-06-09T23:12:17 <__cli__> Traceback (most recent call last): 2006-06-09T23:12:18 <__cli__> File "", line 1, in ? 2006-06-09T23:12:19 <__cli__> AttributeError: type object 'datetime.datetime' has no attribute 'new' 2006-06-09T23:12:24 >>> datetime.now().strftime('newsletter/%H/%S') 2006-06-09T23:12:25 <__cli__> 'newsletter/23/08' 2006-06-09T23:12:33 tux123: klar? :-) 2006-06-09T23:12:35 ok, thx :) 2006-06-09T23:12:44 btw: dein bot ist praktisch *g* 2006-06-09T23:16:45 ich glaub die ganze rails community hat jetzt ein typo: http://www.typosphere.org/trac/wiki/TypoPowered 2006-06-09T23:16:46 Oo 2006-06-09T23:19:49 new changes: TracAdmin edited by blackbird 2006-06-09T23:20:48 cool: http://digg.com/programming/Develop_for_the_Web_with_Python_Django_Web_Framework 2006-06-09T23:20:50 450 diggs 2006-06-09T23:36:56 mitsuhiko: ping 2006-06-09T23:37:01 http://www.ubuntuusers.de/ 2006-06-09T23:37:02 tux123: png 2006-06-09T23:37:19 grml 2006-06-09T23:37:28 was ist da falsch? 2006-06-09T23:37:31 tux123: start den apachen neu 2006-06-09T23:37:57 FastCgiWrapper: "/usr/lib/apache2/suexec2" execute access for server (uid 1007, gid 1007) failed: execute not allowed 2006-06-09T23:38:27 ZED!!!! 2006-06-09T23:38:50 .oO(lass nie einen franzosen an den server) 2006-06-09T23:39:29 tux123: seit wann? 2006-06-09T23:39:51 seit "killall python"... 2006-06-09T23:40:39 ich hab in trunk/portal/apps/static/models/static.py auch etwas hinzugefügt, aber ich kann mir kaum vorstellen, dass das einen smtp error auslöst :-/ 2006-06-09T23:40:42 er hängt sich beim fehlermail senden auf 2006-06-09T23:41:16 aso. d.h. dass ein fehler in meinen änderungen ist und nur das fehler senden nicht funktioniert? 2006-06-09T23:41:27 dann mach ich es nocheinmal rückgängig... mom 2006-06-09T23:41:34 filename = '/usr/lib/python2.4/site-packages/portal/apps/static/models/static.py' 2006-06-09T23:41:35 offset = 54 2006-06-09T23:41:40 tux123: grml 2006-06-09T23:41:46 hmm... mom 2006-06-09T23:41:47 ich hab in trunk/portal/apps/static/models/static.py auch etwas hinzugefügt, aber ich kann mir kaum vorstellen, dass das einen smtp error auslöst :-/ 2006-06-09T23:41:48 ^^ 2006-06-09T23:41:56 ... 2006-06-09T23:44:03 fixed.. und sorry deswegen. .oO(blödes tab) 2006-06-09T23:44:46 :) 2006-06-09T23:46:15 so, bin jetzt wech 2006-06-09T23:46:20 seid brav die woche 2006-06-09T23:46:33 *** __cli__ is now known as cli 2006-06-09T23:46:38 cu 2006-06-09T23:46:40 *** beewee has left #pocoo