我在我的筆記本電腦上安裝了Python 2.7.3.1(具有Windows 7)。但是,當我嘗試運行它時,出現以下錯誤:在Windows 7上運行Python 2.7.3.1的錯誤
'windows無法訪問指定的設備,路徑或文件。您可能沒有適當的權限來訪問它們。'
我已將所有文件夾的權限更改爲完全控制。而且我仍然遇到錯誤。我在Windows 7,64位機器上運行。
我以管理員身份運行該程序,並獲得相同的結果。
任何人都可以請建議解決這個問題?
EDIT1:當我通過Python中的「腳本」文件去了,我發現了一個名爲「Spyder的」文件,該文件是Windows批處理文件。以管理員身份打開此文件時,spyder運行正常。但是,當我從開始菜單打開蜘蛛,它給了我上面提到的錯誤。任何想法爲什麼發生這種情況?
EDIT2:這裏的Path環境變量(因爲實在是太長了,我不能評論添加它):
C:\ Python27 \ LIB \站點包\ PyQt4的; C:\ Program Files \ Common Files \ Microsoft Shared \ Windows Live; C:\ Program Files(x86)\ Common Files \ Microsoft Shared \ Windows Live; c:\ Program Files(x86)\ Intel \ iCLS Client \ \ Program Files \ Intel \ iCLS Client \; C:\ Windows \ system32; C:\ Windows; C:\ Windows \ System32 \ Wbem; C:\ Windows \ System32 \ WindowsPowerShell \ v1.0 \; C:\ Program Files (x86)\ Intel \ OpenCL SDK \ 2.0 \ bin \ x86; C:\ Program Files(x86)\ Intel \ OpenCL SDK \ 2.0 \ bin \ x64; C:\ Program Files \ Intel \ Intel(R)Management Engine Componen ts \ DAL; C:\ Program Files \ Intel \ Intel(R)Management Engine Components \ IPT; C:\ Program Files(x86)\ Intel \ Intel(R)Management Engine Components \ DAL; C:\ Program Files(x86 )\ Intel \ Intel(R)Management Engine Components \ IPT; C:\ Program Files \ Sony \ VAIO Improvement \; C:\ Program Files(x86)\ Sony \ VAIO啓動設置工具; C:\ Program Files(x86) \ Windows Live \ Shared; C:\ Users \ vaishali \ AppData \ Local \ Smartbar \ Application \; C:\ Users \ vaishali \ AppData \ Local \ Smartbar \ Application \; C:\ Python27; C:\ Python27 \ DLLs; C:\ Python27 \ Scripts; C:\ Python27 \ Lib \ site-packages \ vtk; C:\ Python27 \ gnuplot \ binary; C:\ Python27 \ Lib \ site-packages \ osgeo; C:\ Program Files(x86) \ pythonxy \賽特-3.2。2-1; C:\ Program Files(x86)\ pythonxy \ console; C:\ MinGW32-xy \ bin; C:\ Program Files(x86)\ pythonxy \ swig; C:\ Program Files(x86)\ pythonxy \ gettext的\ BIN
你檢查了'Path'環境變量嗎? – Mehraban
您是否確實安裝了python 64位? – Madhusoodan
@SAM,我應該在Path環境變量中尋找什麼?我知道如何訪問它,但我不確定需要修改哪些內容。 – user2470358