Skip to content

How to use IPython #77

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

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

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