← Back to team overview

yade-users team mailing list archive

Re: [Question #679695]: 'InteractiveShellEmbed' object has no attribute 'pt_cli'

 

Question #679695 on Yade changed:
https://answers.launchpad.net/yade/+question/679695

    Status: Open => Solved

Rémi Monthiller confirmed that the question is solved:
I just changed the line from "if getattr(ipshell, 'pt_cli'):" to  "if
getattr(ipshell, 'pt_cli', None):" in the trunk/core/main/main.py.in
file and it seems to work.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.