Comment 14 for bug 179087

Revision history for this message
rohit (thakralrohit) wrote : Re: [Bug 179087] Re: tinyerp-client doesn't start

thanks cuc.

regards
rohit

On Fri, Oct 3, 2008 at 4:51 PM, cuc <email address hidden> wrote:

> problem seems to be missing *.png files and falsly generated path in config
> file..
> here is quick & dirty fix for hardy package tinyerp-client 4.2.0-1
>
> ~$ vi .terprc
>
> [path]
> pixmaps = /usr/share/pixmaps/tinyerp-client/
>
> change to
>
> [path]
> pixmaps = /usr/share/tinyerp-client/
>
>
> ~$ cd /usr/share/tinyerp-client/
> . $ sudo cp tinyerp_icon.png tinyerp-icon-32x32.png
> . $ sudo mkdir icons
> . $ sudo touch noimage.png
>
> hope that helps
>
> --
> tinyerp-client doesn't start
> https://bugs.launchpad.net/bugs/179087
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "tinyerp-client" source package in Ubuntu: Confirmed
>
> Bug description:
> Binary package hint: tinyerp-client
>
> bash$ tinyerp-client
> Traceback (most recent call last):
> File "./tinyerp-client.py", line 93, in ?
> import modules
> File "/usr/lib/tinyerp-client/modules/__init__.py", line 30, in ?
> import gui
> File "/usr/lib/tinyerp-client/modules/gui/__init__.py", line 29, in ?
> import main
> File "/usr/lib/tinyerp-client/modules/gui/main.py", line 40, in ?
> import rpc
> File "/usr/lib/tinyerp-client/rpc.py", line 37, in ?
> import common
> File "/usr/lib/tinyerp-client/common/__init__.py", line 29, in ?
> from common import *
> File "/usr/lib/tinyerp-client/common/common.py", line 67, in ?
> TINYERP_ICON =
> gtk.gdk.pixbuf_new_from_file(terp_path_pixmaps('tinyerp-icon-32x32.png'))
> TypeError: pixbuf_new_from_file() argument 1 must be string, not bool
>
>
> installed from package
>