thp / pyotherside

Python Bindings for Qt 5 and Qt 6. Allows you to access a CPython 3 interpreter directly from your Qt QML user interface code.
https://thp.io/2011/pyotherside/
Other
364 stars 49 forks source link

Pip packages ? #129

Open jhay06 opened 8 months ago

jhay06 commented 8 months ago

any way we can install pip packages at run time ?

thp commented 8 months ago

As long as it's in your $PYTHONPATH, it should work just fine.

jhay06 commented 2 months ago

how about pygame ? is it possible to run pygame inside pyotherside and render it ?

thp commented 2 months ago

Try it out.