Pages

sâmbătă, 30 august 2025

News : New videos from Unreal Engine

News : Unreal Fest Shanghai 2025: A Recap and Thank You

News : New videos from Houdini

... the latest videos from the Houdini - the official youtube channel :

News : New videos from Farming Simulator

... the latest videos from the Farming Simulator - youtube channel :

News : New videos from Rockstar Games

News : Overwatch 2 Animated Short | A Great Day feat. Mauga

News : NODE Launch Trailer

News : NEXT GAME DROP NAME IS... | MINECRAFT MONTHLY

News : Nobody Puts Baby Dragon in a Locker! ft. bbno$ (Official EVO Trailer)

News : New videos from Elvenar Official

News : GO FOR GOLD // Champions 2025 Skin Reveal Trailer - VALORANT

vineri, 29 august 2025

PyQt6 : ... management of installations and build python package.

Yesterday I created a small project for managing Python packages and building a new package based on added modules. I only tested the local installations of various Python versions and the creation of a new package, but it worked.
python catafest_build_package_001.py
🔍 Verificare module standard...
[✓] Modul standard 'json' este disponibil.
[✓] Modul standard 'subprocess' este disponibil.
[✓] Modul standard 'platform' este disponibil.
[✓] Modul standard 'datetime' este disponibil.
[✓] Modul standard 'os' este disponibil.
[✓] Modul standard 'sys' este disponibil.

📦 Verificare și instalare module pip...
[✓] Modulul 'PyQt6' este deja instalat.
[✓] Modulul 'build' este deja instalat.
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools
  - wheel
...