kiwi0fruit / pyappshare

Cookbook for creating cross-platform desktop python applications in a moment. With shortcuts supporting virtual and Anaconda environments via https://github.com/kiwi0fruit/shortcutter
MIT License
7 stars 0 forks source link

PyQt isolation bug #5

Closed kiwi0fruit closed 6 years ago

kiwi0fruit commented 6 years ago

See comments on Reddit.

Conda environment might be not enough isolated from system so the check can find system installed PyQt - that's not what we need.

OK: when in conda environment python cannot import system PyQt5.

Left to check: I've noticed here additional isolation of conda environments might be needed.

kiwi0fruit commented 6 years ago

Closed in https://github.com/kiwi0fruit/pyappshare/commit/694f0b1b2b9d25bb51a96958a193c1c499243439 and by updating Shortcutter to 0.1.4

kiwi0fruit commented 6 years ago

check whether PYTHONPATH affects anything

kiwi0fruit commented 6 years ago

According to changes in https://github.com/kiwi0fruit/pyappshare/issues/3 this bug is no longer relevant.