In [3]: print sys_info()
{'commit_hash': 'c3a9044',
'commit_source': 'repository',
'default_encoding': 'cp1252',
'ipython_path': 'c:\\dev\\code\\ipython\\IPython',
'ipython_version': '1.0.dev',
'os_name': 'nt',
'platform': 'Windows-7-6.1.7601-SP1',
'sys_executable': 'C:\\dev\\bin\\Python27\\python.exe',
'sys_platform': 'win32',
'sys_version': '2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]'}
-Dave
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+...@googlegroups.com.
To post to this group, send email to spyd...@googlegroups.com.
Visit this group at http://groups.google.com/group/spyderlib?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I was following that PR quite closely and unfortunately it represents a major API breakage which will force us to rewrite a lot of the logic for connecting, interrupting and restarting kernels that we already have.
The best thing we can do is leave things as they are now, and make the necessary changes for 2.3, because we won't be able to support IPython 0.13 and 1.0dev at the same time.
So 2.2 will be meant to work with the current stable IPython release (0.13) and 2.3 with the next one (1.0).
Do you mean trying to make 0.13 and 1.0 work at the same time?
> Yep, up to 0.13.2.
> El 30/04/13 16:46, Steve escribi�:
Do you mean that Spyder crashes with IPython >= 1.0?
Then, for v2.2, we should handle a range of valid versions for
IPython: 0.12 <= valid version <= 0.13.2.
-Pierre
Le 1 mai 2013 à 01:26, Tim Michelsen <timmic...@gmx-topmail.de> a écrit :
>> Yep, up to 0.13.2.
>
>> El 30/04/13 16:46, Steve escribió:
>>> When you say ipython 0.13 does that include 0.13.1?
>>>
>>> On Tuesday, April 30, 2013 4:41:02 PM UTC-5, Timmie wrote:
>>>
>>>> It is the same, yeah.
>>> So I need to downgrade IPython?
> what about a fall-back mode?
> so that apyder can start but would not use the ipython console, just the
> traditional one?
>