| [00:16:59] |
* |
luks has quit IRC |
| [00:17:05] |
* |
luks has joined #pocoo |
| [00:24:57] |
* |
izibi has quit IRC |
| [00:37:07] |
* |
luks has quit IRC |
| [00:37:11] |
* |
luks has joined #pocoo |
| [00:55:16] |
* |
luks has quit IRC |
| [00:55:20] |
* |
luks has joined #pocoo |
| [01:12:18] |
* |
Baumichel has quit IRC |
| [01:14:17] |
* |
davidcramer has quit IRC |
| [01:18:45] |
* |
maze has quit IRC |
| [01:20:21] |
* |
maze_ has joined #pocoo |
| [01:21:29] |
* |
maze_ is now known as maze |
| [01:58:26] |
<maze> |
what is a good starting point for learning about sessions/authentication using werkzeug? |
| [02:07:46] |
<aa_> |
zine source code? |
| [02:30:26] |
* |
highwaychile has quit IRC |
| [03:06:30] |
* |
zero-one_ has quit IRC |
| [03:22:09] |
* |
davidcramer has joined #pocoo |
| [04:09:01] |
<Kaelten> |
asmodai: ? |
| [04:14:52] |
<prencher> |
don't even try to understand Kaelten |
| [04:15:08] |
<Kaelten> |
prencher: protect me? |
| [04:36:55] |
<ronny> |
oh great |
| [04:37:12] |
<ronny> |
latest zine before the big change cant post blog posts |
| [04:49:03] |
* |
davidcramer has quit IRC |
| [04:50:04] |
* |
davidcramer has joined #pocoo |
| [05:29:44] |
* |
rawb has joined #pocoo |
| [06:07:24] |
* |
alowry has quit IRC |
| [07:03:35] |
* |
davidcramer has quit IRC |
| [07:04:08] |
* |
davidcramer has joined #pocoo |
| [07:10:41] |
* |
davidcramer has quit IRC |
| [08:13:44] |
* |
izibi has joined #pocoo |
| [08:34:29] |
* |
sashav has joined #pocoo |
| [08:36:05] |
* |
grumpy_ has joined #pocoo |
| [08:37:31] |
<prencher> |
lo' gramps |
| [08:37:36] |
<prencher> |
er, grumpy_ ;) |
| [08:40:06] |
<grumpy_> |
prencher: I am not that old yet. :-) |
| [08:42:41] |
* |
sashav has quit IRC |
| [08:45:45] |
* |
sashav has joined #pocoo |
| [08:48:59] |
<grumpy_> |
prencher: anything wrong with this nginx config http://groups.google.com/group/django-users/browse_thread/thread/9a1c87df6e18ae |
| [08:49:16] |
<grumpy_> |
prencher: my response to person in http://groups.google.com/group/modwsgi/browse_frm/thread/e03b6d4411441c27?hl=en |
| [08:55:08] |
<prencher> |
grumpy_ - not off-hand, though he might want to remove all the settings below set_header while he's debugging, i dont know if they might be having an effect on his test |
| [08:56:05] |
<prencher> |
you basically only need the first 5 lines to do the actual proxying, i've not needed to do any of the other stuff he's doing there |
| [08:57:12] |
<prencher> |
the apache config also looks fine |
| [08:59:00] |
<prencher> |
i'd have to dig out my old nginx config files to be sure.. which sadly are stashed away in a tar.gz snapshot of our old server presently |
| [08:59:08] |
<grumpy_> |
prencher: Thanks, have asked person to try the minimal required then. They haven't replied though to earlier suggestions, so likely they found problem and will never come back. |
| [08:59:50] |
<grumpy_> |
prencher: Configuration will also save me from reading documentation. I may finally try and get nginx working on my system. :-) |
| [09:00:09] |
<prencher> |
grumpy_ - but wait a second.. it looks like he's not using daemon mode |
| [09:00:23] |
<prencher> |
and he's using mpm worker.. that means he's running wsgi in embedded with threads right? |
| [09:00:34] |
<prencher> |
or what does wsgi do when you run as mpm worker and embedded - one per worker thread? |
| [09:01:19] |
<grumpy_> |
prencher: Worker MPM and embedded is fine, however many threads are available as Apache creates for its own request handling. |
| [09:03:10] |
<prencher> |
grumpy_ - right, but does that make the wsgi handler threaded, like when you use daemon mode with threads=X? |
| [09:03:24] |
<prencher> |
because django and threads really don't mix well, though it shouldn't cause any timeouts |
| [09:03:26] |
<prencher> |
just a thought |
| [09:04:19] |
<grumpy_> |
prencher: Yes. Django 1.0 is okay for threaded for 99% of people who use it. Problems only come up if someone explicitly creates template instances at global context and reuses them. |
| [09:06:09] |
<prencher> |
fair enough, not used django in a while |
| [09:11:26] |
<grumpy_> |
prencher: I'd like to think they addressed threading issues in time for Django 1.0 because I used to complain so much that there was no clear statement about whether Django was thread safety. |
| [09:12:24] |
<prencher> |
grumpy_ - I certainly hope so |
| [09:12:52] |
<prencher> |
even php is threadsafe at it's core.. it's be embarassing if django wasn't, considering when it was 'invented' |
| [09:13:14] |
<prencher> |
understable it wasn't very nice initially, but with 1.0 out the door one would hope it's been addressed, you are right |
| [09:17:54] |
* |
luks has quit IRC |
| [09:18:24] |
* |
luks has joined #pocoo |
| [09:28:55] |
* |
highwaychile has joined #pocoo |
| [09:32:06] |
* |
sashav has quit IRC |
| [09:35:55] |
* |
aconbere has joined #pocoo |
| [09:42:51] |
* |
alowry has joined #pocoo |
| [09:57:45] |
* |
rafael__ has joined #pocoo |
| [09:58:58] |
* |
alowry has quit IRC |
| [10:03:16] |
* |
aconbere has quit IRC |
| [10:03:39] |
* |
grumpy_ has quit IRC |
| [10:04:22] |
* |
rafael__ is now known as rafael |
| [10:15:19] |
<rafael> |
mitsuhiko: ping |
| [10:44:24] |
<asmodai> |
http://googleblog.blogspot.com/2008/09/our-position-on-californias-no-on-8.html |
| [10:54:38] |
<asmodai> |
http://bulletproofbox.com/rock-solid-form-validation-with-xhtml-css-and-jquery/ |
| [11:01:41] |
<ronny> |
looks not that good |
| [11:28:02] |
* |
zero-one_ has joined #pocoo |
| [11:48:12] |
* |
zero-one_ has quit IRC |
| [12:20:49] |
* |
Baumichel has joined #pocoo |
| [12:45:29] |
* |
highwaychile has quit IRC |
| [12:46:19] |
* |
highwaychile has joined #pocoo |
| [12:51:15] |
* |
grumpy_ has joined #pocoo |
| [13:08:02] |
* |
tega2020 has joined #pocoo |
| [13:08:11] |
* |
highwaychile has quit IRC |
| [13:09:56] |
<tega2020> |
Hi there I am having some trouble with installing Pocoo - the BBS on python 2.5. |
| [13:10:19] |
<tega2020> |
Here is the error I get |
| [13:10:28] |
<tega2020> |
from jinja.lib import stdlib |
| [13:10:34] |
<tega2020> |
ImportError: No module named lib |
| [13:10:43] |
<tega2020> |
anyone know why this is so? |
| [13:11:20] |
<tega2020> |
do I require an earlier version of Jinja than Jinja-1.2 to use Pocoo-0.1.5? |
| [13:11:22] |
<prencher> |
pocoo the forum has been dead for years |
| [13:11:33] |
<tega2020> |
K |
| [13:11:39] |
<tega2020> |
thanks |
| [13:13:42] |
* |
EnTeQuAk has joined #pocoo |
| [13:13:55] |
* |
highwaychile has joined #pocoo |
| [13:15:45] |
* |
tega2020 has left #pocoo |
| [13:29:36] |
* |
stifal has joined #pocoo |
| [13:31:11] |
* |
grumpy_ has quit IRC |
| [13:51:36] |
* |
rafael has quit IRC |
| [14:19:14] |
* |
sashav has joined #pocoo |
| [14:21:50] |
* |
highwaychile has quit IRC |
| [14:32:33] |
* |
grumpy_ has joined #pocoo |
| [14:32:59] |
<grumpy_> |
mitsuhiko: ping |
| [14:39:51] |
* |
grumpy_ has quit IRC |
| [16:35:09] |
* |
EnTeQuAk has quit IRC |
| [16:41:35] |
* |
EnTeQuAk has joined #pocoo |
| [17:07:07] |
* |
rafael__ has joined #pocoo |
| [17:07:29] |
* |
rafael__ is now known as rafael |
| [17:32:12] |
* |
alowry has joined #pocoo |
| [17:36:23] |
* |
highwaychile has joined #pocoo |
| [18:02:00] |
<stargaming> |
hey folks. where would I start if I wanted to implement tumblelog features (à la chyrp) in Zine? |
| [18:05:29] |
* |
alowry has quit IRC |
| [18:06:51] |
* |
rafael has quit IRC |
| [18:10:49] |
<delroth> |
I'm writing a Pygments lexer for http://en.wikipedia.org/wiki/Game_Maker_Language I'll send the patch this evening |
| [18:30:16] |
* |
EnTeQuAk has quit IRC |
| [19:16:40] |
<asmodai> |
Silly folk! |
| [19:44:02] |
* |
zero-one has joined #pocoo |
| [20:20:28] |
* |
alowry has joined #pocoo |
| [20:21:02] |
* |
izibi has quit IRC |
| [20:31:06] |
* |
EnTeQuAk has joined #pocoo |
| [20:58:11] |
* |
alowry has quit IRC |
| [21:27:12] |
* |
rafael has joined #pocoo |
| [21:56:38] |
* |
davidcramer has joined #pocoo |
| [22:05:18] |
* |
alowry has joined #pocoo |
| [22:14:36] |
* |
stifal has quit IRC |
| [22:36:25] |
* |
sashav has quit IRC |
| [22:56:31] |
* |
rafael has quit IRC |
| [23:17:27] |
* |
davidcramer has quit IRC |
| [23:17:47] |
* |
davidcramer has joined #pocoo |
| [23:30:41] |
* |
EnTeQuAk has quit IRC |