Giter Club home page Giter Club logo

Comments (9)

adamvoss avatar adamvoss commented on May 24, 2024

What is your python version? (python --version)

@thp, should the issue tracker perhaps be enabled on gpodder/mygpo?

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

@TalmarGrosskotz I don't know the right way to fix this for that code-base generally, but the issue is that it is using the print function (a la Python 3) rather than the print statement from Python 2.

Try adding,

from __future__ import print_function

in the imports of utils.py to bring the print function into scope.

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

From @TalmarGrosskotz on March 2, 2017 14:27

I am using python 2.7.12

Am 02.03.2017 um 15:11 schrieb Adam Voss:

What is your python version? (|python --version|)

@thp https://github.com/thp, should the issue tracker perhaps be
enabled on gpodder/mygpo https://github.com/gpodder/mygpo?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
gpodder/gpodder#236 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AH42U79vl22lvpVQMqDCbKUyXTnLQeRpks5rhs4ggaJpZM4MRBlb.

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

From @TalmarGrosskotz on March 2, 2017 18:55

That worked, thx.

⁣Gesendet mit BlueMail ​

Am 2. März 2017, 15:20, um 15:20, Adam Voss [email protected] schrieb:

@TalmarGrosskotz I don't know the right way to fix this for that
code-base generally, but the issue is that it is using the print
function
(a la
Python 3) rather than the print statement from Python 2.

Try adding,

from future import print_function

in the imports of utils.py to bring the print function into scope.

--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
gpodder/gpodder#236 (comment)

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

From @TalmarGrosskotz on March 2, 2017 20:55

I am getting closer. It seems that I have to manually install everyting (every single package) under python 2.7 to get things running. pip install -r requirements.txt seems to do all under python3 while pip2 install -r requirements.txt fails to work.

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

From @TalmarGrosskotz on March 2, 2017 21:1

I am so close to giving up :(
Still trying to successfully run python manage.py migrate.
After working out several problems with urllib and so on i get the following error:
FATAL: password authentication failed for user "mygpo"

I have absolutely no idea how and where to fix it.

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

@TalmarGrosskotz What is the status of this? Your last message seems to indicate you had a simple authentication error (bad password, wrong user name, etc). Did you have a stacktrace for the error?

from mygpo.

adamvoss avatar adamvoss commented on May 24, 2024

From @TalmarGrosskotz on April 12, 2017 6:0

Sorry for not getting back here. I kinda lost patience over it. I think the Problem has to do with Python 2/3 confusion. Some libraries seem to have changed in Python 3 and others things don't work when I try using 2.7 (as far as I remember it had something to do with urllib).
I will the again sometime but right now I don't have the time. If anybody figures it out I'be happy to know.

Gesendet mit BlueMail

Am 12. Apr. 2017, 04:06, um 04:06, Adam Voss [email protected] schrieb:

@TalmarGrosskotz What is the status of this? Your last message seems to indicate you had a simple authentication error (bad password, wrong user name, etc). Did you have a stacktrace for the error?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from mygpo.

stefankoegl avatar stefankoegl commented on May 24, 2024

I've updated the installation documentation which is now published at http://gpoddernet.readthedocs.io/en/latest/dev/installation.html. If you follow those instructions, you should be able to get mygpo running. If it does not work for you, please report at which step you are stuck exactly.

from mygpo.

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.