Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to use IPython #77

Closed
arkhan opened this issue Sep 10, 2015 · 1 comment
Closed

How to use IPython #77

arkhan opened this issue Sep 10, 2015 · 1 comment

Comments

@arkhan
Copy link

arkhan commented Sep 10, 2015

Hello,

How to use erppeek into ipython, i use these script:

#!/usr/bin/env python3.4
import erppeek
import IPython


def main():
    global_vars = erppeek.main(interact=False)
    if global_vars:
        IPython.start_ipython(user_ns=global_vars, argv=[])

main() 

but only work's when run OpenERP local Server

@florentx
Copy link
Member

Duplicate of issue #51

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants