dreampie icon indicating copy to clipboard operation
dreampie copied to clipboard

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

Results 68 dreampie issues
Sort by recently updated
recently updated
newest added

Python 2.x is already dead so I suggest adding a statement that this works in Python 3.

I'm leaving this note here as this project appears to be moribund. I've created a tool called [Pydeal](https://sourceforge.net/p/pydeal/code/ci/default/tree/) that is inspired by DreamPie. It aims to replicate the basic interface...

dreampie Traceback (most recent call last): File "/usr/local/bin/dreampie", line 3, in from dreampielib.gui import main File "/usr/local/lib/python3.8/dist-packages/dreampielib/gui/__init__.py", line 240 except StartError, e: ^ SyntaxError: invalid syntax

Any chance that dreampie could be expanded to work with microPython on small systems like ESP8266, ESP32 etc needing upload, download, run, break, flash erase and- program etc?

On Mac, the modfier key for copy or paste etc is Ctrl, as usual on Linux or Windows, and not Cmd as Mac users are used to.

What steps will reproduce the problem? 1. DreamPie opens up 2. At the command prompt: It won't let me type anything. 3. What is the expected result? I should be...

Seems windows release is still on the 2012 build. Can you update that build? Most people will find it unusable as they can't import installed modules without additional work... import...

While the python I installed loads some libraries through import command, the same command doesn't work on dream pie for example 'import nltk' results Traceback (most recent call last): File...

I installed by running : pip3 install dreampie Then : ``` 09:42-root@DL4310[/home/matt]>dreampie Traceback (most recent call last): File "/usr/local/bin/dreampie", line 3, in from dreampielib.gui import main File "/usr/local/lib/python3.5/dist-packages/dreampielib/gui/__init__.py", line 240...

When I try to run Dreampie with Python3.6 (e.g. dreampie python-3.6), I get the following error: Gtk-Message: Failed to load module "canberra-gtk-module" Traceback (most recent call last): File "/usr/bin/dreampie", line...