Re: Announcement: MindTree for Python beta -- feedback appreciated

2008-12-10 Thread greg
Johann Spies wrote: % /usr/local/bin/python3.0 MindTree.pyw Traceback (most recent call last): File MindTree.pyw, line 2, in module from future_builtins import * ImportError: No module named future_builtins Hmmm... does this mean that Python3 has no future? :-) -- Greg --

Re: Announcement: MindTree for Python beta -- feedback appreciated

2008-12-10 Thread Marc 'BlackJack' Rintsch
On Wed, 10 Dec 2008 23:47:05 +1300, greg wrote: Johann Spies wrote: % /usr/local/bin/python3.0 MindTree.pyw Traceback (most recent call last): File MindTree.pyw, line 2, in module from future_builtins import * ImportError: No module named future_builtins Hmmm... does this mean

Re: Announcement: MindTree for Python beta -- feedback appreciated

2008-12-09 Thread Johann Spies
The MindTree project can be found and downloaded here: http://code.google.com/p/mindtree/ I suppose it might be a python3-problem: % /usr/local/bin/python3.0 MindTree.pyw Traceback (most recent call last): File MindTree.pyw, line 2, in module from future_builtins import *

Announcement: MindTree for Python beta -- feedback appreciated

2008-12-04 Thread Ron Longo
this message in context: http://www.nabble.com/Announcement%3A--MindTree-for-Python-betafeedback-appreciated-tp20841316p20841316.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list