[IPython-dev] Helping battle testing the newapp branch
Erik Tollerud
erik.tollerud at gmail.com
Thu Jun 16 03:50:33 EDT 2011
Maybe I've just missed something really obvious, but when I pull the
newapp branch and do either "python setup.py build" or "python
setup.py develop", it fails with this message:
error: package directory 'IPython/config/default' does not exist
And the build or install gives up at that point.
(This is on OS X 10.6, although it's not clear to me that that's relevant...)
On Wed, Jun 15, 2011 at 8:42 PM, MinRK <benjaminrk at gmail.com> wrote:
> 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
>>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
--
Erik Tollerud
More information about the IPython-dev
mailing list