kingtuna / gheat

Automatically exported from code.google.com/p/gheat
0 stars 2 forks source link

gen-tile.py referencing check_png, but check_png no longer exists. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to pre-generate tiles using gen-tile.py, but gen-tile.py appears to 
be referencing a 
function called check_png which doesn't exist.

[root@nidhoggr gheat]# __/bin/gen-tile.py 
INFO:gheat:Using the pygame library
INFO:gheat:building empty tiles in /srv/gheat-0.2/classic/empties
INFO:gheat:building empty tiles in /srv/gheat-0.2/pbj/empties
INFO:gheat:building empty tiles in /srv/gheat-0.2/omg/empties
INFO:gheat:building empty tiles in /srv/gheat-0.2/pgaitch/empties
INFO:gheat:building empty tiles in /srv/gheat-0.2/fire/empties
Traceback (most recent call last):
  File "__/bin/gen-tile.py", line 12, in <module>
    from gheat import check_png
ImportError: cannot import name check_png

[root@nidhoggr __]# grep -Ri check_png *
bin/gen-tile.py:from gheat import check_png
bin/gen-tile.py:            check_png(x, y, zoom, fspath)

Thanks.

Original issue reported on code.google.com by dmes...@gmail.com on 8 Oct 2009 at 8:59

GoogleCodeExporter commented 9 years ago
Try this version:

http://gheat.googlegroups.com/web/gen-tile.py?
gda=t41LzT0AAACtQA36cUMeJ4XwL_G8f4iHs2hnsH0hgJmQldY6UUFwg35zue37SMLLoBHyT8wuTu3l
Nv--
OykrTYJH3lVGu2Z5&gsc=fo3DeAsAAABukEnc4jlYjtjov8l0kh8y

Original comment by whit537@gmail.com on 9 Oct 2009 at 7:56

GoogleCodeExporter commented 9 years ago
Ok, I checked this file in on trunk (r33).

Original comment by whit537@gmail.com on 9 Oct 2009 at 8:08