You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
- Ensure that the specified `ControlID` exists within the GUI environment before invoking `GuiControl`.
@@ -4889,10 +4898,11 @@ Here's a step-by-step guide to getting started with backend development in HTH u
4889
4898
1. Write your HTH code, making use of the `getDataFromEndpoint()` function to interact with the backend.
4890
4899
2. Run your HTH code.
4891
4900
3. Once executed, you'll find an `index.html` file as output.
4892
-
4. Locate the `server.py` file generated by HTH if you've used the `getDataFromEndpoint()` function. (ONLY in HTH v1)
4901
+
4. Locate the `server.htpy` file generated by HTH if you've used the `getDataFromEndpoint()` function. (ONLY in HTH v1)
4893
4902
5. Ensure Python and Flask are installed on your system.
4894
-
6. Run the `server.py` file using Python.
4895
-
7. Your Python backend is now running and ready to handle requests from your HTH frontend.
4903
+
7. Transpile the `server.htpy` file using [HTpy](https://github.com/TheMaster1127/HTpy).
4904
+
7. Run the `server.py` file using Python.
4905
+
8. Your Python backend is now running and ready to handle requests from your HTH frontend.
4896
4906
4897
4907
By integrating Python with HTH, developers can leverage the power of Python's extensive libraries and frameworks for building robust backend systems while enjoying the simplicity and ease of use of the HTH programming language.
0 commit comments