just a blink of python
-
Hello there!
First of i really hope there’s somebody who can give me some clue about the new feature of notpad++ doing here around and at the same time understood my problem written in english as 3th language of mine. So the situation is like as I’m an enthusiastic one who started a new friendship with programing at python language using notepad++.
The start was full with bloom and worked everything perfectly but suddenly since i don’t know when whatever i type even the simpliest thing like print ‘hello cicus’ do not run on python, well run but fast as a blink. Any clue why this happening?
please please gimme light.
Annamaria -
Hello,
try to validate your script with python pep8 (usually installed in python/script folder)
You may have a problem with file encoding. Configure it as utf-8. Use a correct line ending.
Header must be a#!/usr/bin/env python # -*- coding: utf-8 -*-look at https://www.python.org/dev/peps/pep-0008/#source-file-encoding
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login