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

I just want to install your django-jsonrpc-2-0, but meet some problem. #2

Open
thinksource opened this issue Jul 5, 2013 · 1 comment

Comments

@thinksource
Copy link

1,I think your line 5 is error:
version = '.'.join([str(v) for v in import('jsonrpc').VERSION])
should change to
version = '.'.join([str(v) for v in import('jsonrpc').version])

2,another problem is your package is depending on jsonrpc. you should write it clearly in your readme file.

@orokusaki
Copy link
Owner

Hi @thinksource,

Try:

pip install git+git://github.com/orokusaki/django-jsonrpc-2-0.git

It should work ok. The __init__.py file contains VERSION instead of __version__. IIRC, I copied the convention from the Django project.

Regarding the second concern, jsonrpc is the package. The package has no dependencies, other than Django.

Let me know if that doesn't work.

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