Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 601219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:41:27+00:00 2026-05-13T16:41:27+00:00

This is a follow up to this question I asked earlier: Why can't I

  • 0

This is a follow up to this question I asked earlier:
Why can't I insert into MySQL?

That question solved it partly. Now I’m doing it in Python and it’s not working 🙁

cursor.execute("INSERT INTO life(user_id, utm)  values(%s,PointFromWKB(point(%s,%s)))",the_user_id, utm_easting, utm_northing)

I even did float(utm_easting) and float(utm_northing)

Edit: this is the error:

execute() takes at most 3 arguments (5 given)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T16:41:27+00:00Added an answer on May 13, 2026 at 4:41 pm

    From here (pdf):

    Following the statement string
    argument to execute(), provide a tuple
    containing the values to be bound to
    the placeholders, in the order they
    should appear within the string. If
    you have only a single value x,
    specify it as (x,) to indicate a
    single-element tuple.

    tl;dr:

    cursor.execute("""INSERT INTO life(user_id, utm) 
        values(%s,PointFromWKB(point(%s,%s)))""", 
        (the_user_id, utm_easting, utm_northing))
    

    Edit: you can alternatively pass a list as execute()‘s second argument.

    cursor.execute("""INSERT INTO life(user_id, utm) 
        values(%s,PointFromWKB(point(%s,%s)))""", 
        [the_user_id, utm_easting, utm_northing])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a follow-up question to this question I asked earlier. Btw thanks Neil
This is a follow-on question from the one I asked here . Can constraints
This is a follow-up to another question I asked earlier today. I am creating
This is a follow-up to a question I'd asked earlier which phrased this as
So this is a follow-up to a previous question that I asked: Trying to
This is a follow up to a question I asked earlier today regarding the
This is a follow up to a question I asked earlier seen here: Confused
This is a follow up to a question that was asked yesterday. I have
This is a follow up to the question I asked earlier. Basically I have
This is a follow up question to a previous question I asked about calculating

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.