Upgrading the client:

rpm -Uvh tinyerp

No errors.

Now we start the client:

tinyerp-client
Traceback (most recent call last):
  File "./tinyerp-client.py", line 106, in <module>
    for fname in os.listdir(pix_file):
OSError: [Errno 2] No such file or directory: 
'/usr/lib/python2.5/site-packages/tinyerp-client/icons'

So I go checking for an 'icons' directory and sure enough there isn't one.  
What I do see is that the icon images are symlinks in the 'tinyerp-client' 
directory:

lrwxrwxrwx 1 root root     63 2007-08-20 10:48 tinyerp-icon-16x16.png -> 
../../../../share/pixmaps/tinyerp-client/tinyerp-icon-16x16.png
lrwxrwxrwx 1 root root     63 2007-08-20 10:48 tinyerp-icon-32x32.png -> 
../../../../share/pixmaps/tinyerp-client/tinyerp-icon-32x32.png
lrwxrwxrwx 1 root root     63 2007-08-20 10:48 tinyerp-icon-64x64.png -> 
../../../../share/pixmaps/tinyerp-client/tinyerp-icon-64x64.png

So off to investigate this problem...


Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to