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

404 errors when running IPython 1.0dev #3265

Closed
wkerzendorf opened this issue May 2, 2013 · 6 comments
Closed

404 errors when running IPython 1.0dev #3265

wkerzendorf opened this issue May 2, 2013 · 6 comments
Milestone

Comments

@wkerzendorf
Copy link

I did a normal install of the current master from github on a osx 10.8 with macports system

WARNING:root:404 GET /static/components/codemirror/lib/codemirror.css (127.0.0.1) 0.77ms
WARNING:root:404 GET /static/components/codemirror/addon/mode/loadmode.js (127.0.0.1) 2.79ms
WARNING:root:404 GET /static/components/codemirror/lib/codemirror.js (127.0.0.1) 0.49ms

Any ideas?

@minrk
Copy link
Member

minrk commented May 2, 2013

what do you mean by 'normal install'? The following both work:

git clone git://github.com/ipython/ipython.git
cd ipython && python setup.py install # or python setupegg.py develop

As does

pip install -e git://github.com/ipython/ipython.git#egg=ipython

@wkerzendorf
Copy link
Author

@minrk: I have a git repo on my laptop and did a git pull origin master and then ipython setup.py install
Beforehand I tried to put a ipython.pth in my site-packages and that also failed.

@wkerzendorf
Copy link
Author

the pip doesn't seem to work, what is the right syntax

sudo pip install -e git://github.com/ipython/ipython.git
Password:
--editable=git://github.com/ipython/ipython.git is not the right format; it must have #egg=Package
Storing complete log in /Users/wkerzend/.pip/pip.log```

@minrk
Copy link
Member

minrk commented May 2, 2013

sorry, add #egg=ipython to the end, I updated the command above

@wkerzendorf
Copy link
Author

So that worked, thanks!!

By the way congratulations on the FSF and sloan foundation win - well deserved!

@minrk
Copy link
Member

minrk commented May 2, 2013

thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants