I'm running off the latest source checkout and I can't seem to see the File 
Toolbar even though it's selected.

Is anyone else seeing this problem?

When I select the File Toolbar in the View -> Windows and toolbars menu 
nothing happens and I get no traceback in the internal console.

I'm not sure it's related but when spyder starts I consistently get the 
following traceback in the internal console:

Spyder 2.2.0rc internal shell on Python 2.7.2 32bits [Windows]
Inspect Spyder internals:
  spy.app, spy.window, dir(spy)
>>> {u'hb_port': 51690,
 u'iopub_port': 55471,
 u'ip': u'127.0.0.1',
 u'key': u'd7cb64e2-5876-4fc5-9b8b-4f62c9792a7a',
 u'shell_port': 55575,
 u'stdin_port': 58969,
 u'transport': u'tcp'}
Traceback (most recent call last):
  File "C:\dev\code\spyderlib\spyderlib\plugins\externalconsole.py", line 
820, in <lambda>
    cf, kernel_widget=shellwidget))
  File "C:\dev\code\spyderlib\spyderlib\plugins\externalconsole.py", line 
898, in create_ipyclient
    self.main.ipyconsole.new_client(connection_file, id(kernel_widget))
  File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 
878, in new_client
    self.register_client(cf, kernel_widget_id, client_name)
  File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 
1007, in register_client
    lambda: self.emit(SIGNAL('focus_changed()')))
TypeError: arguments did not match any overloaded call:
  QObject.connect(QObject, SIGNAL(), QObject, SLOT(), 
Qt.ConnectionType=Qt.AutoConnection): argument 1 has unexpected type 
'NoneType'
  QObject.connect(QObject, SIGNAL(), callable, 
Qt.ConnectionType=Qt.AutoConnection): argument 1 has unexpected type 
'NoneType'
  QObject.connect(QObject, SIGNAL(), SLOT(), 
Qt.ConnectionType=Qt.AutoConnection): argument 1 has unexpected type 
'NoneType'


I'm running the latest checkout of IPython as well:

In[3]: print IPython.sys_info()
{'commit_hash': '5e33c14',
 '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)]'}


Thanks,
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to