Traceback (most recent call last):
File "tryton\gui\window\dblogin.pyc", line 498, in profile_changed
File "ConfigParser.pyc", line 576, in get
NoOptionError: No option 'database' in section: 'localhost'
* Daniel Yang [2011-05-06 05:34 +0200]:
>
>New submission from Daniel Yang <daniel.yang.zhenyu@gmail.com>:
>
>Traceback (most recent call last):
> File "tryton\gui\window\dblogin.pyc", line 498, in profile_changed
> File "ConfigParser.pyc", line 576, in get
>NoOptionError: No option 'database' in section: 'localhost'
Did you create a database when you added your profile ?
Nicolas Évrardadded 1 deleted label and removed 1 deleted label
Yes. I had this problem when trying to add a profile.
I don't think the process of adding a profile is smoothy.
On Fri, May 6, 2011 at 2:23 PM, Nicolas Évrard @tryton.org>wrote:
>
> Nicolas Évrard <nicoe@b2ck.com> added the comment:
>
> * Daniel Yang [2011-05-06 05:34 +0200]:
> >
> >New submission from Daniel Yang <daniel.yang.zhenyu@gmail.com>:
> >
> >Traceback (most recent call last):
> > File "tryton\gui\window\dblogin.pyc", line 498, in profile_changed
> > File "ConfigParser.pyc", line 576, in get
> >NoOptionError: No option 'database' in section: 'localhost'
>
> Did you create a database when you added your profile ?
>
> ----------
> nosy: +nicoe
> status: unread -> chatting
>
> _______________________________________________
> Tryton issue tracker @tryton.org>
> <https://bugs.tryton.org/roundup/#2009>
> _______________________________________________
>
Yes, Me too I see the same problem, when I tried to create a profile 'PILOT1' the first time that after installed tryton 2.0 but I had forgetten running Trytond server :P, then client tryton created the profile without a backend server, so when I tryed enter again the client crash with:
common.message: No option 'database' in section: 'PILOT1'
>Yes, Me too I see the same problem, when I tried to create a profile
>'PILOT1' the first time that after installed tryton 2.0 but I had
>forgetten running Trytond server :P, then client tryton created the
>profile without a backend server, so when I tryed enter again the
>client crash with: common.message: No option 'database' in section:
>'PILOT1'
Thank you for this bug report which allowed me to reproduce the
problem.