About 50,800 results
Open links in new tab
  1. pyserial/serial "has no attribute 'Serial' - Python Forum

    Aug 24, 2023 · Hi there ! glad to discover this forum. first, i am a beginner, i want to learn Python etc. i was typing this program : import serial serial_port = serial.Serial (port = "COM3", baudrate = 9600) …

  2. clr issue - Python Forum

    Mar 24, 2017 · hello all. I am new to python and was seeking some help. trying to run the command import clr clr.AddReference('System.Data') but when i write the second line i get AttributeError: …

  3. AttributeError: module 'numpy' has no attribute 'array

    May 29, 2019 · AttributeError: module 'numpy' has no attribute 'array Python Forum Python Coding Data Science

  4. AttributeError: 'NoneType' object has no attribute 'get'

    Dec 23, 2021 · Hi. I make my first steps on programming and i try to learn Python and Tkinter. I want to make a simple calc that has 2 entries and when i press the sum button make the sum and print the …

  5. AttributeError: 'list' object has no attribute 'values'

    Jan 19, 2022 · AttributeError: 'list' object has no attribute 'values' Python Forum Python Coding General Coding Help

  6. Error on first Python launch

    May 7, 2024 · I just installed Python 3.12 and get errors in the in the Command Prompt window when launching. Here is a cut / paste: Microsoft Windows [Version 10.0.19045.4355 ...

  7. cx_oracle Error - AttributeError: 'function' object has no attribute ...

    Apr 15, 2023 · Hi, I am creating a code which would export data from multiple tables in oracle to one excel file having each sheet as one tbale export. I have created 2 files for the same. Executing same …

  8. AttributeError: Can't get attribute 'Individual' on <module 'deap.creator'

    Jul 27, 2018 · Hi everyone, I'm quite new to Python, so excuse me if this question sounds basic, but here it is: A colleague of mine is now on vacation and I have to access a pickle file (more than one, …

  9. AttributeError: '' object has no attribute 'tk' - Python Forum

    Oct 29, 2020 · Thread Modes [Tkinter] AttributeError: '' object has no attribute 'tk' Maryan Silly Frenchman Posts: 44 Threads: 22

  10. AttributeError: module 'collections' has no attribute 'namedtuple'

    May 4, 2020 · i am starting in python. in my command prompt, py gives the following Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] on win32 i have a code …