omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. cheseremtitus

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    cheseremtitus

    @cheseremtitus

    0
    Reputation
    219
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cheseremtitus Unfollow Follow

    Latest posts made by cheseremtitus

    • RE: Django install error

      Run:

      pip install asgiref

      Then restart. That shud do it

      But then there's this error

      • Note that only Django core commands are listed as settings are not properly configured (error: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.).

      Need help with is. I believe you need to set an environment variable to point to a named Django settings-config file. Much of a gray area for me still a newbie to the stash terminal. Any heads up ?

      posted in Pythonista
      cheseremtitus
      cheseremtitus
    • RE: Step by step for installing NLTK?

      I've tried to get up an running with NLTK through installer script from pypi modules and it throws the following errors on attempted install under python 2.7.

      • ProtocolError: <ProtocolError for pypi.python.org/pypi: 403 [[[!!! BREAKING CHANGE !!!]]] Support for clients that do not support Server Name Indication is temporarily disabled and will be permanently deprecated soon. See https://status.python.org/incidents/hzmjhqsdjqgb and https://github.com/pypa/pypi-support/issues/978 [[[!!! END BREAKING CHANGE !!!]]]>

      I tried using pip install from stash but it failed while installing the regex module as it contains C code that required compiling.

      Any work around would be greatly appreciated.

      posted in Pythonista
      cheseremtitus
      cheseremtitus