farnking / Test-Dragon-Forum-of-TBots

a fuzzer lab
1 stars 1 forks source link

Execution Error During Starting #21

Closed bernie6401 closed 11 months ago

bernie6401 commented 11 months ago

Call stack of running procedures (or methods)

Exception has occurred: ModuleNotFoundError
No module named 'CnTestingTask'
  File "D:\NTU\TAAD-Project\TestDragon\rootPortable\TestDragonPlayGround\CnTestDragon.py", line 104, in <module>
    import CnTestingTask
ModuleNotFoundError: No module named 'CnTestingTask'
bernie6401 commented 11 months ago

進入系統之後還沒開始選擇testing term會出現以下error

Whole Message ```bash Exception has occurred: FileNotFoundError [WinError 3] 系統找不到指定的路徑。: 'c:/Users\\Bernie\\AppData\\Local\\Programs\\Python' File "C:\Users\farn\Documents\prgm\TestDragon\Server\clientDownloads\TestDragonbernie6401@gmail.com\TestDragonDownload\rootPortable\TestDragonPlayGround\src\CnTestingTask.pyx", line 43012, in __init__ File "C:\Users\farn\Documents\prgm\TestDragon\Server\clientDownloads\TestDragonbernie6401@gmail.com\TestDragonDownload\rootPortable\TestDragonPlayGround\src\CnTestingTask.pyx", line 3580, in __init__ File "D:\NTU\TAAD-Project\TestDragon\rootPortable\TestDragonPlayGround\CnTestDragon.py", line 105, in TestDragonObj = CnTestingTask.CnTestDragonTask() FileNotFoundError: [WinError 3] 系統找不到指定的路徑。: 'c:/Users\\Bernie\\AppData\\Local\\Programs\\Python' ```