Whenever I start spyder I get the following error in the internal console

```
Traceback (most recent call last):
  File "C:\dev\code\spyderlib\spyderplugins\widgets\condapackagesgui.py", 
line 1683, in _prepare_model
    self._setup_data()
  File "C:\dev\code\spyderlib\spyderplugins\widgets\condapackagesgui.py", 
line 1821, in _setup_data
    vers = self._packages_versions_number[n]
KeyError: u'pyxll'
```

`pyxll` is my own conda package which doesn't install any python package - 
it just copies files to a specified location.

Not sure what's going on but happy to debug if anyone has any ideas how I 
would go about it...



<https://lh3.googleusercontent.com/-TE5VapiCof0/VMo3yveSmwI/AAAAAAAADeY/onzX8a8l0MQ/s1600/spyder.png>

In [3]: from IPython import sys_info

In [4]: print sys_info()

{'commit_hash': u'6968bc3',

'commit_source': 'installation',

'default_encoding': 'cp1252',

'ipython_path': 'C:\\dev\\bin\\Anaconda\\lib\\site-packages\\IPython',

'ipython_version': '3.0.0-dev',

'os_name': 'nt',

'platform': 'Windows-7-6.1.7601-SP1',

'sys_executable': 'C:\\dev\\bin\\Anaconda\\python.exe',

'sys_platform': 'win32',

'sys_version': '2.7.5 |Continuum Analytics, Inc.| (default, Jul 1 2013, 
12:37:52) [MSC v.1500 64 bit (AMD64)]'}


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

Reply via email to