我在Google App Engine上使用Jython,但無法使用'import urlfetch'工作。其他導入如'import sys'和'import zlib'可以工作,但不能'import urlfetch'。我得到一個500服務器錯誤。我究竟做錯了什麼?導入urlfetch無法在Jython Google App Engine上工作
在我的儀表板日誌中的錯誤信息是:
1)javax.servlet.ServletContext log: debug: Callable object not in cache
2)錯誤用於java.lang.ExceptionInInitializerError:java.security.AccessControlException:access
嵌套否認/java.lang.ExceptionInInitializerError
3)(java.lang.RuntimePermission modifyThreadGroup)
4)來自servlet的未捕獲異常
java.lang.ExceptionInInitializerError
我也試着將threadsafe切換爲false和true,但都沒有任何效果(我發現jython和threadsafe = TRUE可能存在問題)。
感謝您給我的任何幫助!
我認爲這是因爲已經有一個名爲網址抓取嘗試進口的URLFetch – Tkingovr 2013-02-15 07:22:41
感謝模塊,但爲什麼在運行時的Jython GAE支持純Python和純Java沒有工作 – user1937362 2013-02-16 00:39:24
我的問題是...。 。? – Lipis 2013-02-16 10:31:36