Hey there,
I’m trying to set up a launchd daemon that runs a shell script to automate the steps of downloading the lastest version of InstaDMG from the svn and running the instaUp2Date script. The problem i’m running into is the following…
[code]Traceback (most recent call last):
File “/instadmg/AddOns/InstaUp2Date/instaUp2Date.py”, line 14, in
import Resources.displayTools as displayTools
File “/instadmg/AddOns/InstaUp2Date/Resources/displayTools.py”, line 5, in
curses.setupterm()
_curses.
error: setupterm: could not find terminfo database[/code]
Anyone else every have any luck doing anything like this or have any tips?
Comments are closed