I updated to Spyder 2.1.9 but I am still getting the exact same traceback 
with Python 2.7.3 as ici above.

On Sunday, May 13, 2012 5:51:27 AM UTC-7, Carlos Córdoba wrote:
>
> Thanks, we already fixed this issue replacing the whole path library 
> with its latest version. It was released with Spyder 2.1.9. 
>
> Cheers, 
> Carlos 
>
> El 12/05/12 15:54, ici escribió: 
> > After I instaled Python 2.7.3 spyder stop working: 
> > 
> > C:\Python27\Lib\site-packages\spyderlib>spyder.py --debug 
> > Traceback (most recent call last): 
> >    File "C:\Python27\Lib\site-packages\spyderlib\spyder.py", line 96, 
> > in<module> 
> > 
> >      from spyderlib.plugins.editor import Editor 
> >    File "C:\Python27\lib\site-packages\spyderlib\plugins\editor.py", 
> > line 35, in 
> > <module> 
> >      from spyderlib.widgets.editor import (ReadWriteStatus, 
> > EncodingStatus, 
> >    File "C:\Python27\lib\site-packages\spyderlib\widgets\editor.py", 
> > line 32, in 
> > <module> 
> >      from spyderlib.utils.module_completion import moduleCompletion 
> >    File "C:\Python27\lib\site-packages\spyderlib\utils 
> > \module_completion.py", lin 
> > e 31, in<module> 
> >      db = PickleShareDB(MODULES_PATH) 
> >    File "C:\Python27\lib\site-packages\spyderlib\utils\external 
> > \pickleshare.py", 
> > line 53, in __init__ 
> >      if not self.root.isdir(): 
> > TypeError: _isdir() takes exactly 1 argument (0 given) 
> > 
> > C:\Python27\Lib\site-packages\spyderlib> 
> > 
> > 
> > So, I changed spyderlib\utils\external\path.py 
> > 
> > line 792: 
> >      isdir = os.path.isdir 
> > 
> > to: 
> >      def isdir(self): 
> >          return os.path.isdir(self) 
> > 
> > https://github.com/ipython/ipython/issues/737/#issuecomment-2113372 
> > 
>

-- 
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/-/Z0cjBQh2QXIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to