Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyPDF2 script problem
#8
Also, to address your question int_question variable clearly REQUIRES input be integers, why must I specify int(finish)???
your function returns user input as it is, i.e. str
Probably, instead of asked == type(asked) (comparison) you want asked = type(asked) (assignment)? In which case your function will make more sense (see my previous post)
Reply


Messages In This Thread
PyPDF2 script problem - by mepyyeti - Mar-13-2018, 12:18 AM
RE: PyPDF2 script problem - by Larz60+ - Mar-13-2018, 02:16 AM
RE: PyPDF2 script problem - by mepyyeti - Mar-13-2018, 03:37 AM
RE: PyPDF2 script problem - by micseydel - Mar-13-2018, 04:19 AM
RE: PyPDF2 script problem - by Larz60+ - Mar-13-2018, 04:27 AM
RE: PyPDF2 script problem - by buran - Mar-13-2018, 11:22 AM
RE: PyPDF2 script problem - by buran - Mar-13-2018, 11:52 AM
EXTRACT pdf PAGES into NEW pdf file - by mepyyeti - Mar-13-2018, 03:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PyPDF2 deprecation problem gowb0w 5 4,163 Sep-21-2023, 12:38 PM
Last Post: Pedroski55
  ModuleNotFoundError: No module named 'PyPDF2' Benitta2525 1 1,533 Aug-07-2023, 05:32 AM
Last Post: DPaul
  Pypdf2 will not find text standenman 2 948 Feb-03-2023, 10:52 PM
Last Post: standenman
  pyPDF2 PDFMerger close pensding file japo85 2 2,440 Jul-28-2022, 09:49 AM
Last Post: japo85
  Script stop work after 3 actioins - PLEASE WHERE IS THE PROBLEM? rondon442 0 1,569 Sep-27-2021, 05:40 PM
Last Post: rondon442
  Problem executing a script on a remote host tester_V 3 2,484 Sep-26-2021, 04:25 AM
Last Post: tester_V
  PyPDF2 processing problem Pavel_47 6 9,796 May-04-2021, 06:58 AM
Last Post: chaitanya
  problem with sphinx and file directory in script kiyoshi7 0 2,296 Mar-11-2021, 03:52 PM
Last Post: kiyoshi7
  problem about slope in python script for bitcoin trading fisher_garry 1 2,515 Sep-02-2020, 01:39 PM
Last Post: fisher_garry
  Problem running script within console koepjo 3 9,916 Mar-26-2020, 07:11 AM
Last Post: koepjo

Forum Jump:

User Panel Messages

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