Hi,

Today I've installed these modules on Tryton: account_invoice, 
account_product, product, product_attribute, product_measurements, 
product_price_list and stock_product_location.

After that, everytime I try to enter on Tryton client, the server gives 
this screen. Then, I press "q" and it works. If I don't press "q", nothing 
happens and Ia cant access Tryton client.

Tryton version: 2.9.


Screen:

Help on unicode object:

class unicode(basestring)
 |  unicode(string [, encoding[, errors]]) -> object
 |  
 |  Create a new Unicode object from the given encoded string.
 |  encoding defaults to the current default string encoding.
 |  errors can be 'strict', 'replace' or 'ignore' and defaults to 'strict'.
 |  
 |  Method resolution order:
 |      unicode
 |      basestring
 |      object
 |  
 |  Methods defined here:
 |  
 |  __add__(...)
 |      x.__add__(y) <==> x+y
 |  
 |  __contains__(...)
 |      x.__contains__(y) <==> y in x
 |  
 |  __eq__(...)
:

Reply via email to