-
Notifications
You must be signed in to change notification settings - Fork 17
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
Installation: oclient missing #63
Comments
Older versions where called csync. Can you show us the full python setup.py install output by chance? Also, were you running the latest from git or? |
Yes, I had just pull the latest from git For prerequisites:
git clone https://github.com/csawyerYumaed/pyOwnCloud.git pyowncloud /opt/pyowncloud# python setup.py install thanks in advance, Sean On 3 December 2013 16:53, csawyerYumaed [email protected] wrote:
|
hrm. seems like maybe you have an older setuptools? /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution That's what worries me. can you tell us what version of setuptools you are using? from the $ prompt:
Then you can ctrl+d to exit the python interpreter. I'm using .6 and it accepts the entry_points option. -Craig |
UGH. it's _ _ version _ _ without any spaces. I don't understand markdown. |
So setuptools was not in fact installed. and Yippe! :-) So maybe the install script needs to check hat setuptools is installed? Regards On 3 December 2013 17:29, csawyerYumaed [email protected] wrote:
|
After install owncloud (to have dependencies), the pyowncloud repo was cloned and "python setup.py install" ran.
It did not complain and finished up with:
running install_egg_info
Writing /usr/local/lib/python2.7/dist-packages/pyOwnCloud-0.4.pre.egg-info
But not "oclient" was created. Apparent running the following is the same:
python /usr/local/lib/python2.7/dist-packages/csync/csync.py -h
Its is Ubuntu 12.04 server.
Have I missed something obvious?
The text was updated successfully, but these errors were encountered: