Open cool-RR opened 10 years ago
Noticed this oddity too.
This seems to have the same cause as #48 . Workaround is to open Edit > Preferences > Shell and put the following lines in Execute this code automatically when starting the subprocess:
import site
site.main()
DreamPie needs to be restarted afterwards for this to take effect, but it needs to be done only once.
Another bug is that
site-packages
isn't put onsys.path
; I'm guessing it's because of thesite
module not being run.