i have it running on appengine. edited prowl key, username, password in gprowl.py. Left openssl path as "/usr/bin/openssl"
Upon running it I get:
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'Popen'
Traceback (most recent call last):
File "/base/data/home/apps/gprowl-prowlgmailnotify/1.336688350264182693/gprowl.py", line 278, in <module>
main(sys.argv[1:])
File "/base/data/home/apps/gprowl-prowlgmailnotify/1.336688350264182693/gprowl.py", line 275, in main
GmailIdleNotifier().start()
File "/base/data/home/apps/gprowl-prowlgmailnotify/1.336688350264182693/gprowl.py", line 133, in start
p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Is it even possible to run it on app engine? Seems like python versions check out, but I'm a n00b to ae.