Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

python 3.4 are not full

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
philo_neo
Posts: 77
Joined: 2010-06-18 16:48

python 3.4 are not full

#1 Post by philo_neo »

Hi,
I've installed python 3.4 on my laptop debian 8.1 but it's not full than python 3.4 under ubuntu LTS.
let me explain :
under Ubuntu i have two GUI windows like this :
1 / editor
Image

2/ output
Image

******************************************************************************************************************************************************************************
so under debian i've terminal VT !!
I don't have a GUI output
What's happennig

Regards
Philippe

gabry2105
Posts: 2
Joined: 2016-05-23 08:00

Re: python 3.4 are not full

#2 Post by gabry2105 »

It's not incomplete: editor and shell are different programs. Under Ubuntu (maybe, I don't use it) when you open shell, an instance of the editor is open too.
Try: file > New File
Then write your script in the editor and save it. When you press f5 (or go on run->Run Module) script is executed on shell and you can see the output.

Post Reply