Tuesday 30 January 2018

Spyder Code Auto Completion not Working [Solved]

Spyder Code Completion/Inspect not Working Solved

The reason of you to land on this page are the keywords that you searched. So Many of us have faced this issue that Code Completion is not working in the Editor Window of Spyder but may be working in the Console of Spyder.
Along with it, may be Ctrl+I (Inspect) is also not working in Editor but working in Console.

So the solution is very simple just follow the Steps Below:-


  1. Close the Spyder IDE
  2. Run the following command in a terminal/console/cmd of the OS(conda should be installed globally otherwise navigate to the folder where it is installed).
                                            pip list enum34 
    1. See if there is a library named enum34 is listed if it is not listed then skip the next step and continue from step 5.
    2. Just uninstall the enum library as it is not needed form python version 2.4 and above, Unisnstall it  using follwing command-   
                                                      pip uninstall enum34
      1. Reset the  Spyder by 
                                              spyder --reset


        1. Start the Spyder IDE and check the Code Suggestion by using TAB key.
        Voillaaa!!!!! 
        It Will be Working as expected, Code Completion would be working fine in the editor Window as well as the CTRL+ I for Inspecting will also be working fine.



        Thursday 21 January 2016

        [SOLVED] Signature Error ATmgega328 Permanantly in Arduino

        Simplest Solution To Add Support For Atmega328 (With NO P) To Arduino

        No Need of Configuring the Files Again and Again Or Compiling Separately

        A new Board is added in under tools As Arduino Uno w/ATmega238(no p)

        Use this Board to use ATmega328 in your Project
        It will compile for it and upload to your Microcontroller.

        As Simple As Copy/Paste.

        Download This  THIS Rar file , Extract It and Follow the Instruction ReadMe.txt .

        Working

        1. Compiler (avr-gcc) For ATmega328 is added and Configured.
        2. Upload Tool (avrdude) is added and Configured.
        3. Other Required Tools are Added.

        Configuration

        1. ATMega328 Supported avr-gcc is added
        2.In Configuration File Of Avrdude (avrdude.conf) definition of ATMega328 is Added Just Below the Configuration Of ATMega328p.

        Steps

        1. Download The rar File
        2. Extract The Files (Readme.txt And hardware.7z)
        3. Extract the hardware.7z File(You can Use 7z)
        4. Copy The File in Location ArduinoFolder
             You can See it Already contains 'hardware'  Folder. So You Have to Ovewrite the Files With same name Whenever prompted.
        The duplicate Files Are ATMega328 supported executables And Configuration Files.
        5. Start the Arduino IDE.
        6. Use the Board ARDUINO UNO W/ATMEGA328 (NO P)

                                                          Download  File