splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
329 stars 115 forks source link

Error while trying to compile with smbuild #319

Open tomflenner opened 2 years ago

tomflenner commented 2 years ago

Hi, I cannot compile the plugin with smbuild.

I have the following error : No module named base from init.py "from base import *"

Expected behavior

Compiling project (according to the process in .travis.yml but manually)

Actual behavior

Error while compiling

Steps to reproduce