Re: execfile and import not working

2017-09-06 Thread Friedrich Rentsch
On 06.09.2017 10:55, Thomas Jollans wrote: On 2017-09-06 10:14, Friedrich Rentsch wrote: Hi, I am setting up Python 2.7 after an upgrade to Ubuntu 16.04, a thorough one, leaving no survivors. Everything is fine, IDLE opens, ready to go. Alas, execfile and import commands don't do my bidding, b

Re: execfile and import not working

2017-09-06 Thread nopsidy
https://www.youtube.com/watch?v=pNe1wWeaHOU&list=PLYI8318YYdkCsZ7dsYV01n6TZhXA6Wf9i&index=1 On Wed, Sep 6, 2017 at 6:57 PM, Stefan Ram wrote: > Friedrich Rentsch writes: >>ready to go. Alas, execfile and import commands don't do my bidding, but >>hang IDLE. All I can do is kill the process name

Re: execfile and import not working

2017-09-06 Thread Peter Otten
Friedrich Rentsch wrote: > > > On 06.09.2017 10:52, Peter Otten wrote: >> Friedrich Rentsch wrote: >> >>> Hi, I am setting up Python 2.7 after an upgrade to Ubuntu 16.04, a >>> thorough one, leaving no survivors. Everything is fine, IDLE opens, >>> ready to go. Alas, execfile and import commands

Re: execfile and import not working

2017-09-06 Thread Friedrich Rentsch
On 06.09.2017 10:52, Peter Otten wrote: Friedrich Rentsch wrote: Hi, I am setting up Python 2.7 after an upgrade to Ubuntu 16.04, a thorough one, leaving no survivors. Everything is fine, IDLE opens, ready to go. Alas, execfile and import commands don't do my bidding, but hang IDLE. All I can

Re: execfile and import not working

2017-09-06 Thread Thomas Jollans
On 2017-09-06 10:14, Friedrich Rentsch wrote: > Hi, I am setting up Python 2.7 after an upgrade to Ubuntu 16.04, a > thorough one, leaving no survivors. Everything is fine, IDLE opens, > ready to go. Alas, execfile and import commands don't do my bidding, but > hang IDLE. All I can do is kill the p

Re: execfile and import not working

2017-09-06 Thread Peter Otten
Friedrich Rentsch wrote: > Hi, I am setting up Python 2.7 after an upgrade to Ubuntu 16.04, a > thorough one, leaving no survivors. Everything is fine, IDLE opens, > ready to go. Alas, execfile and import commands don't do my bidding, but > hang IDLE. All I can do is kill the process named "python

execfile and import not working

2017-09-06 Thread Friedrich Rentsch
Hi, I am setting up Python 2.7 after an upgrade to Ubuntu 16.04, a thorough one, leaving no survivors. Everything is fine, IDLE opens, ready to go. Alas, execfile and import commands don't do my bidding, but hang IDLE. All I can do is kill the process named "python" from a bash terminal. IDLE t