pybridge

  1. C

    B4J Question PyBridge in long running apps

    I'm starting to play with PyBridge and in particular am using the Windows 10/11 Notifications example. I intend to use this in a non-ui app that runs in the backgroung and generates a Windows Notification if/when it receives certain websocket messages. This has lead me to have a few linked...
  2. walterf25

    B4J Question PyBridge question

    Hi all, I just started playing around with PyBridge today, so please excuse my ignorance, I have the following python code which I use at work, it communicates with a Power Supply via USB connection, I am trying to get this to work using B4J and PyBridge, I have python 3.12 installed on my PC...
  3. Mariano Ismael Castro

    B4J Question [PyBridge] Calling asynchronous functions in python

    Hi I'm trying to call an asynchronous function in python using the new pybridge framework but I can't get it to work. I attach part of my code and an example project, greetings Private Sub AsyncFunction As PyWrapper Dim Code As String = $" import asyncio async def AsyncFunction()...
Top