📍Windows Users! Please check out a ZIP with Demo

15 views
Skip to first unread message

Dean D. Babic

unread,
Jul 7, 2026, 8:39:40 AM (10 days ago) Jul 7
to Jam.py Users Mailing List
Hi all, 
after a lot of work, I managed to package almost ALL DB drivers
and the Demo app with Python 3.14.6 and production ready Web server.
Hence, no need for any installation to try this on modern Windows.

Download:
https://github.com/platipusica/jam-py-v7/releases/download/7.0.121/jampy_windows_x86_64.zip

Unzip and double click on exe or run like this: 


 C:\Users\dba\Downloads\jampy_windows_x86_64>jampy_windows_x86_64.exe
✅ Loaded config from: C:\Users\dba\Downloads\jampy_windows_x86_64\config.json
============================================================
🚀 Starting Jam.py server
📍 URL: http://0.0.0.0:8080
📁 Config: C:\Users\dba\Downloads\jampy_windows_x86_64\config.json
🐛 Debug mode: False
============================================================
📊 Press Ctrl+C to stop the server
============================================================
INFO:     Started server process [15620]
INFO:     Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)

Pls let me know if something does not work!

Thanks

Fabio Lenzarini

unread,
Jul 7, 2026, 9:23:36 AM (10 days ago) Jul 7
to Dean D. Babic, Jam.py Users Mailing List
Wow, fantastic.
How do I do this?

--
You received this message because you are subscribed to the Google Groups "Jam.py Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jam-py+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jam-py/0ac87311-5c4c-4aa5-847c-7b80c9c9fe5en%40googlegroups.com.

Dean D. Babic

unread,
Jul 7, 2026, 9:38:12 PM (10 days ago) Jul 7
to Jam.py Users Mailing List
Hi Fabio,
pyinstaller is used like this:

(py312) C:\Users\dba\Downloads\demo_v7\demo>pyinstaller.exe -c -D --noupx --noconfirm  --hidden-import duckdb --hidden-import databricks-sql-connector --hidden-import psycopg2 --hidden-import mysql-connector  --hidden-import pymssql --hidden-import sqlalchemy --hidden-import pyjsparser --hidden-import smtplib --hidden-import jam --hidden-import esprima --hidden-import werkzeug --hidden-import uvicorn --hidden-import uvicorn.logging --hidden-import uvicorn.loops --hidden-import uvicorn.loops.auto --hidden-import uvicorn.protocols --hidden-import uvicorn.protocols.http --hidden-import uvicorn.protocols.http.auto --hidden-import uvicorn.protocols.websockets --hidden-import uvicorn.protocols.websockets.auto --hidden-import uvicorn.lifespan --hidden-import uvicorn.lifespan.on --hidden-import asgiref --hidden-import asgiref.wsgi --add-data "demo.sqlite;." --add-data "admin.sqlite;." --add-data "js;js" --add-data "css;css" --add-data "reports;reports" --add-data "jam;jam" --add-data "static;static" --add-data "index.html;." --add-data "templates.html;." --add-data "asgi.py;." run.py --name=jampy

You'll need to copy jam folder into Demo folder.

The run.py asgi.py and requirements are here:
https://github.com/jam-py-v5/jam-py-v7/tree/develop/utils



Dean D. Babic

unread,
Jul 8, 2026, 11:41:25 PM (9 days ago) Jul 8
to Jam.py Users Mailing List
Looks like I get this on corporate laptop :(

dont_run.png

I submitted the support issue to Microsoft. Not sure if they will fix this...

Dean D. Babic

unread,
Jul 12, 2026, 3:18:39 PM (5 days ago) Jul 12
to Jam.py Users Mailing List
Hi guys, 
this is now in official release, FULL collection of drivers, including Oracle:

Also convert_report is fixed for POrtable LO.
Reply all
Reply to author
Forward
0 new messages