我有格式化爲windows的代碼的文件。當我嘗試在Linux機器上運行它們時,我遇到了文件編碼方面的問題。任何人都可以建議在Windows這個從Windows到Linux的Python代碼
的解決方案時,我跑我得到 -
This was return from redis
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/bsingh/python_files/lib/Site.py", line 85, in monitor
self.update1()
File "/home/bsingh/python_files/lib/Site.py", line 78, in update1
for entry in new_pastes[::-1]:
TypeError: 'NoneType' object has no attribute '__getitem__'
你能否把你的確切錯誤的問題? –
當我做python analyse_tweet.py它沒有打印任何東西,並繼續等待。我沒有得到一個錯誤,但我也沒有得到結果 –
爲什麼你認爲這是一個文件編碼的問題? –