Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyPDF2 script problem
#7
Obviously you don't realise that your my_user_input as well as your partial derivatives are non-sense.
input will always return type str.
so there is no need for partial function for str.
Next when you pass int to argument type (by the way terrible name because it overwrite built-in type function in the body of your function) you compare what user has entered, e.g. '1' to int('1'), i.e. '1' == 1, which is ALWAYS False. Only because it does not rise ValueError, it looks like it works (i.e. you think it check type, but it actually compare what was entered with it converted to int).
if you want to test for type check isinstance()
Finally using partial for this is bit unusual so to say
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,893 Sep-21-2023, 12:38 PM
Last Post: Pedroski55
  ModuleNotFoundError: No module named 'PyPDF2' Benitta2525 1 1,768 Aug-07-2023, 05:32 AM
Last Post: DPaul
  Pypdf2 will not find text standenman 2 1,019 Feb-03-2023, 10:52 PM
Last Post: standenman
  pyPDF2 PDFMerger close pensding file japo85 2 2,554 Jul-28-2022, 09:49 AM
Last Post: japo85
  Script stop work after 3 actioins - PLEASE WHERE IS THE PROBLEM? rondon442 0 1,616 Sep-27-2021, 05:40 PM
Last Post: rondon442
  Problem executing a script on a remote host tester_V 3 2,596 Sep-26-2021, 04:25 AM
Last Post: tester_V
  PyPDF2 processing problem Pavel_47 6 9,955 May-04-2021, 06:58 AM
Last Post: chaitanya
  problem with sphinx and file directory in script kiyoshi7 0 2,351 Mar-11-2021, 03:52 PM
Last Post: kiyoshi7
  problem about slope in python script for bitcoin trading fisher_garry 1 2,583 Sep-02-2020, 01:39 PM
Last Post: fisher_garry
  Problem running script within console koepjo 3 10,011 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