Python Forum
I need my compiled Python Mac app to accept a file as a parameter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need my compiled Python Mac app to accept a file as a parameter
#1
I compiled my Python script to a Mac app. I need to have accept a file as a parameter (drag and drop onto app). I know I need to edit the info.plist and I have tried (code below) but it's not working. When I pass the file as a parameter in the Terminal to the .py script, it works so I know it's not my Python code. If anyone can lend a hand, that would be great! Thanks!

<key>CFBundleTypeExtensions</key>
<array>
   <string>pdf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>IMG Disk Image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
Reply


Messages In This Thread
I need my compiled Python Mac app to accept a file as a parameter - by Oethen - May-09-2020, 02:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Executable file compiled by PyInstaller does not work on Windows 7 amusaber 1 1,575 Jul-11-2024, 02:59 PM
Last Post: DeaD_EyE
  501 Server cannot accept argument anna17 0 913 Apr-11-2024, 01:08 AM
Last Post: anna17
  How to accept facebook cookies using python selenium? pablo86ad 0 1,284 Apr-06-2024, 09:19 PM
Last Post: pablo86ad
  How do I handle escape character in parameter arguments in Python? JKR 6 5,203 Sep-12-2023, 03:00 AM
Last Post: Apoed2023
  [ERROR] ParamValidationError: Parameter validation failed: Invalid type for parameter gdbengo 3 17,221 Dec-26-2022, 08:48 AM
Last Post: ibreeden
  accept command line argument mg24 5 2,269 Sep-27-2022, 05:58 PM
Last Post: snippsat
  python call stored procedure with two parameter mg24 4 4,496 Sep-27-2022, 05:02 AM
Last Post: deanhystad
  [SOLVED] Input parameter: Single file or glob? Winfried 0 1,998 Sep-10-2021, 11:54 AM
Last Post: Winfried
  How to fill parameter with data from multiple columns CSV file greenpine 1 2,520 Dec-21-2020, 06:50 PM
Last Post: Larz60+
  compiled cpython output wrong version bigrockcrasher 0 1,907 Feb-25-2020, 06:31 PM
Last Post: bigrockcrasher

Forum Jump:

User Panel Messages

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