Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

you shouldn't need to put them into one. direct your browser to http://localhost:8000/#debug  instead and you'll see the error. youll also need to add the requirment at the top of main

# /// script 
# dependencies = [ 
# numpy,
# pytweening,
# shapely
# ] 
# ///

Thank you, that's very helpful. I included the script block you send, but it looks like pygbag is not finding the "pytweening" module for some reason. Any suggestions?

(+1)

From reading it sounds like pygbag doesn't support it. Maybe throw the entire pytweening library as a folder in your project?