Auf Windows nicht nutzbar #2

Closed
opened 2021-06-04 14:56:35 +02:00 by anima · 1 comment
Owner

Problem

Auf Windows bekommt man diesen Fehler beim Starten.

Unable to create process using '/bin/python3 timeTrack.py'

Workaround

Lösche die erste Zeile:

#!/bin/python3
## Problem Auf Windows bekommt man diesen Fehler beim Starten. ``` Unable to create process using '/bin/python3 timeTrack.py' ``` ## Workaround Lösche die erste Zeile: ``` #!/bin/python3 ```
anima changed title from Auf Windows nicht nutzbar to [BUG] Auf Windows nicht nutzbar 2021-06-04 14:57:38 +02:00
anima added the bug label 2021-06-04 17:31:39 +02:00
anima self-assigned this 2021-06-04 17:31:54 +02:00
anima changed title from [BUG] Auf Windows nicht nutzbar to Auf Windows nicht nutzbar 2021-06-04 17:34:04 +02:00
anima started working 2021-06-04 17:34:19 +02:00
anima worked for 14s 2021-06-04 17:34:33 +02:00
anima started working 2021-06-04 18:26:39 +02:00
Author
Owner

Prblem gefunden und behoben.
Sheebang war so nur in Linux funktional, neuer Sheebang ist Crossplatform fähig.

Prblem gefunden und behoben. Sheebang war so nur in Linux funktional, neuer Sheebang ist Crossplatform fähig.
anima closed this issue 2021-06-04 18:41:04 +02:00
anima worked for 14min 25s 2021-06-04 18:41:04 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 14 minutes
anima
14 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anima/timetrack#2