mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #157] No attribute run #584
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#584
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quintendewilde on GitHub (Oct 28, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/157
I get this following error after installation of the new PyPi packages.
Traceback (most recent call last):
File "start.py", line 4, in
insomniac.run(activation_code)
AttributeError: module 'insomniac' has no attribute 'run'
@alexal1 commented on GitHub (Oct 28, 2020):
This is most likely because there's insomniac.py file in the same directory as start.py. You should remove insomniac.py because names of the file and the package are conflicting.