Python Forum
filter every 24 days file (considering file name)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
filter every 24 days file (considering file name)
#5
importlib.metadata was introduced in Python 3.8. It does not exist in Python 2.7. If you look at the python docs you can see this.

https://docs.python.org/3/library/import...adata.html

Quote:Using importlib.metadata
New in version 3.8.

Changed in version 3.10: importlib.metadata is no longer provisional.
Reply


Messages In This Thread
RE: filter every 24 days file (considering file name) - by deanhystad - Jun-20-2022, 03:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  file open "file not found error" shanoger 8 1,261 Dec-14-2023, 08:03 AM
Last Post: shanoger
  Need to replace a string with a file (HTML file) tester_V 1 800 Aug-30-2023, 03:42 AM
Last Post: Larz60+
  How can I change the uuid name of a file to his original file? MaddoxMB 2 984 Jul-17-2023, 10:15 PM
Last Post: Pedroski55
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,153 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,166 Dec-15-2022, 04:32 PM
Last Post: Larz60+
Photo Making Zip file of a file and Directory Nasir 2 1,062 Oct-07-2022, 02:01 PM
Last Post: Nasir
  Need Help: Convert .pcl file to .pdf file ManuRaval 6 2,604 Sep-13-2022, 01:31 PM
Last Post: ManuRaval
  How split N days between specified start & end days SriRajesh 2 1,370 May-06-2022, 02:12 PM
Last Post: SriRajesh
  Modify values in XML file by data from text file (without parsing) Paqqno 2 1,746 Apr-13-2022, 06:02 AM
Last Post: Paqqno
  How to split file by same values from column from imported CSV file? Paqqno 5 2,869 Mar-24-2022, 05:25 PM
Last Post: Paqqno

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020