#turbogears - Last 100 messages

#turbogears on Freenode

Last 100 messages

09 February 2010
03:29 percious: but anyone that wants to contribute patches is of course welcome to help!
03:30 Leemp: percious: Well you mentioned you can get all this fixed in 3.0, what 3.0? TG then?
03:30 mpedersen: Oh, I agree. I'm just thinking of volunteering for that to help out with freeing you up for 3.0
03:30 percious: TG 3.0
03:30 Leemp: gotcha
03:30 Leemp: Big things planned eh?
03:30 percious: it's going to be a common base with pylons, repoze, and TG
03:30 mpedersen: http://pastie.org/815703
03:30 JohnnyFive: Title: #815703 - Pastie (at pastie.org)
03:30 percious: basically, im going to throw Abstract Dispatch on their stack
03:30 mpedersen: There's the traceback, though I dunno why paste.tg.org was so slow for you.
03:30 percious: mpedersen: wow, that's a weird one
03:31 percious: exceptions changed in 2.5
03:31 percious: so, i must have missed that one
03:31 percious needs to climb tonight
03:31 mpedersen: I'll have to dig into it and figure out why.
03:32 mpedersen: Not a big deal, it's just something to take care of.
03:38 mcdonc joined the channel
03:39 mpedersen: number of errors from testing 2.4 is now down to 2.
03:44 elpargo_ joined the channel
03:46 elpargo quit (Ping timeout: 240 seconds)
03:46 elpargo_ is now known as elpargo
03:47 percious: mpedersen: thanks so much for that work
03:47 mpedersen: Once I get it done. One test case had to be altered slightly, since exceptions in 2.4 don't appear to have a message attribute.
03:56 mpedersen: Okay, I think I see the problem with that MissingRendererError exception, though I'm not sure of a good fix for it.
03:57 mpedersen: No, wait, that's stupid. As soon as I write it out, i realize that that is wrong.
04:10 itchi quit (Ping timeout: 252 seconds)
04:12 mpedersen: Okay, that explains the problem.
04:13 mpedersen: Exception, which is the base class for MissingRendererError, is a classic style class, and super does not work with them.
04:13 mpedersen: Not in Py2.4
04:14 mpedersen: So, here's the choices: Change the call to super to be Exception, or put in code to check sys.version, and switch based on that.
04:14 mpedersen: I like the Exception call better.
04:17 MarkB1_rsn quit (Remote host closed the connection)
04:23 mpedersen: percious: elpargo: I just sent a pull request through bitbucket. Forgot to select a repository. Did you get the link, or do I need to send it again?
04:24 elpargo: I got one mpedersen
04:25 mpedersen: Did it actually show the link for my repository?
04:31 mpedersen: Finally thought to check my sent messages, and see that it didn't. Re-sent pull request.
04:38 itchi joined the channel
04:41 mpedersen now returns to building mongodb. Looks like I might have issues on my server.
04:55 mpedersen: Aha, looks like I have to have a slightly upgraded xulrunner.
05:04 mpedersen: Okay, I got mongo installed and running. Thankfully they have everything set up to make debian packages easily.
05:07 mpedersen: And now mongo is actually fully installed. Even has its own partition space :)
05:12 YGingras joined the channel
05:12 elpargo: mpedersen: ahh dude you should have asked.
05:12 elpargo: they publish a PPA last friday.
05:13 mpedersen: Ah well, building it for my server wasn't *that* hard.
05:13 mpedersen: Probably wouldn't work for my server anyway, though, since it's pure Debian, not Ubuntu.
05:13 elpargo: add-apt-repository "deb http://downloads.mongodb.org/distros/ubuntu 9.10 10gen
05:13 elpargo: they have on for debian.
05:13 elpargo: one*
05:14 elpargo: it's in the ML
05:14 mpedersen: Oh well. The build was fairly easy.
05:14 mpedersen: As it was, I installed one backport, and then the package was built without effort.
05:15 elpargo: okey :)
05:16 mpedersen: Honestly, I'm only doing mongo for c5t.
05:16 mpedersen: I want to be rid of Plone, dammit.
05:16 mpedersen: And c5t is offering a way to do so, and even better, doing so with TG.
05:52 YGingras quit (Quit: Leaving)
06:45 percious: mpedersen: you are using plone presently?
07:31 Thorn joined the channel
07:35 septomin quit (Quit: septomin)
07:43 cito joined the channel
07:57 cito left the channel
08:10 OramahMaalhur joined the channel
08:30 febb joined the channel
08:33 BasicOSX quit (Quit: BasicOSX)
08:41 MrTopf joined the channel
09:36 zafy joined the channel
09:46 jon1012 joined the channel
09:56 MrTopf quit (Remote host closed the connection)
09:57 cnus8n joined the channel
10:01 zer0c00l joined the channel
10:02 zer0c00l left the channel
10:18 federico2 joined the channel
10:18 apoirier joined the channel
10:27 gustavonarea joined the channel
10:33 MrTopf joined the channel
11:22 MrTopf quit (Ping timeout: 272 seconds)
11:24 MrTopf joined the channel
11:27 jon1012 quit (Ping timeout: 245 seconds)
11:31 TomJ quit (Remote host closed the connection)
12:02 kmcb quit (Quit: kmcb)
12:08 elpargo quit (Quit: elpargo)
12:26 geekbuntu joined the channel
12:34 OramahMaalhur quit (Quit: Ня!)
12:45 TomJ joined the channel
13:16 p3ck quit (Ping timeout: 246 seconds)
13:20 scfe joined the channel
13:26 kmcb joined the channel
13:30 cnus8n quit (Ping timeout: 272 seconds)
13:47 jon1012 joined the channel
13:52 sevenseeker left the channel
13:59 surfeurX joined the channel
13:59 loxs_wrk joined the channel
13:59 surfeurX left the channel
14:03 sanjiv joined the channel
14:04 loxs_wrk quit (Quit: Leaving)
14:04 loxs_wrk joined the channel
14:05 Thorn quit (Quit: Leaving)
14:19 scfe quit (Ping timeout: 252 seconds)

TurboGears under the hood