IRC Logs

2008 10
Mo Tu We Th Fr Sa So
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

14. 10 2008

[00:03:26] * maix has quit IRC
[00:04:11] * hoffmann has quit IRC
[00:05:43] * hoffmann_ is now known as hoffmann
[00:09:26] * adaran has joined #pocoo
[00:27:12] <Leonidas> birkenfeld: in case you feel like linking, my package got accepted as-is on CTAN: http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=texments
[00:27:53] <Leonidas> (environment will follow once I'll figure out how that stuff works)
[00:29:04] * highwaychile has quit IRC
[00:30:10] <adaran> i'm looking for kaeldan. is he the same as KAeL?
[01:31:23] * aconbere has joined #pocoo
[01:33:50] * davidcramer has joined #pocoo
[01:39:08] * maze has quit IRC
[01:51:36] * davidcramer has quit IRC
[01:51:57] * davidcramer has joined #pocoo
[02:02:06] * maze has joined #pocoo
[02:28:07] * aconbere has quit IRC
[03:06:14] * heikkit has quit IRC
[03:43:06] * davidcramer has quit IRC
[03:43:46] * davidcramer has joined #pocoo
[03:45:20] * alowry has quit IRC
[04:05:45] * mtrichardson has quit IRC
[04:07:38] * davidcramer has quit IRC
[04:47:20] * alowry has joined #pocoo
[05:10:31] * adaran has quit IRC
[06:22:52] * Zenom has quit IRC
[06:44:13] * unlink has joined #pocoo
[06:55:37] * Kaelten has joined #pocoo
[06:57:13] * Kaelten has joined #pocoo
[07:38:22] * alowry has quit IRC
[08:13:33] * Kaelten has quit IRC
[08:14:11] * Kaelten has joined #pocoo
[08:19:28] * Kaelten has quit IRC
[08:19:53] * Kaelten has joined #pocoo
[08:37:42] <CIA-49> Colubrid: EnTeQuAk trunk * 89:ab57d64566e4 /colubrid/exceptions.py: fixed some typos (thanks, Vineet Kumar for the patch)
[08:42:48] * leche has joined #pocoo
[08:44:15] * hoffmann has quit IRC
[09:08:41] * Kaelten has quit IRC
[09:26:02] * jpcw has joined #pocoo
[10:05:42] * unlink has quit IRC
[10:31:54] * pete__c has quit IRC
[10:31:58] * pete__c has joined #pocoo
[10:45:34] * maze has quit IRC
[10:45:35] * jpcw has quit IRC
[10:45:35] * leche has quit IRC
[10:45:35] * _P_ has quit IRC
[10:45:35] * plaes has quit IRC
[10:45:35] * benoitc has quit IRC
[10:46:04] * jpcw has joined #pocoo
[10:46:05] * leche has joined #pocoo
[10:46:05] * maze has joined #pocoo
[10:46:05] * _P_ has joined #pocoo
[10:46:05] * plaes has joined #pocoo
[10:46:05] * benoitc has joined #pocoo
[10:53:33] * pete__c has quit IRC
[10:53:34] * maddiin has quit IRC
[10:53:34] * leifkb has quit IRC
[10:53:34] * steg has quit IRC
[10:53:34] * hads has quit IRC
[10:53:34] * sebner has quit IRC
[10:55:48] * aa_ has quit IRC
[11:04:00] * aa_ has joined #pocoo
[11:04:57] * pete__c has joined #pocoo
[11:04:58] * maddiin has joined #pocoo
[11:04:58] * leifkb has joined #pocoo
[11:04:58] * sebner has joined #pocoo
[11:04:58] * steg has joined #pocoo
[11:04:58] * hads has joined #pocoo
[12:06:04] * grumpy has joined #pocoo
[12:45:02] * maix has joined #pocoo
[12:53:58] <asmodai> ssh++
[13:26:23] * maix has quit IRC
[13:44:09] * grumpy has quit IRC
[14:05:03] * izibi has joined #pocoo
[14:11:57] * _paneb has joined #pocoo
[14:12:43] <_paneb> i am using sqlalchemy. when i try to save an object in a controller, it fails saying: "InvalidRequestError: No transaction is begun."
[14:13:14] <asmodai> sounds more like a sqlalchemy problem
[14:15:47] <_paneb> hmm
[14:16:30] <asmodai> In fact, I'm sure of it
[14:17:03] <_paneb> right, a problem with the way the db stuff is setup
[14:17:24] <_paneb> (which is pretty much how it is in lodgeit)
[14:18:48] <apollo13> _paneb: you are sure you have the same sa version
[14:18:51] <apollo13> 0.5 might be to new
[14:18:58] <apollo13> it's 0.4.6 afaik
[14:19:13] <_paneb> i have the latest 0.5 yea
[14:19:24] <apollo13> that might be a problem
[14:19:33] <apollo13> lodgeit is using 0.4.<7 iirc
[14:19:40] <apollo13> or maybe 0.4.7 works too
[14:19:44] <apollo13> but 0.5 won't work
[14:20:13] <_paneb> ok so the way the db is setup has to change a little then? (i am not working on lodgeit btw)
[14:21:08] <apollo13> if "db is setup" means the connection to the db, yeah
[14:21:08] <asmodai> It's more that SA changed how some things work
[14:21:11] <asmodai> (for the better)
[14:21:49] <apollo13> sa evolves pretty fast, you can't expect a 0.4 app to run with 0.5
[14:21:58] <_paneb> right
[14:22:37] <apollo13> so either a) downgrade or b) fix your code
[14:30:00] * Zenom has joined #pocoo
[14:51:46] <apollo13> how can I issue an internal redirect in apache? (testing with cgi for now) sending status 200 and location: /... ?
[14:53:22] <apollo13> or how can I do this via wsgi?
[14:53:34] <apollo13> would be even better ;) (eg working in a mod_wsgi env)
[14:54:43] <apollo13> ah wsgi.file_wrapper
[15:05:19] * adaran has joined #pocoo
[15:09:02] * DasIch_ is now known as DasIch
[15:16:55] <damjan> apollo13: internal redirect in wsgi?.. it is kind of possible, Pylons or Paste has a midleware that does that
[15:17:05] <damjan> but it will not go to apache
[15:27:27] * stifal has joined #pocoo
[15:28:20] * saptah has joined #pocoo
[15:28:23] <saptah> hi.
[15:48:26] * Kaelten has joined #pocoo
[15:52:31] <asmodai> Kaelten: hey you
[15:52:35] * highwaychile has joined #pocoo
[15:52:40] <Kaelten> greetings
[15:53:28] <asmodai> Kaelten: I found some small silly web problems with the db sites :)
[15:53:57] <Kaelten> I think there is an email addy on those sites to mail that dev the problems
[15:54:06] <asmodai> ok
[15:54:09] <asmodai> will do
[15:56:07] <prencher> he's getting tired of you now asmodai, can you tell?
[15:57:21] <asmodai> Yes.
[15:57:23] <asmodai> :)
[15:58:42] <Kaelten> who me?
[15:58:44] <Kaelten> I'm just tired
[15:59:00] <Kaelten> I've gotten ~ 4 hours of sleep while I was out of town
[15:59:07] <Kaelten> and now I'm shifting my schedule back to my normal time
[15:59:10] <Kaelten> and today is 3.0
[15:59:13] * asmodai pats Kaelten
[15:59:25] <prencher> coffeeeeeeee
[16:01:39] <Kaelten> lol
[16:05:45] <POX> _paneb: are you using autocommit=True and then trying to .commit() it? if not, did you begin() the transation?
[16:06:16] <_paneb> POX, right, that was the problem, and it's fixed now- thanks
[16:07:54] <asmodai> Kaelten: sent, when they get adjusted I'll recheck
[16:10:42] <asmodai> rofl
[16:11:00] <asmodai> Kaelten: tried to email bugs@wowdb.com
[16:11:01] <asmodai> got:
[16:11:02] <asmodai> <jmilburn@curse.com>:
[16:11:02] <asmodai> 209.85.147.27 does not like recipient.
[16:11:02] <asmodai> Remote host said: 550 5.2.1 The email account that you tried to reach is
[16:11:05] <asmodai> +disabled. l37si106363waf.23
[16:21:54] <Kaelten> weird
[16:27:33] <asmodai> :)
[16:35:00] <ivan> i'm manually managing my psycopg2.pool
[16:35:13] <ivan> should 'finally' around my controller always guarantee that the finally block is run?
[16:35:34] <ivan> i'm leaking an 'idle in transaction' connection every hour or so
[16:35:41] <ivan> it's very strange
[16:40:02] <ivan> http://paste.pocoo.org/show/87980/
[16:40:25] <adaran> Kaelten, hello there - are you currently working on django integration for jinja2?
[16:40:53] <Kaelten> adaran: I have some stuff written and some stuff that another guy sent me to look over
[16:40:59] <Kaelten> but right now my main focus for the day is 3.0
[16:41:14] <adaran> Kaelten, err, that other guy is probably me, i was just worried the e-mail got filtered
[16:41:20] <Kaelten> ah
[16:41:21] <Kaelten> hehe
[16:41:25] <Kaelten> no I got it late last night
[16:41:35] <Kaelten> I was at blizzcon over the weekend
[16:41:38] <adaran> mainly because it's cacert.org signed, some filters don't like that
[16:41:38] <adaran> oh
[16:41:44] <adaran> sc2! =)
[16:41:52] <Kaelten> and now I have to handle the new wow patch.
[16:42:13] <adaran> 3.0 refers to ... ?
[16:42:44] <Kaelten> the new wow patch coming out today
[16:42:48] <adaran> oh
[16:43:04] <adaran> WoW - killer of productivity =)
[16:43:43] <asmodai> Kaelten: handle in what way?
[16:44:01] <Kaelten> asmodai: who do I work for?
[16:44:05] <Kaelten> what sites do I run?
[16:44:41] <asmodai> Kaelten: *grin*
[16:44:45] <asmodai> I don't know.
[16:44:54] <Kaelten> I work for Curse.com
[16:45:05] <Kaelten> I manage CurseForge and WowAce
[16:46:32] <asmodai> Duh
[16:46:32] <asmodai> :P
[16:46:35] <asmodai> I know that silly
[16:48:38] * Kaelten has quit IRC
[16:53:12] * adaran has quit IRC
[17:02:47] * alowry has joined #pocoo
[17:06:02] * Kaelten has joined #pocoo
[17:09:18] * adaran has joined #pocoo
[17:16:55] * DasIch has quit IRC
[17:40:10] * alowry has quit IRC
[17:40:21] * mtrichardson has joined #pocoo
[17:55:18] * alowry has joined #pocoo
[17:55:29] * hoffmann has joined #pocoo
[18:12:51] * \3TATUK has joined #pocoo
[18:13:01] <\3TATUK> So there's no more pure python message board out? ;p
[18:13:12] <\3TATUK> the Pocoo replacement hasn't panned out? ;p
[18:16:25] <dennda> \3TATUK: depends whether you are talking of a "pure python" board or a "pure board software" written in python
[18:17:08] <dennda> there is inyoka which will be made open source (hopefully) later this year, and consists of a forum, a wiki, a portal (news) and a planet
[18:27:11] <asmodai> or
[18:27:45] <asmodai> Palaver @ http://dev.nwsnet.de/palaver
[18:30:37] * saptah has quit IRC
[18:34:01] <plaes> ooh.. palaver :)
[18:39:47] <Leonidas> asmodai: yeah, but palaver is a bit on hold, waiting for what inyoka will deliver.
[18:40:33] * michelp has joined #pocoo
[18:42:06] <asmodai> Leonidas: :(
[18:42:12] <asmodai> hatessss you
[18:42:22] <asmodai> inyoka == vaporware
[18:42:27] <asmodai> Duke Nukem style!
[18:42:28] <asmodai> :P
[18:43:23] <Leonidas> asmodai: I have my own palaver-openid branch laying around, but neither Y0Gi nor me really know whether that is a good idea at all.
[18:44:36] <asmodai> but but but
[18:44:41] <asmodai> I sent small patch :(
[18:44:44] <asmodai> patches
[19:04:36] <plaes> argh
[19:09:00] * EnTeQuAk has joined #pocoo
[19:21:10] <prencher> asmodai - inyoka is in production at least, more than you can say of the ole duke
[19:23:42] <asmodai> :)
[19:32:38] * aconbere has joined #pocoo
[19:35:33] * highwaychile has quit IRC
[19:49:55] <birkenfeld> people!
[19:51:09] <asmodai> birkje!
[20:01:04] * maix has joined #pocoo
[20:30:52] * EnTeQuAk has left #pocoo
[20:31:49] * alowry_ has joined #pocoo
[20:32:12] * mtrichardson_ has joined #pocoo
[20:33:30] * alowry has quit IRC
[20:33:37] * mtrichardson has quit IRC
[20:36:13] * adaran has quit IRC
[20:45:14] * mtrichardson_ is now known as mtrichardson
[20:45:52] * alowry_ is now known as alowry
[20:49:11] * ckknight has joined #pocoo
[20:49:24] <ckknight> hey beautiful people
[20:58:18] <Zenom> hey wowace dude
[20:59:38] <ckknight> is that all I am to you?
[20:59:46] <Zenom> lol
[20:59:46] * ckknight turns away abruptly
[21:00:01] <Zenom> i don't play wow anymore as it got boring but used alot of your addons heh
[21:01:21] <ckknight> good times
[21:01:27] <ckknight> I don't play wow anymore, either
[21:01:35] <ckknight> actually, I only played it for about a month
[21:01:41] <Zenom> lol
[21:01:41] <ckknight> then I realized coding was more fun
[21:01:57] <Zenom> ya coding is more fun if you have some thing to work on
[21:02:07] <Zenom> im in search of something afterwork hours
[21:02:08] <Zenom> hehe
[21:05:41] * leche has quit IRC
[21:10:55] <ckknight> I work until I'm tired
[21:11:00] <ckknight> so there is no real after work hours
[21:17:42] * Baumichel has joined #pocoo
[21:46:42] * stifal has quit IRC
[22:17:46] * maix_ has joined #pocoo
[22:19:36] * maix has quit IRC
[22:19:38] * maix_ is now known as maix
[23:04:42] * izibi has quit IRC
[23:13:51] * Crast has quit IRC
[23:20:54] * aconbere has quit IRC
[23:23:39] * maix has quit IRC
[23:48:53] * hoffmann_ has joined #pocoo
[23:58:42] * aconbere has joined #pocoo