RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
50 stars 40 forks source link

Question: Attention needed #127

Closed xRomdonx closed 4 months ago

xRomdonx commented 4 months ago

When i run main.py this happen: Traceback (most recent call last): File "C:\Users\artur\Dropbox\MyPC\Downloads\onlineRogueEditor-main\src\main.py", line 10, in from modules.loginLogic import loginLogic, HeaderGenerator File "C:\Users\artur\Dropbox\MyPC\Downloads\onlineRogueEditor-main\src\modules\loginLogic.py", line 15, in import fake_useragent ModuleNotFoundError: No module named 'fake_useragent'

What can i do?

JulianStiebler commented 4 months ago

This is intended. This is only a proof-of-concept. The code is made to not run, and missing modules. With some experience thats easy fixable, but in general we don't want that people access the servers anymore with that.