Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Python 3.12 will not accept import serial

  1. #11
    Join Date
    Aug 2007
    Beans
    949

    Re: Python 3.12 will not accept import serial

    Working with Python 3 is frustrating because the thing that made Python really good -- the huge amount of libraries and bindings to external APIs -- has to be redone from scratch. Straight 2to3 conversions on those libraries tend not to work as well (I've tried).

    I'm sticking to Python 2.6, personally. More support, more libraries, that's where I'm at.

  2. #12
    Join Date
    Jun 2010
    Location
    UK
    Beans
    206
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Python 3.12 will not accept import serial

    Python programmers are stuck in the cruel position of choosing between a nicer language and more libraries. Often large libraries are waiting for smaller dependencies to be ported. I think this is the case with Django where they are waiting for the mysql bindings.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •