Giter VIP home page Giter VIP logo

Comments (6)

rockymeza avatar rockymeza commented on June 17, 2024

This is interesting, I'm curious, how did you install django-authtools?

from django-authtools.

alexsilva avatar alexsilva commented on June 17, 2024

pip install django-authtools # to inside virutalenv
Em sex, 2 de out de 2015 às 22:44, Rocky Meza [email protected]
escreveu:

This is interesting, I'm curious, how did you install django-authtools?


Reply to this email directly or view it on GitHub
#58 (comment)
.

from django-authtools.

rockymeza avatar rockymeza commented on June 17, 2024

I'm guessing you are using Windows? I've never tried to use authtools on windows, that might be the problem, but I doubt it.

from django-authtools.

alexsilva avatar alexsilva commented on June 17, 2024

Yes. I am using Windows. But you should consider that the error does not
come from lib django-authtools, but pkg_resources.

Em sáb, 3 de out de 2015 às 00:09, Rocky Meza [email protected]
escreveu:

I'm guessing you are using Windows? I've never tried to use authtools on
windows, that might be the problem, but I doubt it.


Reply to this email directly or view it on GitHub
#58 (comment)
.

from django-authtools.

rockymeza avatar rockymeza commented on June 17, 2024

I was looking at pkg_resources, what do you get when you run:

import pprint
import pkg_resources

pprint.pprint(pkg_resources.working_set.by_key)

I made a new temporary environment and installed django-authtools and this is what I got:

{'django': Django 1.8.4 (/XXX/.virtualenvs/tmp-d05746e109b81142/lib/python2.7/site-packages),
 'django-authtools': django-authtools 1.2.0 (/XXX/.virtualenvs/tmp-d05746e109b81142/lib/python2.7/site-packages),
 'pip': pip 6.0.8 (/XXX/.virtualenvs/tmp-d05746e109b81142/lib/python2.7/site-packages),
 'python': Python 2.7.10 (/usr/lib64/python2.7/lib-dynload),
 'setuptools': setuptools 12.0.5 (/XXX/.virtualenvs/tmp-d05746e109b81142/lib/python2.7/site-packages),
 'wsgiref': wsgiref 0.1.2 (/usr/lib64/python2.7)}

from django-authtools.

exp0nge avatar exp0nge commented on June 17, 2024

@alexsilva Did you ever figure this out?

edit: install from the repo directly with python setup.py install

from django-authtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.