D. Moon
Results
1
comments of
D. Moon
> I encountered the same issue. > > After modifying > > https://github.com/malwaredllc/byob/blob/24b81360fc8e831f25dd5304d2327ba7a30d2bb3/web-gui/buildyourownbotnet/server.py#L90 > > to > > ``` > site_packages = [os.path.abspath(_) for _ in sys.path if os.path.isdir(_)] >...