Git Product home page Git Product logo

Comments (6)

tfga avatar tfga commented on May 20, 2024

from pidgincli.

wernermaes avatar wernermaes commented on May 20, 2024

Hello

I made it work.
Will post the details here in a minute

from pidgincli.

wernermaes avatar wernermaes commented on May 20, 2024

python3 print is a function, so it should use print("hello") instead of print "hello"
also I needed to change the install script to use python3 (since I don't have dbus module in python2.7). Fedora32 install python3-dbus

in install script:

virtualenv --clear -p python3 --system-site-packages .venv

created file /pidginCli/.venv/lib/python3.8/site-packages/PidginCli/ArgParser.py

print (args)

created file /pidginCli/.venv/lib/python3.8/site-packages/PidginCli/pidginCli.py

elif lenAccounts > 1:

    print ('WARNING: More than one account found. Using the first one.')

    for a in accounts:

        print ('a, purple.PurpleAccountGetUsername(a)')

from pidgincli.

tfga avatar tfga commented on May 20, 2024

Thanks for the feedback.

What is the actual command line for installing python3-dbus on Fedora? I'm updating README.

If I created a branch with your modifications, would you be willing to test it before I merge it into master?

Did you run into any other issues?

from pidgincli.

wernermaes avatar wernermaes commented on May 20, 2024

@tfga

dnf install python3-dbus is the command.
I'm willing to test it.
For the moment I only tried sending a message to several users, which worked fine.

Kind regards

from pidgincli.

tfga avatar tfga commented on May 20, 2024

@wernermaes

Great! 😄

Here the branch: Fedora32.

I modified README, install and the python code. If you could go through the installation procedure once again (when you have the time, ofc) and let me know how it went, it would be great. 👍

from pidgincli.

Related Issues (3)

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.