Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on launching IPython on Win 7 and Python 2.7.3 #2624

Closed
shensac opened this issue Nov 27, 2012 · 2 comments
Closed

Error on launching IPython on Win 7 and Python 2.7.3 #2624

shensac opened this issue Nov 27, 2012 · 2 comments
Milestone

Comments

@shensac
Copy link

shensac commented Nov 27, 2012

Hi,

I just installed IPython on Win 7 with Python 2.7.3 and on launching ipython I get following error. I looked at some other post and concluded that this issue was fixed/closed.

Do I still need to change pickleshare.py?

Thanks
Sachin

Traceback (most recent call last):
File "C:\Python27\Scripts\ipython-script.py", line 9, in
load_entry_point('ipython==0.13.1', 'console_scripts', 'ipython')()
File "C:\Python27\lib\site-packages\IPython\frontend\terminal\ipapp.py", line 388, in launch_new_instance
app.initialize()
File "", line 2, in initialize
File "C:\Python27\lib\site-packages\IPython\config\application.py", line 84, in catch_config_error
return method(app, _args, *_kwargs)
File "C:\Python27\lib\site-packages\IPython\frontend\terminal\ipapp.py", line 324, in initialize
self.init_shell()
File "C:\Python27\lib\site-packages\IPython\frontend\terminal\ipapp.py", line 340, in init_shell
ipython_dir=self.ipython_dir)
File "C:\Python27\lib\site-packages\IPython\config\configurable.py", line 318, in instance
inst = cls(_args, *_kwargs)
File "C:\Python27\lib\site-packages\IPython\frontend\terminal\interactiveshell.py", line 360, in init
user_module=user_module, custom_exceptions=custom_exceptions
File "C:\Python27\lib\site-packages\IPython\core\interactiveshell.py", line 434, in init
self.db = PickleShareDB(os.path.join(self.profile_dir.location, 'db'))
File "C:\Python27\lib\site-packages\IPython\utils\pickleshare.py", line 52, in init
if not self.root.isdir():
TypeError: _isdir() takes exactly 1 argument (0 given)

If you suspect this is an IPython bug, please report it at:
https://github.com/ipython/ipython/issues
or send an email to the mailing list at ipython-dev@scipy.org

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

@takluyver
Copy link
Member

I guess it was bug #737 that you saw. It should be resolved by now - can you make sure you don't have an older version of path.py installed?

@shensac
Copy link
Author

shensac commented Nov 27, 2012

Yes you are right. I seem to have missed that point. I was on path 2.2, upgraded to 2.4.1 and it looks good now. Thanks for your help.

@shensac shensac closed this as completed Nov 27, 2012
@minrk minrk added this to the no action milestone Mar 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants