Re: [spyder] Re: [ANN] Spyder 3.0.1 is released!

2016-10-20 Thread silentquasar
Thanks for the new release, Carlos!

On Thursday, October 20, 2016 at 7:30:21 AM UTC-7, Carlos Córdoba wrote:
>
> Hi,
>
> New conda packages usually appear one or two days after I do the release, 
> so please be patient :-)
>
>
> Cheers,
> Carlos
>
> El 20/10/16 a las 09:21, ing. MACM van den Boom escribió:
>
> Hello,
>
>
> Using the following instructions:
>
>
> You can easily install this version if you use Anaconda by running:
>   conda update qt pyqt
>
>   conda install spyder
>
>
> I don't get the update to 3.0.1 ! (I am running Windows 10)
>
>
> (C:\Users\ingvdboom\Anaconda3) C:\Users\ingvdboom>conda update qt pyqt
> Fetching package metadata .
> Solving package specifications: ..
>
> # All requested packages already installed.
> # packages in environment at C:\Users\ingvdboom\Anaconda3:
> #
> pyqt  5.6.0py35_0
> qt5.6.0vc14_0  [vc14]
>
> (C:\Users\ingvdboom\Anaconda3) C:\Users\ingvdboom>conda install spyder
> Fetching package metadata .
> Solving package specifications: ..
>
> # All requested packages already installed.
> # packages in environment at C:\Users\ingvdboom\Anaconda3:
> #
> spyder3.0.0py35_0
>
> (C:\Users\ingvdboom\Anaconda3) C:\Users\ingvdboom>
>
>
>
> How can I resolve this so I can update to the latest version of Spyder ?
>
>
> Sincerely,
> -Martijn
>
>
>
>
> Op donderdag 20 oktober 2016 00:38:47 UTC+2 schreef Carlos Córdoba: 
>>
>> Hi all,
>>
>> On the behalf of the Spyder Project Contributors (
>> https://github.com/spyder-ide/spyder/graphs/contributors), I’m pleased 
>> to announce that Spyder 3.0.1 has been released and is available for 
>> Windows, GNU/Linux and MacOS X: 
>> https://github.com/spyder-ide/spyder/releases
>>
>> This release comes 3 weeks after version 3.0.0 and fixes important errors 
>> when connecting to external IPython kernels, and other minor issues related 
>> to the IPython Console.
>>
>> We also fixed 10 bugs and merged 9 pull requests. For a full list of 
>> fixes, please see our changelog: 
>> https://github.com/spyder-ide/spyder/blob/3.x/CHANGELOG.md
>>
>> Don’t forget to follow Spyder updates/news on the project Github website: 
>> https://github.com/spyder-ide/spyder 
>> 
>>
>> Last, but not least, we welcome any contribution that helps making Spyder 
>> an efficient scientific development and computing environment. Join us to 
>> help creating your favorite environment!
>>
>> Enjoy!
>> -Carlos
>> ​
>>
> -- 
> 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 https://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


[spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-17 Thread silentquasar
Edit: This is a consistent issue on both of my machines--not just the one 
as I had originally said.
-Randy

On Monday, October 17, 2016 at 12:56:49 PM UTC-7, silentquasar wrote:
>
> Hi,
>
> I just created a new Python 3.4 Anaconda environment from Miniconda 2. 
> (Win 7 64-bit).
>
> I fired up Spyder 3 and every time I enter a command in the IPython 
> console, I get the following error in the Internal Console:
> Traceback (most recent call last):
>   File 
> "E:\Miniconda2\envs\py34\lib\site-packages\qtconsole\base_frontend_mixin.py", 
> line 163, in _dispatch
> handler(msg)
>   File 
> "E:\Miniconda2\envs\py34\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py",
>  
> line 188, in _handle_execute_reply
> self.handle_exec_method(msg)
>   File 
> "E:\Miniconda2\envs\py34\lib\site-packages\spyder\widgets\ipythonconsole\shell.py",
>  
> line 225, in handle_exec_method
> properties = ast.literal_eval(data['text/plain'])
>   File "E:\Miniconda2\envs\py34\lib\ast.py", line 46, in literal_eval
> node_or_string = parse(node_or_string, mode='eval')
>   File "E:\Miniconda2\envs\py34\lib\ast.py", line 35, in parse
> return compile(source, filename, mode, PyCF_ONLY_AST)
>   File "", line 19
> 'numpy': {'array_ndim': ,
> ^
> SyntaxError: invalid syntax
>
> I created the same environment on a different Win 7 64-bit PC and don't 
> get this error. Any ideas, or instructions on how I can debug this?
>
> A few items from 'conda list':
> anaconda -> 4.2.0 py34_0
> ipython -> 5.1.0 py34_0
> numpy -> 1.11.1 py34_0
> python -> 3.4.5 
> qt -> 5.6.0 v10_0
> qtconsole -> 4.2.1 py34_0
> spyder -> 3.0.0 py34_0
>
> Thanks,
> Randy
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


[spyder] Clear shell keyboard shortcut conflicts with Windows Task Manager

2012-05-03 Thread silentquasar
Hi!

Just started using Spyder yesterday as a MATLAB user trying to learn 
Python. I love it! One little gripe is that I can't get a keyboard shortcut 
for the Clear Shell command. I mean, if there's no clc command, it would 
be nice if I could at least have a working keyboard shortcut. If I 
right-click on the console it tells me that I can use Ctrl+Shift+Esc, but 
of course that opens Windows' Task Manager, and I can't seem to configure 
this shortcut from the Preferences dialog.

Any ideas?

Thanks,
Randy

-- 
You received this message because you are subscribed to the Google Groups 
spyder group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/spyderlib/-/rmDBfBKlwAcJ.
To post to this group, send email to spyderlib@googlegroups.com.
To unsubscribe from this group, send email to 
spyderlib+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.