From 5898ded9c1e015f608185d427d3d7efa797d84f0 Mon Sep 17 00:00:00 2001 From: Ozodbek Qurbonov <152199345+ozodbekphp@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:42:16 +0500 Subject: [PATCH] Update README with troubleshooting and import guidance Added information about package troubleshooting and import order. --- wiki/pkg/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/pkg/README.md b/wiki/pkg/README.md index 7c6be65..3a7d347 100644 --- a/wiki/pkg/README.md +++ b/wiki/pkg/README.md @@ -15,6 +15,8 @@ The actual wheels are located here : [https://github.com/pygame-web/archives/tree/main/repo/pkg/](https://github.com/pygame-web/archives/tree/main/repo/pkg/) + + They are downloaded on code evaluation, from executing your main.py modules based on raised import errors. so put your imports at the top, and possibly order them to limit looping over import errors.