Skip to content

Installation problem: pip install notify-py or something else seems to be problematic #52

@EceSenaEtoglu

Description

@EceSenaEtoglu

I typed pip install notify-py and ran the following code :

from notifypy import Notify

notification = Notify()
notification.title = "Cool Title"
notification.message = "Even cooler message."
notification.send()

My IDE (Pycharm) gave package error (cannot write exactly but something like this) "cannot find package notifypy"
I clicked install package option the IDE suggested, after that I got the error "Cannot find reference 'Notify' in 'init.py"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions