On Tuesday, April 23, 2013 9:39:16 PM UTC+1, Carlos Córdoba wrote:
>
> Hi Dave, 
>
> The signal error is very strange but that signal is only emitted to give 
> focus to the IPython console (after it's started I think). So it 
> shouldn't interfere with the File toolbar. 
>
> Could you try to start Spyder from a terminal and see if there are more 
> errors reported? 
>
> Cheers, 
> Carlos 
>
> El 19/04/13 03:16, Dave Hirschfeld escribió: 
> > 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 
> > 
>
>
Nothing seems amiss in the terminal:

c:\dev\code\spyderlib> bootstrap.py
Executing Spyder from source checkout
Revision 99b761204f03+:2721+, Branch: default
01. Patched sys.path with C:\dev\code\spyderlib
02. No PySide detected, using PyQt4 if available
C:\dev\bin\Python27\lib\site-packages\pygments\plugin.py:39: UserWarning: 
Module argparse was already imported from 
C:\dev\bin\Python27\lib\argparse.pyc, but 
c:\dev\bin\python27\lib\site-packages is being added to sys.path
  import pkg_resources
C:\dev\bin\Python27\lib\site-packages\pygments\plugin.py:39: UserWarning: 
Module rope was already imported from 
C:\dev\code\spyderlib\rope\__init__.pyc, but 
c:\dev\bin\python27\lib\site-packages is being added to sys.path
  import pkg_resources
03. Imported Spyder 2.2.0rc
    [Python 2.7.2 32bits, Qt 4.7.3, PyQt4 (API v2) 4.8.5 on Windows]
0x. Enforcing parent console (Windows only)
04. Executing spyder.main()


The only error I can see is the one mentioned above in the internal 
console, but I agree that it doesn't seem related to not being able to see 
the File Toolbar and doesn't seem to cause me any grief. If no one else is 
missing their File Toolbar it may just be something specific to my 
development machine...

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