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

bfpy does work on python3 #29

Closed
GoogleCodeExporter opened this issue May 22, 2015 · 2 comments
Closed

bfpy does work on python3 #29

GoogleCodeExporter opened this issue May 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The first line in the "Project Home" webpage here in code.google.com says:
"Python (>= 2.6.3/2.7.x) library to communicate with the Betfair Betting 
Exchange"
This is not true. bfpy does not work in python3
IMO the best solution is to correct the line in the webpage. The second 
solution is to make bfpy work on both python2.7 and python3, but I don't know 
if thats a good idea.

What steps will reproduce the problem?
1. open python3
2. import bfpy

What is the expected output?
The expected output is to see a clean import.

What do you see instead?
$ python3
Python 3.2.3 (default, Oct 19 2012, 20:10:41)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bfpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "bfpy/__init__.py", line 33, in <module>
    from bfglobals import *
ImportError: No module named bfglobals

What version of the product are you using? On what operating system?
1.13
Ubuntu 12.04.1 LTS


Original issue reported on code.google.com by fmafune...@gmail.com on 21 Dec 2012 at 4:49

@GoogleCodeExporter
Copy link
Author

lol I've now read the line again and it actually says that bfpy works only on 
2.6.3 and 2.7.x, where x is the variable. Lol sorry.

Original comment by fmafune...@gmail.com on 21 Dec 2012 at 4:51

@GoogleCodeExporter
Copy link
Author

Original comment by danj...@gmail.com on 27 Dec 2012 at 10:15

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant