IRC Logs

2008 9
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          

20. 09 2008

[00:30:44] * Kaelten has quit IRC
[00:34:11] * stifal has quit IRC
[00:59:57] * highwaychile has quit IRC
[01:24:19] * damjan_ has joined #pocoo
[01:24:57] * damjan has quit IRC
[01:40:40] * maix has quit IRC
[01:49:08] * damjan has joined #pocoo
[01:49:33] * damjan_ has quit IRC
[01:54:07] * damjan_ has joined #pocoo
[01:55:23] * damjan has quit IRC
[02:20:34] * The_Paya has quit IRC
[04:01:50] * heikkit has quit IRC
[04:49:06] * Baumichel has quit IRC
[05:01:56] * davidcramer has quit IRC
[05:02:37] * davidcramer has joined #pocoo
[05:33:57] * kholzer has joined #pocoo
[07:11:27] * heikkit has joined #pocoo
[07:14:07] <heikkit> I've written my first werkzeug app and I am now trying to run it with FastCGI using http://svn.saddi.com/py-lib/trunk/fcgi.py
[07:15:13] <heikkit> but I can't seem to be able to figure out how to specify the port to run my app in
[07:25:30] <heikkit> hmm, maybe I didn't need to do anything special... but SQLAlchemy error and stack is ending up served to end users in the production env
[07:25:46] * empty has quit IRC
[07:29:11] <hads> Are you using Apache?
[07:29:34] <hads> If so mod_wsgi works great.
[07:30:07] <heikkit> I am on dreamhost shared hosting, so I just gotta use what they have
[07:30:18] <hads> Fair enough
[07:31:10] <heikkit> any ideas what I need to do to stop the python stack from showing?
[07:32:10] <heikkit> it does not show when I run using the runserver command, but does show when served with fastcgi and fcgi.py
[07:32:34] <hads> I haven't used fcgi for ages so not really no.
[07:33:20] <heikkit> or I wonder if it is just something that is different when done with wsgi, like some setting in werkzeug that is not getting set to disable stack
[07:42:40] <heikkit> hum, "... because the 'cgitb' module was enabled..." - where did that get set...
[07:50:16] * kaelten has joined #pocoo
[07:55:42] <kholzer> exit
[07:55:45] * kholzer has quit IRC
[08:21:25] * davidcramer has quit IRC
[10:01:11] * heikkit has quit IRC
[11:39:55] * davidcramer has joined #pocoo
[12:14:12] * highwaychile has joined #pocoo
[12:21:58] * highwaychile has quit IRC
[13:49:47] * maix has joined #pocoo
[14:13:46] <CIA-49> Pygments: mitsuhiko trunk * 668:ac9b81c21c72 / (CHANGES pygments/lexers/_mapping.py pygments/lexers/math.py): Numpy lexer is not associated with .py any longer
[14:13:46] <CIA-49> Pygments: mitsuhiko trunk * 669:e07cd7406e2c / (6 files in 5 dirs): Automated merge with ssh://team@pocoo.org/pygments-main
[14:16:50] * stifal has joined #pocoo
[16:05:23] * empty has joined #pocoo
[16:06:11] * empty has left #pocoo
[16:18:18] * lakin has joined #pocoo
[16:57:08] * highwaychile has joined #pocoo
[17:03:15] * maix_ has joined #pocoo
[17:05:00] * lakin has quit IRC
[17:14:17] * empty has joined #pocoo
[17:16:31] * riltim has joined #pocoo
[17:19:30] * maix has quit IRC
[17:32:14] <riltim> I have a dopey question about glashammer.bundles.sqladb. I don't see how I can set the database uri. What am I missing?
[17:34:54] <CIA-49> Pygments: mitsuhiko trunk * 670:21c06fb8ed1f / (CHANGES pygments/lexers/_mapping.py pygments/lexers/text.py): Added udiff alias to diff lexer
[17:48:57] <prencher> the one user aa_ has shows up and he's not here
[17:49:39] <aa_> prencher: hah!
[17:49:46] <aa_> riltim: #glashammer
[17:49:56] <riltim> ah, I didn't know that existed
[17:50:25] <riltim> I even did a whois of aa_ and still no luck :)
[17:56:10] * steg tickles aa_
[17:56:44] <steg> riltim: he is a secret mystery man
[17:59:16] <riltim> he show up there now with a whois
[18:02:03] * kleinweby has joined #pocoo
[18:36:58] * Baumichel has joined #pocoo
[19:22:06] <ronny> mitsuhiko: sup about that debug thing you wanted to make with ben
[19:22:31] <ronny> mitsuhiko: could you guys add support for the winpdb debugger engine (so external debuggers can hook in)
[19:36:56] * kaelten is now known as Kaelten
[21:36:54] <prencher> hows your FireWSGI coming aa_
[22:14:16] <aa_> prencher: it's fire-glashammer and it works fine, thanks
[22:29:23] <prencher> yeah because you totally need to tie that ot a framework and not just wsgi
[22:32:21] * izibi has joined #pocoo
[22:41:56] * maix_ is now known as maix
[22:49:48] <davidcramer> so how do I use the inspect module and make it fast? :)
[22:51:01] <davidcramer> man even cprofile is taking forever
[22:51:04] <davidcramer> i must've done something wrong
[23:11:24] <tux21b> if you think there might be a lock or something similar which prevents execution, strace is quite useful too (but it also slows down programs extremely)
[23:33:32] * izibi has quit IRC