andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
4 stars 2 forks source link

cannot display postgres tables/functions in navigator #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In 0.3.90, when connecting to a postgres database, I can't expand the Tables 
and Functions tree 
node under the "public" schema. Expanding Sequences works fine. The following 
errors are 
reported:

> Traceback (most recent call last):
>   File "/usr/lib/python2.6/dist-packages/cf/ui/browser.py", line 341, in 
on_row_expanded
>     2, child.get_icon_pixbuf(),
>   File "/usr/lib/python2.6/dist-packages/cf/db/objects.py", line 186, in 
get_icon_pixbuf
>     return gtk.gdk.pixbuf_new_from_file(fname)
> glib.GError: Failed to open file 
'/usr/lib/python2.6/dist-packages/cf/db/pixmaps/gdbo-function.png': 
No such file or directory

Similarly for "gdbo-table.png". These files don't seem to exist in the tarball.

Original issue reported on code.google.com by michael....@gmail.com on 29 May 2009 at 6:21

GoogleCodeExporter commented 9 years ago
Looks like a bug in setup.py. Not all package data is distributed as expected.

Original comment by albrecht.andi on 29 May 2009 at 7:27

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 29 May 2009 at 7:30

GoogleCodeExporter commented 9 years ago
Fixed in rfd71937eba8b.
Thanks for reporting!

Original comment by albrecht.andi on 30 May 2009 at 5:54