我在嘗試使用imdbpy2sql.py腳本將imdb數據從文本文件導入到MySQL數據庫時遇到問題。 它會引發以下錯誤。看起來異常處理程序代碼嘗試使用現有主鍵將重複記錄插入到cast_info表中。 任何人都可以幫助我解決這個問題或建議任何解決方案? SCANNING actor: Hall, Stephan
SCANNING actor: Halsey, William F.
* FLUSH
我在Windows計算機上安裝IMDbPY時遇到問題。我覺得有什麼不對我的C編譯器,因爲當我嘗試使用easy_install的安裝或點子它給了我沿着這些路線的錯誤: C:>easy_install IMDbPY Searching for IMDbPY Best match: IMDbPY 4.9 Adding IMDbPY 4.9 to easy-install.pth file Using c
到目前爲止,我還沒有想出如何使用imdbpy從imdb中檢索簡短描述段落。 我可以檢索一個很(非常)長的劇情這樣雖然: ia = IMDb()
movie = ia.search_movie("brazil")
movie = movie[0]
movie = ia.get_movie(movie.movieID)
plot = movie.get('plot', [''])[0]
p