Opening files don't work on compiled versions of LogarithmPlotter on MacOS #1

Closed
opened 2022-02-19 16:13:48 +00:00 by Ad5001 · 1 comment
Owner

Steps to reproduce:

  • Open a file (either by double clicking in Finder or using CMD+O)
  • The app sends the alert that the file was opened but nothing happens.

Error messages:

Traceback:
	File "LogarithmPlotter/helper.py", line 101, in load
    	chdir(path.dirname(path.realpath(__file__)))
NotADirectoryError: [Errno 20] Not a directory '<redacted>/dist/LogarithmPlotter/LogarithmPlotter'
Steps to reproduce: - Open a file (either by double clicking in Finder or using CMD+O) - The app sends the alert that the file was opened but nothing happens. Error messages: ``` Traceback: File "LogarithmPlotter/helper.py", line 101, in load chdir(path.dirname(path.realpath(__file__))) NotADirectoryError: [Errno 20] Not a directory '<redacted>/dist/LogarithmPlotter/LogarithmPlotter' ```
Ad5001 added the
bug
Platform: MacOS
labels 2022-02-19 16:13:48 +00:00
Ad5001 added this to the v0.2.0 milestone 2022-03-05 14:12:12 +00:00
Author
Owner

Patched in 44e39e5265.

Patched in 44e39e5265.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Ad5001/LogarithmPlotter#1
No description provided.