[IPython-dev] Helping battle testing the newapp branch

MinRK benjaminrk at gmail.com
Wed Jun 15 20:42:21 EDT 2011


On Wed, Jun 15, 2011 at 16:33, Thomas Kluyver <takowl at gmail.com> wrote:
> On 16 June 2011 00:19, MinRK <benjaminrk at gmail.com> wrote:
>>
>> A screenshot of the most exciting consequence of hooking up the config
>> stuff to the qtconsole:
>
> The goggles, they do nothing ;-)
>
> More seriously:
> - ipython profile does nothing - should a command like that print out a
> brief usage message, like when you get the arguments wrong for many command
> line programs
> - ipcluster start throws an error, I don't know if this is something in my
> setup:
>
> Traceback (most recent call last):
>   File "/home/thomas/Code/virtualenvs/ipy-trunk/bin/ipcluster", line 18, in
> <module>
>     launch_new_instance()
>   File
> "/home/thomas/Code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/parallel/apps/ipclusterapp.py",
> line 438, in launch_new_instance
>     app = IPBaseParallelApplication.instance()
> NameError: global name 'IPBaseParallelApplication' is not defined

Right - there was some renaming and find/replacing in the last couple
of commits, and I didn't run every script.  Both of these are fixed
now - `ipython profile` without a subcommand prints its usage, just
like ipcluster.

>
> I'll do more testing soon, hopefully.
>
> Thomas
>



More information about the IPython-dev mailing list