pyFlightAnalysis使用問題解決

2021-08-19 22:12:10 字數 1430 閱讀 8666

**:

首先搭建python環境,博主使用的python3.5,然後安裝pyqt5

sudo pip3 install pyqt5

然後搭建pyopengl 環境

sudo pip3 install pyopengl

然後clone工程,進入工程目錄

python analysis.py

如果報錯如下

traceback (most recent call last):

file 「analysis.py」, line 697, in

main()

file 「analysis.py」, line 692, in main

mainwin = mainwindow()

file 「analysis.py」, line 143, ininit

self.quadrotor_win = quadrotorwin(self)

file 「/home/snow/src/pyflightanalysis/src/widgets.py」, line 42, ininit

self.quadrotor_widget = quadrotorwidget(self.quadrotor_win_main_widget)

file 「/home/snow/src/pyflightanalysis/src/widgets.py」, line 173, ininit

glutinit()

file 「/home/snow/.local/lib/python3.5/site-packages/opengl/glut/special.py」, line 333, in glutinit

_base_glutinit( ctypes.byref(count), holder )

file 「/home/snow/.local/lib/python3.5/site-packages/opengl/platform/baseplatform.py」, line 407, incall

self.name, self.name,

opengl.error.nullfunctionerror: attempt to call an undefined function glutinit, check for bool(glutinit) before calling

執行下面這條語句:

sudo apt-get install python-opengl

再次執行python指令碼,success

Linux tmpfs的使用問題解析

linux tmpfs的使用問題解析 在不同的版本系統檢視tmpfs分割槽的情況,有的可以查詢到,有的則不行且不報錯。如df命令,對於正常的結果如下 tmpfs 15360 96 15264 1 var 異常情況,則不會有該條目。嘗試編譯測試程式利用statfs獲取掛載點的空間使用情況,在異常的情況...

cocoapods使用問題解決

一開始報的錯好像是pods的版本太低了,需要公升級。公升級的命令是gem update cocoapods,但是最近正好國內的網路形式特別嚴峻,好像gem的源被牆了,所以先要替換源,用的是國內 的映象 gem sources remove gem sources a gem sources l 然後...

Python Sphinx使用例項及問題解決

描述 使用 pip 安裝sphinx後,按照教程建立了乙個新的py檔案,如下 run.py def run name this is how we run param name name of people who runs print name,hytpocbthis 程式設計客棧running ...