IRC logs of #tryton for Monday, 2012-08-13

chat.freenode.net #tryton log beginning Mon Aug 13 00:00:01 CEST 2012
2012-08-13 04:40 <Linkmaster> Could I have a little help understanding this bit?
2012-08-13 04:40 <Linkmaster> http://paste.kde.org/533222/
2012-08-13 04:44 <plantian> Linkmaster: Hi, it might be that you don't have your python C headers installed (Python.h) usually they are separate from your python package, something like python-dev or python-devel.
2012-08-13 04:45 <Linkmaster> Ahh...that would make sense now. I thought I pulled all of python ages ago, must not have
2012-08-13 04:46 <plantian> Linkmaster: You can run python without it, it is just needed for compiling C extensions for python packages.
2012-08-13 04:46 <Linkmaster> Thank you for telling me that!
2012-08-13 04:46 <Linkmaster> ACTION goes off to install python-dev now
2012-08-13 04:48 <plantian> Linkmaster: No problem, glad I could help.
2012-08-13 04:53 <Linkmaster> plantian: I installed the python-dev files, and this issue is still coming up: http://paste.kde.org/533228/
2012-08-13 04:55 <plantian> Linkmaster: You might need to install libxml-devel
2012-08-13 04:55 <plantian> Or something to that affect, check and see what options there are for libxml2 and libxslt, you probably need their headers.
2012-08-13 04:56 <Linkmaster> let me try that...
2012-08-13 04:56 <Linkmaster> ACTION 's operating system is already shot, he might as well tinker around
2012-08-13 04:57 <plantian> Linkmaster: Ha, well it will just install the source code that matches the binary package you already have installed. So it shouldn't harm anything other than a tiny bit more disk space.
2012-08-13 04:58 <Linkmaster> Yeah, haha
2012-08-13 05:02 <Linkmaster> Is there any 'simple' way of doing this?
2012-08-13 05:02 <Linkmaster> ACTION prefers .debs, and the old-fashioned ./configure, make, make install
2012-08-13 05:03 <Linkmaster> Though, in my case, a .deb seems to be what I need...or, through the *buntu repos
2012-08-13 05:13 <plantian> Linkmaster: You probably want to stick to the .debs for that type of stuff.
2012-08-13 05:13 <Linkmaster> plantian: I can't find any though, thats why I was trying the other method...which has brutal, at best
2012-08-13 05:14 <plantian> Linkmaster: There is no libxml2-devel ?
2012-08-13 05:14 <Linkmaster> I found that..
2012-08-13 05:14 <Linkmaster> I meant .deb for tryton
2012-08-13 05:16 <plantian> Linkmaster: There might be, but I'm not sure how well that works. Are you trying to get it setup for development?
2012-08-13 05:16 <plantian> Linkmaster: What are you following right now ?
2012-08-13 05:17 <Linkmaster> plantian: I was wanting to get it setup for just regular use
2012-08-13 05:20 <plantian> Linkmaster: Are you following http://code.google.com/p/tryton/wiki/InstallationOnDebian ?
2012-08-13 05:20 <Linkmaster> no
2012-08-13 05:20 <Linkmaster> never even heard of that
2012-08-13 05:40 <Linkmaster> plantian: if 'python setup.py install' works correctly, does that mean its all set up on my system now?
2012-08-13 05:41 <Linkmaster> trytond-2.4.1 is what I was running all this from
2012-08-13 06:00 <plantian> Linkmaster: setup.py install just installs the dep, you have to setup you configuration file and db and whatnot, do you have the client installed too ?
2012-08-13 06:00 <plantian> my memory is a bit hazy on the details, i haven't re-installed tryton in a while
2012-08-13 06:00 <Linkmaster> probably not, though I think thats what I grabbed...let me see
2012-08-13 06:01 <Linkmaster> plantian: trytond-2.4.1.tar.gz
2012-08-13 06:01 <Linkmaster> is what I started with
2012-08-13 06:03 <Linkmaster> I'll pull a client as well though, just to be sure
2012-08-13 08:57 -!- carlos(~carlos@194.183.97.43) has left #tryton
2012-08-13 09:19 <nwmcsween_mobile> hmm has anyone set up tryton on any of these 'app cloud' providers like dotcloud and such?
2012-08-13 16:51 <shomon> hi, how do you install 2.4 client on ubuntu? I am trying to do python setup.py install and it says it doesn't have setuptools
2012-08-13 16:53 <corro> shomon: try installing python-setuptools
2012-08-13 17:13 <shomon> thanks corro - was for a friend, sorted now
2012-08-13 17:13 <shomon> to install modules, can you just do pip install modulename?
2012-08-13 17:13 <corro> shomon: you're welcome
2012-08-13 17:37 <shomon> how do you install a module that's at http://hg.tryton.org/2.4/modules?
2012-08-13 17:38 <shomon> :( looking through the documentation, not finding much
2012-08-13 17:38 <cedk> shomon: like you installed trytond
2012-08-13 17:39 <shomon> ok looking up my notes :S
2012-08-13 17:39 <shomon> I did pip install trytond_health_profile
2012-08-13 17:39 <shomon> but if I do pip install accounts for example it does nothing
2012-08-13 17:40 <shomon> account I mean
2012-08-13 17:40 <cedk> shomon: trytond_account
2012-08-13 17:40 <shomon> ah.. how do I find the names of all of them? thanks cedk
2012-08-13 17:42 <cedk> shomon: http://pypi.python.org/pypi?:action=browse&show=all&c=551
2012-08-13 17:42 <shomon> thanks very much cedk

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!