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