[IPython-dev] IPython 0.11 RC1 is ready for download... now we're actually getting close to a real release!

INADA Naoki songofacandy at gmail.com
Mon Jul 4 13:05:44 EDT 2011


> The pypi page will have to be updated with dependencies (pyzmq, pygments...)

I'm using IPython on some platform including linux console and Windows desktop.
I don't need pyzmq and pygments to use IPython on console and Windows
command prompt.
So I vote -1 to add dependency.

On Tue, Jul 5, 2011 at 1:47 AM, Jörgen Stenarson
<jorgen.stenarson at bostream.nu> wrote:
> Fernando Perez skrev 2011-07-04 03:44:
>> Hello all,
>>
>> We have just finished putting together the first Release Candidate for
>> IPython 0.11.  For users who have not followed development, this
>> brings *a lot* of changes to the innards of IPython, and the code is
>> much nicer to work on, and configuration more robust.  We ask that you
>> check out the RC, and make sure that it installs properly on your
>> system, and report any glaring bugs you see back to us.
>>
>> You can download the files at:
>>
>> http://archive.ipython.org/testing
>>
>> Up to date documentation is at:
>>
>> http://ipython.org/ipython-doc/dev/index.html
>>
>> including more details on everything that is new here:
>>
>> http://ipython.org/ipython-doc/dev/whatsnew/version0.11.html
>>
>> We would very much appreciate it if you can take this for a spin, and
>> let us know what does NOT work.  Barring any major blockers, we'll
>> make the final release in ~ 1 week.
>>
>> Note: there are some known regressions and the configuration system is
>> completely different.  But in everyday use, all the 'normal' things
>> you expect should work; most of us in the dev team have been using
>> this as our production IPython for months now.
>>
>>
>> Extra special thanks to all those who have contributed to this work,
>> particularly the recently added core devs, Evan Patterson and Thomas
>> Kluyver.  They have been an amazingly productive addition to our team.
>>
>> Thanks,
>> -The IPython team
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
> Some results for testing on windows using python2.7-32bit windows 7 64-bit.
>
> I get an import error when trying to launch qtconsole if pygments is not
> installed
>
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'lanuch_new_instance' is not defined
> C:\python27> .\python.exe -c "from IPython.frontend.terminal.ipapp
> import launch_new_instance;launch_new_instance()" qtc
> onsole
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File
> "C:\python27\lib\site-packages\IPython\frontend\terminal\ipapp.py", line
> 353, in launch_new_instance
>     app.initialize()
>   File
> "C:\python27\lib\site-packages\IPython\frontend\terminal\ipapp.py", line
> 261, in initialize
>     super(TerminalIPythonApp, self).initialize(argv)
>   File "C:\python27\lib\site-packages\IPython\core\application.py",
> line 296, in initialize
>     self.parse_command_line(argv)
>   File
> "C:\python27\lib\site-packages\IPython\frontend\terminal\ipapp.py", line
> 257, in parse_command_line
>     return super(TerminalIPythonApp, self).parse_command_line(argv)
>   File "C:\python27\lib\site-packages\IPython\config\application.py",
> line 319, in parse_command_line
>     return self.initialize_subcommand(subc, subargv)
>   File "C:\python27\lib\site-packages\IPython\config\application.py",
> line 301, in initialize_subcommand
>     subapp = import_item(subapp)
>   File "C:\python27\lib\site-packages\IPython\utils\importstring.py",
> line 40, in import_item
>     module = __import__(package,fromlist=[obj])
>   File
> "C:\python27\lib\site-packages\IPython\frontend\qt\console\qtconsoleapp.py",
> line 26, in <module>
>     from pygments.styles import get_all_styles
> ImportError: No module named pygments.styles
>
> For me "ipython-qtconsole.exe --pylab inline" does not work. I get the
> figure in a qt window instead.
>
>
> The pypi page will have to be updated with dependencies (pyzmq, pygments...)
>
> /Jörgen
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
INADA Naoki  <songofacandy at gmail.com>



More information about the IPython-dev mailing list