Closed iwootten closed 7 years ago
It looks to me the reason this is failing is down to the gui library interpreting the arguments supplied to standalone.
For reference, here's my requirements.txt:
appdirs==1.4.3
invoke==0.16.3
packaging==16.8
pbr==3.0.0
pyblish-base==1.4.4
pyblish-lite==0.7.4
pyparsing==2.2.0
PySide==1.2.4
six==1.10.0
stevedore==1.21.0
virtualenv==15.1.0
virtualenv-clone==0.2.6
virtualenvwrapper-win==1.2.1
Thanks @iwootten, you can launch Pyblish Lite and QML without pyblish-standalone, like this.
$ python -m pyblish_lite --debug
$ python -m pyblish_qml --demo
@tokejepsen is still project still needed?
Ah right, ok - is this stale then? I was under the misapprehension this would be necessary to get started creating some unit/integration tests for our pyblish plugins.
No need for GUIs when testing plug-ins, see the pyblish.util
module along with our recent conversation on Gitter.
Hey, this project is being used on the upcoming after effects integration: https://github.com/pyblish/pyblish-aftereffects/pull/1
You could quite possibly not use this project for after effects.
When executing:
Within a virtual environment, the PySide interface briefly appears before disappearing, with the following message:
When executing (from a separate venv):
I get: