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

pandas_highcharts.serialize raises AttributeError: 'module' object has no attribute 'serialize' #24

Closed
s-celles opened this issue Aug 22, 2015 · 1 comment

Comments

@s-celles
Copy link

Hello,

I installed pandas-highcharts using

$ pip install git+https://github.com/gtnx/pandas-highcharts.git

but

import pandas_highcharts
pandas_highcharts.serialize

raises

AttributeError: 'module' object has no attribute 'serialize'

Any idea ?

@spookylukey
Copy link
Contributor

Solved in #16

For now, you should do:

import pandas_highcharts.core

pandas_highcharts.core.serialize

@gtnx gtnx closed this as completed in 3938e94 Sep 2, 2015
saeedesmaili added a commit to saeedesmaili/pandas-highcharts that referenced this issue Apr 24, 2018
based on the following issue, the import should be pandas_highcharts.core
gtnx#24
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