← Back to team overview

yade-users team mailing list archive

Re: [Question #235395]: Cannot get it working on debian 7.1 is this a python problem?

 

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

    Status: Answered => Open

burak er is still having a problem:
Dear Bruno,

The version is not the problem; I am using the trunk from github. If you look at core/main/mainpy.in you will still see the
code block which is not working.

elif yade.runtime.ipython_version>=12:
from IPython.frontend.terminal.embed import InteractiveShellEmbed
from IPython.config.loader import Config
cfg = Config()
prompt_config = cfg.PromptManager
prompt_config.in_template = ipconfig['prompt_in1']
prompt_config.in2_template = ipconfig['prompt_in2']
prompt_config.out_template = ipconfig['prompt_out']
import readline
for k in ipconfig['readline_parse_and_bind']: readline.parse_and_bind(k)
InteractiveShellEmbed.config=cfg
InteractiveShellEmbed.banner1=banner+'\n'
ipshell=InteractiveShellEmbed()
ipshell()

Maybe I have some installition problems wih ipython?

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.