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

missing dependencies #12

Open
MrTango opened this issue Jul 5, 2012 · 5 comments
Open

missing dependencies #12

MrTango opened this issue Jul 5, 2012 · 5 comments

Comments

@MrTango
Copy link

MrTango commented Jul 5, 2012

Hi,

there are some missing dependencies on master branch.
If i try to use the shell, the follwoing packages are missing:

  • pymongo
  • couchdb
  • PyQt4
@jmg
Copy link
Owner

jmg commented Jul 6, 2012

Thanks,

The dependencies pymongo and couchdb are now added.
The PyQt4 can't be solved by the setup.py so I can't add it.

If you use ubuntu you can download it by running -> apt-get install python-qt4

@MrTango
Copy link
Author

MrTango commented Jul 6, 2012

Thx, but i use Debian and i already installed python-qt4 und symlinked it into my virtualenv. But python-sip was also missing.

Now i got this trace:

$ crawley shell http://inqbus.de
Traceback (most recent call last):
  File "/home/maik/.virtualenvs/crawley/bin/crawley", line 5, in <module>
    pkg_resources.run_script('crawley==0.2.4', 'crawley')
  File "/home/maik/.virtualenvs/crawley/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 499, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/home/maik/.virtualenvs/crawley/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 1235, in run_script
    execfile(script_filename, namespace, namespace)
  File "/home/maik/.virtualenvs/crawley/lib/python2.7/site-packages/crawley-0.2.4-py2.7.egg/EGG-INFO/scripts/crawley", line 4, in <module>
    manage()
  File "/home/maik/.virtualenvs/crawley/local/lib/python2.7/site-packages/crawley-0.2.4-py2.7.egg/crawley/manager/__init__.py", line 25, in manage
    run_cmd(sys.argv)
  File "/home/maik/.virtualenvs/crawley/local/lib/python2.7/site-packages/crawley-0.2.4-py2.7.egg/crawley/manager/__init__.py", line 18, in run_cmd
    cmd.checked_execute()
  File "/home/maik/.virtualenvs/crawley/local/lib/python2.7/site-packages/crawley-0.2.4-py2.7.egg/crawley/manager/commands/command.py", line 50, in checked_execute
    self.execute()
  File "/home/maik/.virtualenvs/crawley/local/lib/python2.7/site-packages/crawley-0.2.4-py2.7.egg/crawley/manager/commands/shell.py", line 33, in execute
    shell = IPython.Shell.IPShellEmbed(argv=[], user_ns={ 'response' : response })
AttributeError: 'module' object has no attribute 'Shell'

@jmg
Copy link
Owner

jmg commented Jul 6, 2012

It seems that the ipython version that you are using doesn't have the Shell module.
I tested and it's working with 0.10

@MrTango
Copy link
Author

MrTango commented Jul 11, 2012

On 06.07.2012 16:34, Juan Manuel García wrote:

It seems that the ipython version that you are using doesn't have the Shell module.
I tested and it's working with 0.10


Reply to this email directly or view it on GitHub:
#12 (comment)
i had ipython0.13, but with 0.10 it works now, thx.

regards maik

@jmg
Copy link
Owner

jmg commented Jul 11, 2012

ok, I have to see why they removed that attribute in 0.13 then. Thanks!

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