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

File panel doesn't read files #18

Closed
jadianes opened this issue Apr 23, 2015 · 8 comments
Closed

File panel doesn't read files #18

jadianes opened this issue Apr 23, 2015 · 8 comments

Comments

@jadianes
Copy link

Really cool IDE guys!

One issue: I can read .py files when using the File menu dialog. However, if I click in the file name that appears in the file panel in at right-bottom, a new tab with the file name appears but looks empty. I've started the IDE just as explained in the quickstart and the files are those contained in the folder where I run rodeo ..

screen shot 2015-04-23 at 17 39 43

@glamp
Copy link
Contributor

glamp commented Apr 23, 2015

hmm that's odd. what OS are you using?

@jadianes
Copy link
Author

Yosemite

@glamp
Copy link
Contributor

glamp commented Apr 24, 2015

what happens if you try to visit http://localhost:5000/file/enron_outliers.py in your browser?

@jadianes
Copy link
Author

Hi @glamp,

I'll give it a try tomorrow. Thanks!

Btw, is it possible to config the ide as a server and connect to it outside from local host? (As we do with IPython notebook).

@glamp
Copy link
Contributor

glamp commented Apr 24, 2015

yup #28

@glamp
Copy link
Contributor

glamp commented Apr 25, 2015

i added some logging in the latest release 899a5c0

if you run rodeo --verbose . it will log what's happening w/r/t your files. hopefully this can shed some light on the issue!

@jadianes
Copy link
Author

Tried without upgrading to go to http://localhost:5000/file/enron_outliers.py, didn't load the page.

Then upgraded. But when I tried rodeo --verbose . I got the following error trace:

Traceback (most recent call last):
File "/Users/jadianes/anaconda/bin/rodeo", line 9, in
load_entry_point('rodeo==0.2.3', 'console_scripts', 'rodeo')()
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/setuptools-5.8-py2.7.egg/pkg_resources.py", line 339, in load_entry_point
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/setuptools-5.8-py2.7.egg/pkg_resources.py", line 2457, in load_entry_point
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/setuptools-5.8-py2.7.egg/pkg_resources.py", line 2171, in load
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/rodeo/cli.py", line 30, in
from rodeo import main
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/rodeo/rodeo.py", line 1, in
from .kernel import Kernel
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/rodeo/kernel.py", line 5, in
from IPython.kernel import BlockingKernelClient
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/IPython/kernel/init.py", line 4, in
from . import zmq
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/IPython/kernel/zmq/init.py", line 8, in check_for_zmq('13', 'IPython.kernel.zmq')
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/IPython/utils/zmqrelated.py", line 10, in check_for_zmq
import zmq
File "/Users/jadianes/anaconda/lib/python2.7/site-packages/zmq/init.py", line 32, in
_libzmq = ctypes.CDLL(bundled[0], mode=ctypes.RTLD_GLOBAL)
File "/Users/jadianes/anaconda/lib/python2.7/ctypes/init.py", line 365, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen(/Users/jadianes/anaconda/lib/python2.7/site-packages/zmq/libzmq.so, 10): Symbol not found: __ZNSs4_Rep20_S_empty_rep_storageE
Referenced from: /Users/jadianes/anaconda/lib/python2.7/site-packages/zmq/libzmq.so
Expected in: dynamic lookup

@glamp
Copy link
Contributor

glamp commented Apr 25, 2015

woof. not sure what to make of that. maybe remove zmq and reinstall it?

@glamp glamp closed this as completed Jun 8, 2015
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

2 participants