IRC logs of #tryton for Wednesday, 2010-05-12

chat.freenode.net #tryton log beginning Wed May 12 00:00:02 CEST 2010
2010-05-12 05:19 -!- yangoon(~mathiasb@p549F72FA.dip.t-dialin.net) has joined #tryton
2010-05-12 07:15 -!- paepke_(~paepke@p4FEB1E28.dip0.t-ipconnect.de) has joined #tryton
2010-05-12 07:18 -!- FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-05-12 07:35 -!- Timitos(~timitos@88.217.184.172) has joined #tryton
2010-05-12 07:54 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2010-05-12 07:57 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-05-12 08:09 -!- FWiesing2(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-05-12 09:13 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-05-12 09:32 -!- eLBati(~elbati@93.37.64.65) has joined #tryton
2010-05-12 10:02 -!- bechamel(~user@chimie-prtx11.scf.fundp.ac.be) has joined #tryton
2010-05-12 10:32 <cedk> http://www.b2ck.com/~ced/tryton-1.6.0.exe
2010-05-12 10:32 <cedk> http://www.b2ck.com/~ced/tryton-setup-1.6.0.exe
2010-05-12 10:32 <cedk> paepke_: windows exe to test
2010-05-12 11:55 -!- essich(~essich@p4FCF8C29.dip0.t-ipconnect.de) has joined #tryton
2010-05-12 11:56 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-05-12 12:28 -!- paepke(~paepke@p5B32F1E6.dip.t-dialin.net) has joined #tryton
2010-05-12 12:32 <cedk> paepke: did you see the link to test win exe?
2010-05-12 12:33 <paepke> cedk, no. just read the irc log. i'll give it a test.
2010-05-12 12:46 -!- Mayank_OL(~openlabs@122.176.50.143) has joined #tryton
2010-05-12 12:54 <Mayank_OL> I have tryton 1.4 on my system. I want to upgrade it to 1.6 .
2010-05-12 12:54 <Mayank_OL> I used hg fupdate for doing this. Now when i try to start the tryton-server i get an error:
2010-05-12 12:54 <Mayank_OL> from trytond.pyson import Bool, Not, Eval
2010-05-12 12:54 <Mayank_OL> ImportError: No module named pyson
2010-05-12 12:54 <Mayank_OL> how can i get this pyson module??
2010-05-12 13:01 <yangoon> Mayank_OL: how did you do the whole update?
2010-05-12 13:01 <paepke> cedk, bad news. i cannot run the 1.6-windows client. when running from command prompt i got straight back to the command and some seconds with an hourglass.
2010-05-12 13:02 <Mayank_OL> yangoon: i had changed the version in tryton-dev.py to 1.6
2010-05-12 13:02 <Mayank_OL> and than i ran it in terminal
2010-05-12 13:02 <paepke> cedk, tested on two machines. both had already a 1.4 client installed
2010-05-12 13:03 <yangoon> Mayank_OL: if you downloaded with tryton-dev, you have to do first hg fpull
2010-05-12 13:03 <yangoon> then hg fup
2010-05-12 13:04 <yangoon> then update your databases after server and client restart
2010-05-12 13:06 <Mayank_OL> yangoon: i have done hg fpull and hg fupdate
2010-05-12 13:07 <Mayank_OL> yangoon: but now on starting server i get the erro of pyson
2010-05-12 13:08 <yangoon> Mayank_OL: exact error? do have installed python-simplejson?
2010-05-12 13:09 <Mayank_OL> yangoon: no
2010-05-12 13:10 <Mayank_OL> yangoon: i have installed it now, and on starting server
2010-05-12 13:10 <Mayank_OL> from trytond.pyson import Bool, Not, Eval
2010-05-12 13:10 <Mayank_OL> ImportError: No module named pyson
2010-05-12 13:10 <yangoon> Mayank_OL: please paste whole log on a pastebin
2010-05-12 13:12 <Mayank_OL> yangoon: http://pastebin.com/sYHNf8Sr
2010-05-12 13:14 <yangoon> Mayank_OL: did you download in the same directory as the previous 1.4?
2010-05-12 13:14 <Mayank_OL> yangoon: yes
2010-05-12 13:15 <yangoon> Mayank_OL: release is not yet finished
2010-05-12 13:15 <yangoon> probably you have still 1.4 modules in this installation
2010-05-12 13:16 <yangoon> you should download a new release to a diferent place anyway
2010-05-12 13:16 <Mayank_OL> yangoon: what should i do to install 1.6 version
2010-05-12 13:16 <yangoon> Mayank_OL: wait until release, if you need modules not yet released
2010-05-12 13:20 <yangoon> Mayank_OL: or use trunk, which currently == almost 1.6
2010-05-12 13:22 <Mayank_OL> yangoon: if i use trunk , than can i use my old 1.4 repository
2010-05-12 13:22 <yangoon> Mayank_OL: repository?
2010-05-12 13:22 <Mayank_OL> yangoon: sorry, directory
2010-05-12 13:23 <yangoon> Mayank_OL: if you move out all 1.4 related stuff, yes
2010-05-12 13:35 <cedk> paepke: ok I think it misses simplejson
2010-05-12 13:37 <cedk> Mayank_OL: I think you should wait that I finished the release because for now the repositories are not all at the same version
2010-05-12 13:37 <cedk> Mayank_OL: I should finish it tonight or tomorrow
2010-05-12 13:59 -!- irclog(~irclog@tycho.b2ck.com) has joined #tryton
2010-05-12 14:04 <paepke> cedk, ping me, when you have the new windows clients ready to test
2010-05-12 14:04 <cedk> paepke: done at the same urls
2010-05-12 14:04 <paepke> cedk, ok. i'll try it now
2010-05-12 14:11 -!- Mayank_OL(~openlabs@122.176.50.143) has left #tryton
2010-05-12 14:12 <cedk> paepke: I upload a new one
2010-05-12 14:12 <paepke> cedk, ah good. cause it didn't work. i was investigating some proxy-issues.
2010-05-12 14:13 <paepke> cedk, this one works. it just came up. i'm clicking around
2010-05-12 14:22 -!- eLBati(~elbati@93.37.64.65) has joined #tryton
2010-05-12 14:25 <paepke> cedk, everything looks good. both binaries
2010-05-12 14:30 <cedk> paepke: ok
2010-05-12 15:08 -!- tekknokrat(~lila@188.106.106.113) has joined #tryton
2010-05-12 15:10 -!- woakas(~woakas@78.220.60.190.host.ifxnetworks.com) has joined #tryton
2010-05-12 15:14 -!- [1]FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-05-12 15:28 -!- [1]FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has left #tryton
2010-05-12 16:25 -!- Red15(~red15@unaffiliated/red15) has joined #tryton
2010-05-12 18:26 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-05-12 18:36 -!- woakas(~woakas@78.220.60.190.host.ifxnetworks.com) has joined #tryton
2010-05-12 18:47 -!- enlightx(~enlightx@dynamic-adsl-84-220-86-103.clienti.tiscali.it) has joined #tryton
2010-05-12 18:52 -!- woakas1(~woakas@78.220.60.190.host.ifxnetworks.com) has joined #tryton
2010-05-12 19:23 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-05-12 19:39 -!- Timitos(~timitos@88.217.184.172) has joined #tryton
2010-05-12 21:23 -!- enlightx(~enlightx@dynamic-adsl-84-220-86-103.clienti.tiscali.it) has joined #tryton
2010-05-12 22:28 -!- FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-05-12 22:45 -!- [1]FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-05-12 22:52 -!- gremly(~gremly@78.220.60.190.host.ifxnetworks.com) has joined #tryton
2010-05-12 22:55 -!- [1]FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-05-12 22:57 <cedk> udono: I can not publish release on pypi for account_de_skr03
2010-05-12 23:02 -!- FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has left #tryton

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