jmcarp / betfair.py

A Python wrapper for the Betfair API
MIT License
103 stars 76 forks source link

Problem on install betfair.py #38

Closed zoffoliluca closed 9 years ago

zoffoliluca commented 9 years ago

Hi. I'm trying to install betfair.py but I've got this problem :

Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.

C:\Users\MyUser>pip install betfair.py
Collecting betfair.py
  Using cached betfair.py-0.1.4.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "c:\users\MyUser\appdata\local\temp\pip-build-c0m5pp\betfair.py\set
up.py", line 79, in <module>
        license=read('LICENSE'),
      File "c:\users\MyUser\appdata\local\temp\pip-build-c0m5pp\betfair.py\set
up.py", line 61, in read
        with open(fname) as fp:
    IOError: [Errno 2] No such file or directory: 'LICENSE'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\MyUser
\appdata\local\temp\pip-build-c0m5pp\betfair.py

C:\Users\MyUser>

Can someone help me? Thanks!

jmcarp commented 9 years ago

Try uninstalling and reinstalling betfair.py. A bug fix for the issue you're describing was pushed to PyPI yesterday in release 0.2.0.

zoffoliluca commented 9 years ago

All ok now. Thanks!

PS : I'd like to create certificate and I think I must call 'invoke ssl'. How can I invoke this command? Sorry I'm a real python beginner ;-)