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

No module named utils #78

Closed
chendong0444 opened this issue Jul 16, 2015 · 2 comments
Closed

No module named utils #78

chendong0444 opened this issue Jul 16, 2015 · 2 comments

Comments

@chendong0444
Copy link

pip install facebookads
Successfully installed facebookads-2.4.0

Traceback (most recent call last):
File "demo_cpa.py", line 6, in
from facebookads import FacebookSession
File "/Library/Python/2.7/site-packages/facebookads/init.py", line 22, in
from facebookads.api import FacebookAdsApi
File "/Library/Python/2.7/site-packages/facebookads/api.py", line 30, in
from facebookads.utils import urls
ImportError: No module named utils

@ebzlo
Copy link

ebzlo commented Jul 16, 2015

Hey @chendong0444 Looking into this for you.

@ebzlo
Copy link

ebzlo commented Jul 16, 2015

Hey @chendong0444, it looks like the pypi package was not packed with the utils module. I have re-enabled version 2.3.3 from pypi and will release 2.4.1 shortly.

If you need 2.4.x today, you can try the following:
pip install git+git://github.com/facebook/facebook-python-ads-sdk.git

Thanks for reporting this!

@ebzlo ebzlo closed this as completed Jul 16, 2015
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