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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:13:19+00:00 2026-06-01T12:13:19+00:00

After changing the import as a from-import i’m running into this error: from datetime

  • 0

After changing the import as a from-import
i’m running into this error:

from datetime import datetime, date, timedelta
today = date.today()
from time import mktime
from feedparser import feedparser
import settings

def check_calendar():
    d = feedparser.parse(settings.personal_calendar_feed)
    for entry in d.entries:
        if(date.fromtimestamp(mktime(entry.date_parsed))==today):

Traceback (most recent call last):
  File computer.py", line 734, in <module>
    check_calendar()
  File "computer.py", line 210, in check_calendar
    if(date.fromtimestamp(mktime(entry.date_parsed))==today):
AttributeError: 'function' object has no attribute 'fromtimestamp'
  • 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-01T12:13:20+00:00Added an answer on June 1, 2026 at 12:13 pm

    It says

    AttributeError: ‘function’ object has no attribute ‘fromtimestamp’

    in the error. Apparently you may have a function named “date” in your code. Since Python allows you to use any name, and new conflicting names will override the older ones.

    Instead, when python can’t find a function from a module or object, it usually says type object has no attribute or module has no attribute, like if I want to call “fromtimes” :

    type object ‘datetime.date’ has no attribute ‘fromtimes’

    You may want to check your code carefully again.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

[EDIT] I am changing this to more concisely explain what my problem was, after
Trying to find a way to execute a function within BASH after changing into
After changing the text in a tab control's tab header, how do I tell
I've found that after changing the overlays on a MapView , the changes aren't
Can anyone confirm that after changing the Apple Push Certificate to follow the new
How do you detect the current SCAN state and revert it after changing it?
I changed the background colour of the spinner.After changing the bg colour the down
Is it posible to re-cache app.config? for example after changing some fields in app.config
Im having a weird issue here; The following .htaccess works but now (after changing
I have implemented the following set up (after being requested): slideshow of images changing,

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.