Team Chat Logs

2006 11
Mo Tu We Th Fr Sa Su
        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

December 25, 2006

[00:14:46] * Gershwin has joined #trac
[00:22:27] * xjjk has joined #trac
[00:28:27] * _shawn has joined #trac
[00:51:23] * mario_ has joined #trac
[01:00:30] * pygi has quit IRC
[01:01:44] * Gershwin has quit IRC
[01:15:11] * mario_ has quit IRC
[01:22:10] * pygi has joined #trac
[01:31:21] * frankg has joined #trac
[01:50:27] * xjjk has quit IRC
[02:36:56] * m_g has joined #trac
[02:46:30] * ktne has joined #trac
[03:32:10] * maxb has joined #trac
[03:46:19] * _shawn has quit IRC
[03:57:36] * prologic has joined #trac
[04:31:36] * bryanl has joined #trac
[05:22:33] * homeasvs__ has joined #trac
[05:24:56] * homeasvs_ has quit IRC
[05:47:33] <blinx> moin!
[05:47:37] <blinx> coderanger: hi
[05:50:22] <s0undt3ch> moin
[05:52:56] <blinx> http://pylucid.net/trac/
[05:53:04] <blinx> I updated to Python 2.5
[05:53:15] <blinx> ^ and now subversion doesn't want to work
[05:53:25] <blinx> TracError: Unsupported version control system "svn"
[05:53:39] <blinx> I compiled and installed it from source with no effect
[05:54:11] <blinx> coderanger meaned that a path possibly is wrong
[05:55:10] <blinx> what can I do?
[05:56:07] <s0undt3ch> blinx: are you sure subversion is compiled against 1.5?
[05:56:08] <s0undt3ch> errr
[05:56:10] <s0undt3ch> 2.5?
[05:56:27] <s0undt3ch> that's the only problem I can think of
[05:56:44] <blinx> I installed 2.5 then subversion
[05:56:45] * boorad_ has joined #trac
[05:57:04] <misc> if you run python and import svn does it work ?
[05:57:18] <blinx> misc: it doesn't work
[05:57:54] <blinx> I tested it with a command coderanger gave me
[05:57:56] <blinx> yesterday
[05:57:58] <misc> blinx: so python svn binding are not compiled
[05:58:04] <blinx> yes
[05:58:08] <blinx> I think, too
[05:59:06] <blinx> so how I can compile the svn bindings for python?
[05:59:57] <blinx> any additional configure options?
[06:01:39] <blinx> hm
[06:01:53] <blinx> misc: what I have to do now?
[06:02:38] <blinx> have I to compile python 2.5 or svn again?
[06:02:42] <misc> svn
[06:03:53] <blinx> misc: ah I remember that svn didn't find the berkeley db while the configuring process
[06:04:03] <blinx> but it has been installed before
[06:05:10] <blinx> where the berkeley db is located?
[06:05:22] <misc> blinx: well, ask on #subversion, i usually take the package of my distribution, so i never add to cimpile svn by myself
[06:05:39] <blinx> ok
[06:09:58] * lnayrb has joined #trac
[06:12:04] * boorad has quit IRC
[06:27:02] * bryanl has quit IRC
[06:52:05] * lnayrb is now known as bryanl
[07:00:42] * idnar has quit IRC
[07:00:44] * idnar_ has joined #trac
[07:25:35] * boorad__ has joined #trac
[07:38:38] * boorad_ has quit IRC
[08:54:07] * pygi has quit IRC
[09:09:16] <s0undt3ch> dam is it possible to add a newline to an optparse's option help message!?
[09:12:56] * }btorch{ has joined #trac
[09:12:58] <}btorch{> hello
[09:19:26] <coderanger> hello
[09:27:55] <s0undt3ch> hello
[09:30:39] <s0undt3ch> coderanger: hello there, is there a way to know if a string includes %s %d etc?
[09:37:10] <coderanger> '%s' in str?
[09:41:10] <s0undt3ch> coderanger: yes, and %r and %d and %u etc in an str object
[09:41:14] * ktne has quit IRC
[09:41:39] <s0undt3ch> ie, if it includes and python format stuff inside the string
[09:42:59] <coderanger> s0undt3ch: Well it isn't Python format stuff until you use the string with the format operator
[09:43:30] <s0undt3ch> heh that's what I was a fraid of :)
[09:43:54] <s0undt3ch> I need somehow to know if a string is able to be formated
[09:44:08] <s0undt3ch> guess regex might be my only option right?
[09:45:16] <coderanger> oy
[09:45:27] <coderanger> recognizing those is painful
[09:46:02] <coderanger> I would say take the number '%' minus the number of '%%', and try formatting it
[09:46:07] <coderanger> then catch any exception
[09:46:08] <s0undt3ch> yeah, I have an idea of how much dificult it should bem guess I need to multiply that by 10
[09:46:29] <coderanger> let python do the work for you :)
[09:47:07] <s0undt3ch> well, I'm actually working on a i18n tools package, that should work similiar to xgettext(this is for genshi usage)
[09:47:19] <coderanger> oy
[09:47:26] <coderanger> you have fun with that ;-)
[09:47:55] <}btorch{> hey has anyone here install trac on a box with plesk
[09:48:01] <coderanger> I would say doing it in a try:except: will be the easiest way
[09:48:16] <s0undt3ch> and msgfmt checks python-format before the untranslated string if that exists, it checks if the translated string has the same format
[09:48:42] <}btorch{> for some reason if I use the trac.cgi I keep getting errors tha the ENV is not set and if I use mod_python I get a blank page
[09:48:43] <s0undt3ch> coderanger: the good news is that the extaction part is almost done :)
[09:48:58] <}btorch{> the env is set
[09:49:02] <coderanger> merry xmas to all who celebrate it
[09:49:15] <s0undt3ch> coderanger: that would work but what about %(a_var)s?
[09:49:19] <}btorch{> u too
[09:49:19] <coderanger> Off to go pretend to be social, then get Chinese
[09:49:25] <s0undt3ch> you'd then need to build a dict for that
[09:49:44] <s0undt3ch> but then again, genshi does not allow creating dicts inside templates
[09:50:05] <s0undt3ch> yeas Merry XMas for all too
[10:22:36] * pygi has joined #trac
[10:28:27] <}btorch{> anyone ?
[10:44:44] <Getty> i get crazy with the install of the graphviz plugin
[10:51:04] <Getty> i got the egg
[10:51:08] <Getty> but i miss the plugins directorz
[10:51:18] <Getty> where it should resist? next to what directory_
[10:51:26] <Getty> beside inside the trac directory, i mean for system default
[11:00:03] <Getty> i dont get it :(
[11:04:06] <Getty> noone alive? :) lol
[11:16:27] <}btorch{> quit
[11:16:28] * }btorch{ has quit IRC
[11:17:26] <s0undt3ch> Getty: you want to install it globally or just for a single env?
[11:22:38] * xjjk has joined #trac
[11:30:27] * xjjk has joined #trac
[11:38:36] <Getty> globally
[11:38:40] <Getty> single runs fine now
[11:54:17] * akaihola has joined #trac
[11:54:59] <s0undt3ch> globaly, copy the egg to the site-packages dir, make sure you use the egg for your python version
[11:55:17] <akaihola> Hey, it's nice to be able to fetch tickets as CSV, but is there a similar way to get milestones with due dates in a simple machine-readable format through HTTP?
[12:12:14] <s0undt3ch> dam, I'm getting PythonHandler trac.web.modpython_frontend: TypeError: argument number 0: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0xb6640fac>)' is received, referer: http://i18ntoolbox.ufsoft.org/admin/ticket/versions
[12:30:45] <s0undt3ch> ok, I was using an old trunk, now running .10.3 running fine
[12:32:20] <s0undt3ch> nope, I'm still having problems
[12:32:21] * ktne has joined #trac
[12:34:04] <blinx> coderanger: ping
[12:34:12] <blinx> coderanger: I have new information!
[12:36:51] <s0undt3ch> errr, why am I getting this problem now !?
[12:44:56] <s0undt3ch> ok, so far, upgrading mod_python from 3.1.4 to 3.2.10 seems to have solved it
[12:45:00] <s0undt3ch> so far
[12:45:18] <s0undt3ch> dam, I talked too soon
[12:47:01] <s0undt3ch> is there any know problems with subversion 1.4.2?
[12:50:18] <blinx> s0undt3ch: yes here I am
[12:50:33] <blinx> my svn 1.3.2 doesn't work
[12:51:29] <s0undt3ch> blinx: but you're the one who upgraded to python 2.5 right?
[12:51:45] <blinx> yes
[12:51:50] <blinx> python works
[12:51:54] <blinx> without svn ;-)
[12:52:02] <blinx> what is your problem?
[12:52:17] <s0undt3ch> you have both python's? ie, 2.4 and 2.5? or just 2.5?
[12:52:27] <s0undt3ch> my problem is the one I pasted
[12:52:28] <blinx> hm
[12:52:33] <blinx> mo
[12:52:34] <s0undt3ch> trac.web.modpython_frontend: TypeError: argument number 0: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0xb6640fac>)' is received, referer:
[12:52:35] <blinx> m
[12:52:40] <blinx> apr
[12:52:41] <blinx> o
[12:52:54] <blinx> that was the problem of yesterday ;-)
[12:53:07] <s0undt3ch> blinx: you had that prob yesterday?
[12:53:16] * thansen|laptop has joined #trac
[12:53:21] <blinx> no
[12:53:25] <s0undt3ch> oh
[12:53:26] <blinx> something with apr
[12:53:39] <blinx> I'm using lighty with fcgi
[12:53:52] <thansen|laptop> I'm trying to setup trac to be the root of a subdomain...aka trac.domain.com
[12:54:02] <thansen|laptop> and I'm getting all kinds of issues
[12:54:11] <s0undt3ch> the weird thing now is that this only started to happen when I added a 2nd trac env under postgres
[12:54:29] <s0undt3ch> with just one, it worked fine
[12:54:34] <thansen|laptop> if I change it to be trac.domain.com/project it works fine...anyone know how to set this up correctly?
[12:55:05] <s0undt3ch> thansen|laptop: PythonOption TracUriRoot /
[12:55:06] * kumi has joined #trac
[12:55:20] <thansen|laptop> where is that found?
[12:55:21] <s0undt3ch> under the location blol
[12:55:22] <thansen|laptop> trac.ini
[12:55:27] <s0undt3ch> * block
[12:55:31] <thansen|laptop> or httpd.conf
[12:55:33] <s0undt3ch> thansen|laptop: nope on the apache conf
[12:55:42] <s0undt3ch> on the vhost apache conf
[12:55:53] <thansen|laptop> s0undt3ch: ok, lemme see what I get..thanks
[12:56:00] <s0undt3ch> thansen|laptop: np
[12:57:13] <kumi> Hi, having a bit of a problem. I can't see the "Browse Source" on my new trac install (Linux 2.6/trac 10.2). I've run "trac-admin initenv" and then "trac-admin resync", and they both seemed to finish successfully. But still nothing
[12:57:26] <kumi> Using subversion, btw
[12:57:39] <s0undt3ch> that's a weird one
[12:57:58] <s0undt3ch> kumi: adding /browser to the url spits an error?
[12:58:04] <kumi> lemme try
[12:58:18] <kumi> yeah, I get "No handler matched request to /browser"
[12:58:31] <s0undt3ch> ok, sp the browser ain't enabled
[12:58:49] <s0undt3ch> are you shure you didn't disabled it in trac.ini under components?
[12:58:57] <kumi> ah, let's see
[12:59:31] <kumi> I don't see a [components] section, is that what you mean?
[12:59:40] <s0undt3ch> yes
[12:59:54] <thansen|laptop> s0undt3ch: is that line for mod_python (I'm using fastcgi
[12:59:54] <kumi> there is a [browser] section, but no [components]
[13:00:22] <s0undt3ch> thansen|laptop: oops, sorry it was for mod_python
[13:01:08] <s0undt3ch> kumi: well at least you're not disabling the browser
[13:01:35] <s0undt3ch> kumi: under [trac] what do you have for repository_type
[13:01:36] <kumi> what do you suggest I do?
[13:01:43] <kumi> repository_type = svn
[13:01:56] <kumi> no complaints from trac on that line
[13:02:01] <s0undt3ch> well, unfortunatly, I really don't know
[13:02:13] <s0undt3ch> kumi: you could try to get 0.10.3
[13:02:31] * _shawn has joined #trac
[13:02:40] <s0undt3ch> bbl
[13:02:42] <kumi> yeah, I'll try and exhaust my possibilities before I do that though
[13:02:53] <thansen|laptop> s0undt3ch: is there an equivalent fastgci option?
[13:18:29] * omry has quit IRC
[13:41:25] * s0undt3ch_ has joined #trac
[13:42:52] * _dmax has joined #trac
[13:44:05] <kumi> Anyone running trac + fastcgi here? I can't get /browser handler to work, but with tracd, it works just fine
[13:44:23] <kumi> Maybe some problem with the environment variables?
[13:48:36] * dmax has quit IRC
[13:48:47] * _dmax is now known as dmax
[13:49:46] * _shawn has quit IRC
[13:49:56] <s0undt3ch_> thansen|laptop: don't know
[13:49:57] * s0undt3ch has quit IRC
[13:49:57] * s0undt3ch_ is now known as s0undt3ch
[13:51:33] <s0undt3ch> hell, I even upgraded subversion, still got that pool problem
[13:53:05] <s0undt3ch> pacopablo: arround, is this PG releated!? my other trac install never had such problems
[13:55:27] <blinx> coderanger: there?
[13:55:34] <blinx> with my svn problem
[14:04:33] <s0undt3ch> ok, my problem is a know one, the simple fix is to add PythonInterpreter main_interpreter on each of the vhosts, the funny thing is that on another server of mine this never happened
[14:22:18] <blinx> coderanger + s0undt3ch: problem solved!
[14:22:34] <blinx> now I only have to install clearsilver
[14:25:18] <s0undt3ch> blinx: great
[14:25:25] <s0undt3ch> blinx: mine too
[14:25:46] <blinx> clearsilver should be compiled as a no python program? ./configure ... make make install?
[14:25:53] <blinx> s0undt3ch: great, too
[14:25:59] <blinx> s0undt3ch: do you have a site?
[14:26:39] <thansen|laptop> s0undt3ch: now I'm trying to use mod python and this is what I get PythonHandler trac.ModPythonHandler: ImportError: No module named ModPythonHandler
[14:27:23] <s0undt3ch> thansen|laptop: do you have mod_python installed?
[14:27:28] <thansen|laptop> yeah
[14:28:05] <s0undt3ch> thansen|laptop: oh PythonHandler trac.web.modpython_frontend is this what you have?
[14:28:22] <s0undt3ch> blinx: several :) main domain ufsoft.org, some of the projects dev.ufsoft.org
[14:28:43] <thansen|laptop> s0undt3ch: not sure what you mean
[14:28:57] <s0undt3ch> thansen|laptop: paste me your vhost apache config
[14:31:13] <pygi> thansen|laptop, !!!
[14:31:18] <pygi> thansen|laptop, long time no see
[14:31:27] <s0undt3ch> blinx: most recent(days old) http://i18ntoolbox.ufsoft.org/
[14:31:57] <thansen|laptop> pygi: where did I used to see you?
[14:32:21] * [algo] has quit IRC
[14:32:34] <thansen|laptop> s0undt3ch: can you private message me?
[14:32:36] <pygi> thansen|laptop, diva? :)
[14:32:55] <s0undt3ch> thansen|laptop: sure, is your nick registred? else you can't reply me
[14:33:03] <pygi> thansen|laptop, unless I'm very mistaken
[14:33:12] <thansen|laptop> pygi: oh yeah, not sure what's going on with that right now
[14:33:14] <s0undt3ch> thansen|laptop: paste.ufsoft.org if that's your problem :)
[14:33:31] <pygi> thansen|laptop, I know :-/
[14:34:09] <thansen|laptop> s0undt3ch: http://pastebin.ca/291905
[14:34:22] <pygi> thansen|laptop, mdk decided to switch to MLT :-/
[14:34:34] <thansen|laptop> pygi: MLT?
[14:35:26] <pygi> thansen|laptop, some video editing framework
[14:35:44] <pygi> http://mlt.sourceforge.net/
[14:35:53] <blinx> hm strange
[14:36:13] <blinx> the plugins in /usr/share/trac/plugins don't work
[14:36:39] <blinx> coderanger: your theme, too
[14:37:10] <blinx> I made an egg file again with setup.py
[14:37:11] <blinx> hm
[14:37:25] <thansen|laptop> pygi: like as a replacement for diva, or to incorporate into diva?
[14:37:39] <pygi> thansen|laptop, as a replacement for gstreamer engine (gdv as you know it)
[14:38:04] <thansen|laptop> pygi: ah, well, I noticed the site was down too
[14:38:11] <pygi> thansen|laptop, true
[14:38:17] <s0undt3ch> thansen|laptop: http://pastebin.ca/291911 the lines with @@ in front are the ones I changed, if course remove those @@
[14:38:20] <pygi> well, nothing happened in the project for several months
[14:38:38] <pygi> thansen|laptop, what are you upto lately? :)
[14:39:02] <s0undt3ch> blinx: you need to enable both the theme engine and the themes on [components]
[14:40:02] <s0undt3ch> thansen|laptop: s/if course/of course/
[14:40:18] <thansen|laptop> pygi: one sec, lemme try this out
[14:40:36] <pygi> thansen|laptop, sure, np
[14:42:37] <blinx> coderanger: http://pylucid.net/trac
[14:42:55] <blinx> the sidebar is a little bit damaged
[14:43:05] <s0undt3ch> blinx: neat :)
[14:43:05] <blinx> where I can remove the 'Source' part?
[14:43:11] <thansen|laptop> s0undt3ch: no go still
[14:43:11] <blinx> s0undt3ch: great
[14:43:20] <blinx> coderanger: browse source is now ther
[14:43:21] <blinx> e
[14:43:36] <blinx> but I want only 'browse'
[14:43:43] <s0undt3ch> thansen|laptop: what's the error now?
[14:43:52] <blinx> coderanger: what I have to edit?
[14:43:55] <blinx> or change`
[14:43:55] <blinx> `
[14:43:56] <blinx> ?
[14:44:29] <s0undt3ch> blinx: it looks fine on my browser
[14:44:30] <thansen|laptop> s0undt3ch: [Mon Dec 25 15:41:52 2006] [error] [client 160.7.243.19] PythonHandler trac.web.ModPythonHandler: ImportError: No module named ModPythonHandler
[14:45:07] <s0undt3ch> the python handler is not trac.web.ModPythonHandler its trac.web.modpython_frontend
[14:45:11] <blinx> s0undt3ch: doesn't the 'source' is over the 'view tickets' text?
[14:45:17] <blinx> coderanger: are you there?
[14:45:18] <s0undt3ch> blinx: nope
[14:45:23] <blinx> hm
[14:45:26] <blinx> very strange
[14:45:36] <s0undt3ch> blinx: coderanger is celebrating
[14:45:39] <blinx> hm
[14:45:54] <s0undt3ch> or getting chinese :)
[14:46:18] <s0undt3ch> 17:47:56 < coderanger> Off to go pretend to be social, then get Chinese
[14:46:25] <thansen|laptop> s0undt3ch: ah, didn't catch that one, sorry
[14:46:33] <thansen|laptop> s0undt3ch: now I'm good :)
[14:46:38] <s0undt3ch> thansen|laptop: no need to be sorry :)
[14:46:48] <s0undt3ch> as long as it's working :)
[14:47:46] <blinx> hm
[14:48:02] <blinx> coderanger had a backup of the theme
[14:48:10] <blinx> but I have no link
[14:48:10] <thansen|laptop> s0undt3ch: is the "trac" alias absolutely necessary?
[14:48:10] <blinx> h
[14:48:11] <blinx> m
[14:49:09] <s0undt3ch> thansen|laptop: I don't have it set, comment it out and try :)
[14:50:02] <thansen|laptop> s0undt3ch: I'm just trying to figure out how it all comes together...aka, I don't understand the whole htdocs_location in trac.ini and how it corresponds to the apache DocumentRoot etc
[14:50:31] <s0undt3ch> thansen|laptop: it doesn't, you also don't need DocumentRoot set :)
[14:51:40] <blinx> s0undt3ch: do you know what I have to change that I will have only 'Browse' in the sidebar?
[14:51:58] <thansen|laptop> s0undt3ch: where should I put my own css files then?
[14:53:02] <blinx> hm
[14:53:02] <blinx> hm
[14:53:40] <s0undt3ch> thansen|laptop: those go in <project>/templates/site_css.cs
[14:54:05] <s0undt3ch> blinx: I think that's an internal thing, ie, it's set internally on trac's code
[14:54:22] <thansen|laptop> s0undt3ch: so any customized html pages etc should be going inside the actual project dir?
[14:54:30] <s0undt3ch> thansen|laptop: yes
[14:55:28] <thansen|laptop> s0undt3ch: so if I put a file inside of project/htdocs/test.html...how would I access it?
[14:55:38] <s0undt3ch> thansen|laptop: if you want to override trac's header.cs template you put a file named like that on your env, it will override the default one, but be carefull not to break CS syntax
[14:55:45] <s0undt3ch> thansen|laptop: you won't
[14:56:55] <s0undt3ch> thansen|laptop: if you want to serve plain html's(not CS templates for trac) you should tweak you apache config and disable mod_python under a specific location, ie have for example my.url/docs serve static content
[14:57:23] <thansen|laptop> ok, that makes sense
[14:58:17] <s0undt3ch> thansen|laptop: something like http://pastebin.ca/291927
[14:58:50] * ktne has quit IRC
[14:58:53] <thansen|laptop> right
[14:59:50] <thansen|laptop> s0undt3ch: maybe this is stupid, but what is that htdocs dir for then?
[15:01:01] <blinx> hm
[15:01:16] <blinx> what has to be changed in the css file of coderangers theme?
[15:01:17] <s0undt3ch> thansen|laptop: well, at some stage is was for serving for example images, ie the logo, you had something like logo = site/logo.png and that site would resolve to /path/to/project/htdocs
[15:01:32] <s0undt3ch> blinx: for what?
[15:02:24] <blinx> now in the sidebar you see 'browse source'
[15:02:39] <blinx> but I want only 'browse' or 'source'
[15:02:43] <s0undt3ch> blinx: I always did, and still do
[15:02:44] <blinx> what has to be changed?
[15:03:04] <s0undt3ch> blinx: I think that is definded either inside trac's code or on one of it's templates
[15:03:09] <blinx> hm
[15:03:52] <s0undt3ch> blinx: http://trac.edgewall.org/browser/tags/trac-0.10.3/trac/versioncontrol/web_ui/browser.py#L69
[15:04:24] <s0undt3ch> got it :)
[15:04:31] <blinx> thx
[15:04:48] <blinx> in site-packages or /usr/share?
[15:05:43] <s0undt3ch> blinx: site-packages, by the way, like mine http://i18ntoolbox.ufsoft.org ? ;)
[15:06:20] <blinx> yes
[15:06:21] <blinx> nice
[15:06:45] <s0undt3ch> blinx: still need a diferent logo
[15:09:37] <thansen|laptop> pygi: still around?
[15:10:00] <pygi> thansen|laptop, yes
[15:10:35] <thansen|laptop> pygi: to answer your question, finishing up school, working on SLED, and just enjoying life in general :)
[15:10:55] <pygi> thansen|laptop, what are you working on SLED? :)
[15:11:20] <blinx> s0undt3ch: builtin.de
[15:11:24] <blinx> s0undt3ch: mine
[15:11:38] <thansen|laptop> pygi: I'm QA on the project, mostly I did samba stuff for a while, now I'm moving on to some vmware integration type stuff
[15:11:59] <pygi> thansen|laptop, nice :)
[15:12:25] <s0undt3ch> blinx: that's just moinmoin right?
[15:12:32] <blinx> yes
[15:12:35] <blinx> but nice
[15:12:36] * omry has joined #trac
[15:12:44] <pygi> thansen|laptop, I'm taking over the world with libburnia ^_^
[15:12:58] <pygi> hm, I've just discovered my plans :-/
[15:13:01] <s0undt3ch> blinx: would give a very nice trac template
[15:13:08] * m_g has quit IRC
[15:13:37] <thansen|laptop> pygi: libburnia?
[15:13:46] <pygi> thansen|laptop, hm, you didn't hear? :-/
[15:13:51] <blinx> s0undt3ch: do you know if there exists a irc log plugin or how the logs of this irc channel are logged?
[15:13:51] <pygi> thansen|laptop, http://libburnia.pykix.org
[15:14:01] <s0undt3ch> @logs
[15:14:01] <evil_twin> s0undt3ch: "logs" is https://pacopablo.com/irclogs
[15:14:08] <s0undt3ch> blinx: there you go :)
[15:14:23] <s0undt3ch> blinx: and it's a plug built by pacopablo
[15:15:00] <blinx> yes
[15:15:14] <blinx> but where I can get the plugin?
[15:15:33] <s0undt3ch> blinx: dunno :\ check pacopablo's blog for any info
[15:16:10] <thansen|laptop> pygi: is this the replacement for cdrtools or whatever it was?
[15:16:41] <pygi> thansen|laptop, well, it is supposed to be a new generation burning & iso handling solution
[15:17:01] <pygi> and first effort that is written from scratch (i.e. not fork of cdrtools or something :P)
[15:17:26] * maxb has quit IRC
[15:18:15] <thansen|laptop> pygi: I see :) and how's the progress?
[15:18:29] * maxb has joined #trac
[15:18:30] <pygi> thansen|laptop, fantastic, fantastic really
[15:18:53] <pygi> thansen|laptop, we support most of cd recording features (and some cdrecord doesn't have!!!), and are working on getting dvd support
[15:19:00] <blinx> s0undt3ch: I have to go to bed
[15:19:04] <blinx> good night
[15:19:06] <pygi> thansen|laptop, libisofs also works fine, but lacks some features ((lately no much time for it :P)
[15:19:11] <blinx> and merry xmas
[15:19:12] <s0undt3ch> blinx: good night
[15:19:13] <blinx> cu
[15:19:23] <pygi> thansen|laptop, we also have a cdrskin, compatibility layer for cdrecord based on libburn :)
[15:19:24] <blinx> s0undt3ch: btw. where are you from?
[15:19:35] <pygi> thansen|laptop, we'll have genisofs once libisofs is in shape as well :P
[15:19:35] <s0undt3ch> blinx: In portuguese that means ass ;)
[15:19:38] <s0undt3ch> Portugal
[15:19:42] <blinx> ah
[15:19:47] <blinx> I'm German
[15:20:01] <thansen|laptop> s0undt3ch: legal! falo portugues :)
[15:20:10] <blinx> and you thansen|laptop ?
[15:20:22] <thansen|laptop> I'm from Idaho :)
[15:20:24] <blinx> root@builtin:~# /usr/lib/python2.5/site-packages/trac/db/util.py:51: Warning: Truncated incorrect DOUBLE value: ' *' return self.cursor.execute(sql)
[15:20:26] <s0undt3ch> thansen|laptop: legal is brasialian
[15:20:30] <blinx> ah
[15:20:36] <s0undt3ch> ie pt_BR not pt_PT
[15:20:45] <blinx> ^ what is that for an error?
[15:20:49] <thansen|laptop> s0undt3ch: :) close enough though
[15:20:58] <s0undt3ch> but you could say baril == legal == cool
[15:21:15] <s0undt3ch> thansen|laptop: yep, pretty close :)
[