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

Cannot install from setup.py #20

Closed
yamatt opened this issue Feb 12, 2013 · 3 comments
Closed

Cannot install from setup.py #20

yamatt opened this issue Feb 12, 2013 · 3 comments

Comments

@yamatt
Copy link

yamatt commented Feb 12, 2013

When running
python setup.py install
I get the following error at the end:

running install_data
error: can't copy 'ebay/config.ini': doesn't exist or not a regular file

The file appears to be missing from the ebay directory. No longer needed? In any case the install will not complete.

@eike-welk
Copy link
Collaborator

You must create the file config.ini yourself, before running the installation script.

You create config.ini by editing config.ini.example and inserting your secret Ebay keys into it. You get the Ebay keys here:

https://www.x.com/content/quick-start-guide

@yamatt
Copy link
Author

yamatt commented Feb 12, 2013

Ah, I see. Seems counter conventional compared to a lot of OAuth tools I've used previously. Maybe eBay's is not OAuth ;)

Cheers for your help.

@utsengar
Copy link
Collaborator

@yamatt Yes, ebay does not support oauth yet and just to be clear, this library is not officially maintained by ebay.

Thanks for the help @eike-welk!

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

3 participants