Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Jan Stránský
Question #208180 on Yade changed: https://answers.launchpad.net/yade/+question/208180 Jan Stránský posted a new comment: How simple :-) thanks a lot Jan 2012/9/10 Anton Gladky > Question #208180 on Yade changed: > https://answers.launchpad.net/yade/+question/208180 > > Status: Open => Answe

Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Jan Stránský
Question #208180 on Yade changed: https://answers.launchpad.net/yade/+question/208180 Status: Answered => Solved Jan Stránský confirmed that the question is solved: Thanks Anton Gladky, that solved my question. -- You received this question notification because you are a member of yade-user

Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Anton Gladky
Question #208180 on Yade changed: https://answers.launchpad.net/yade/+question/208180 Status: Open => Answered Anton Gladky proposed the following answer: Hi, please, do not import yade directly, as it is done automatically by configrutaion scripts. You get "cross-import" and some variables

Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Anton Gladky
Question #208180 on Yade changed: https://answers.launchpad.net/yade/+question/208180 Linked to bug: #98 https://bugs.launchpad.net/bugs/98 "Ubunto 12.4 and python" -- You received this question notification because you are a member of yade-users, which is an answer contact f

Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Jan Stránský
Question #208180 on Yade changed: https://answers.launchpad.net/yade/+question/208180 Status: Answered => Open Jan Stránský is still having a problem: Hi, sorry, I am using latest trunk version on Ubuntu 12.04 Jan 2012/9/10 tranviet > Question #208180 on Yade changed: > https://answers.la

Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Jan Stránský
Hi, sorry, I am using latest trunk version on Ubuntu 12.04 Jan 2012/9/10 tranviet > Question #208180 on Yade changed: > https://answers.launchpad.net/yade/+question/208180 > > Status: Open => Answered > > tranviet proposed the following answer: > Hello, > > I have just tried it. It works fi

Re: [Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread tranviet
Question #208180 on Yade changed: https://answers.launchpad.net/yade/+question/208180 Status: Open => Answered tranviet proposed the following answer: Hello, I have just tried it. It works fine for me. Which YADE version are you using?May be I am using an older YADE version Viet -- You re

[Yade-users] [Question #208180]: NameError in IPython session

2012-09-10 Thread Jan Stránský
New question #208180 on Yade: https://answers.launchpad.net/yade/+question/208180 Hello, consider a very simple script a.py: a = 1 when I run yade-trunk a.py and then write a in IPython, its value is normally printed. But if the script looks like this one: import yade from yade import * a = 1