Community
    • Login

    just a blink of python

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 1.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Bartha AnnamariaB
      Bartha Annamaria
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • cmeriauxC
        cmeriaux
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors