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 8111677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:12:32+00:00 2026-06-06T02:12:32+00:00

I listed the follwoing question: http://stackoverflow.com/questions/11005335/python-sum-excel-file I got great help on it, and now

  • 0

I listed the follwoing question:

 http://stackoverflow.com/questions/11005335/python-sum-excel-file

I got great help on it, and now I am trying to convert another list in the same format and I am getting the following error using same code.

Traceback (most recent call last):
  File "C:/Python27/test2", line 37, in <module>
    checkList(name, symbol, amount)
  File "C:/Python27/test2", line 22, in checkList
    newObject = Object(name, symbol, int(amount)) #Create a new object with new name, produce, and amount
ValueError: invalid literal for int() with base 10: ''

I also was wondering if it is possible to convert the two excel files and then compare the two against each other to see differences?

  • 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-06-06T02:12:33+00:00Added an answer on June 6, 2026 at 2:12 am

    You are seeing this error because at the line newObject = Object(name, symbol, int(amount)), the variable amount is an empty string.

    There are two possibilities here, either that represents invalid data and you should not create a new Object instance to add to your list, or it is okay for amount to be '' and you just want to give it a default value (probably 0). Here is one way to do this:

    newObject = Object(name, produce, int(amount) if amount else 0)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, I hope I've got everything listed up nicely before posting this question because
I have code listed here: Threading and Sockets . The answer to that question
This question is a follow-up on a question about Python variable scope . Additional
I got one simple question... What is the highest allowed price for a single
There are a few questions that approach an answer to this question, but none
I've been using the following memoizing decorator (from the great book Python Algorithms: Mastering
My question is exactly the same as the one listed here The reason I'm
I've been looking over the following VB code: http://www.codeproject.com/KB/vb/toggleNetworkConn.aspx If you look under The
According to http://www.orafaq.com/node/855 The record in that table for Incomplete Join Trail Wrong way
I have the same problem that is listed in the following thread. WSDL first

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.