noamraph / dreampie

DreamPie - The Python shell you've always dreamed about!

Home Page:www.dreampie.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No `help` in Python 3.x

cool-RR opened this issue · comments

Another bug is that site-packages isn't put on sys.path; I'm guessing it's because of the site module not being run.

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.