Package Details: dreampie 1.3.0.20220116-1

Git Clone URL: https://aur.archlinux.org/dreampie.git (read-only, click to copy)
Package Base: dreampie
Description: A Python shell which is designed to be reliable and fun.
Upstream URL: https://github.com/noamraph/dreampie
Licenses: GPL
Submitter: keenerd
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 40
Popularity: 0.39
First Submitted: 2010-02-21 16:39 (UTC)
Last Updated: 2024-03-05 20:10 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Stunts commented on 2011-03-01 13:16 (UTC)

OK, so now it's broken for me with the following error: Couldn't start subprocess: Subprocess terminated with return code 1. Subprocess wrote: Traceback (most recent call last): File "/usr/share/dreampie/subp_main.py", line 30, in <module> sys.setdefaultencoding('utf-8') AttributeError: 'module' object has no attribute 'setdefaultencoding' But only when using it for python3. Python2 works just fine.

ayr0 commented on 2011-02-26 02:15 (UTC)

I had to rebuild pygtksourceview2. Then dreampie worked. Thanks

keenerd commented on 2011-02-26 00:42 (UTC)

Have you tried rebuilding Dreampie? AUR packages need to be rebuilt when their dependencies are updated.

ayr0 commented on 2011-02-25 23:32 (UTC)

An update broke my dreampie Variables: File "/usr/bin/dreampie", line 4, <module>() {'main': <function main at 0x88a4b54>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/__init__.py", line 1122, main() {'_dp': [], 'pyexec': '/usr/bin/python2', 'DreamPie': <class dreampielib.gui.DreamPie at 0x889e17c>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/__init__.py", line 207, __init__(self=DreamPie(path..."window_main"), pyexec='/usr/bin/python2') {'self.subp.start': <bound method SubprocessHandler.start of <dreampielib.gui.subprocess_handler.SubprocessHandler object at 0x88a9f2c>>} File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 116, start(self=<dreampi...x88a9f2c>) {'IOError': <type 'exceptions.IOError'>} Traceback (most recent call last): File "/usr/bin/dreampie", line 4, in <module> main() File "/usr/lib/python2.7/site-packages/dreampielib/gui/__init__.py", line 1122, in main _dp = DreamPie(pyexec) File "/usr/lib/python2.7/site-packages/dreampielib/gui/__init__.py", line 207, in __init__ self.subp.start() File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 116, in start raise IOError("Couldn't find a port to bind to") IOError: Couldn't find a port to bind to

Stunts commented on 2010-10-19 21:45 (UTC)

I have just looked at the manpage for dreampie. $dreampie python3 Awesome.

Stunts commented on 2010-10-19 21:42 (UTC)

IT LIVES! =-) And it is using a python 2 shell. Is it possible to make it use a python3 shell? Just wondering.

keenerd commented on 2010-10-19 15:57 (UTC)

This one should work. Fun part was where it calls python directly instead of using env. Mtorromeo, my apologies for snapping. A lot of people abuse it as the only way to get a maintainer's attention.

mtorromeo commented on 2010-10-19 14:33 (UTC)

Sorry for the multiple notifications, I initially thought that I did not notify it before. I always interpreted the "not up to date" button as a mean to notify that a PKGBUILD needs to be updated, even if it's not a new versione. Many users won't notice that a package is broken for some time.

Stunts commented on 2010-10-19 13:27 (UTC)

Keenerd, it's ok, take your time. I've seen that you maintain a lot of python packages, I was just letting you know because you might not yet have had the opportunity to test it.