Coder Social home page Coder Social logo

Comments (18)

mutonby avatar mutonby commented on August 22, 2024

U need to change the pics, with new screenshots because It changes

from poker.

dickreuter avatar dickreuter commented on August 22, 2024

from poker.

mutonby avatar mutonby commented on August 22, 2024

I am speaking of partypoker, I needed to change some pics for run the program

from poker.

mutonby avatar mutonby commented on August 22, 2024

I can do a pull request If u want

from poker.

dickreuter avatar dickreuter commented on August 22, 2024

from poker.

mutonby avatar mutonby commented on August 22, 2024

Okk, I only changed the pics, no the code, because I can't run the main.py, I setup anaconda environment but I Can't run de python, some tips?

thanks.

from poker.

dickreuter avatar dickreuter commented on August 22, 2024

from poker.

mutonby avatar mutonby commented on August 22, 2024

Yes I builded the environment with conda, and later? I tryed to follow the compile.sh un Windows sintaxis

from poker.

dickreuter avatar dickreuter commented on August 22, 2024

from poker.

mutonby avatar mutonby commented on August 22, 2024

always get this error:

line 17, in
from poker.gui.gui_qt_ui import Ui_Pokerbot
ImportError: No module named 'poker'

from poker.

mutonby avatar mutonby commented on August 22, 2024

Ok I take it, need to import the poker folder to project ^^ Tomorrow I will pull request the changes.

thank u so much.

from poker.

footurist avatar footurist commented on August 22, 2024

Since I know some python, here's a solution for the module error : you can just insert the parent directory into the path via
sys.path.insert(0, "..")
This way, python knows the right path.

from poker.

mutonby avatar mutonby commented on August 22, 2024

Thank u but I fixed this problem, included the folder poker in the pycharm project.

My problem now is with pytesseract, I installed with conda dependencies but when I run de main.py always get the message: "tesseract not installed...."

from poker.

footurist avatar footurist commented on August 22, 2024

try installing it with pip in the python console :
python -m pip install pytest
if you don' have pip installed, you need to install that first.

you did mention, that you got it to work with party poker...how? I replaced all of the files in the pics folder with equivalents of the new party poker, but it still won't do anything.

from poker.

SebastianBO avatar SebastianBO commented on August 22, 2024

Same for Pokerstars, anyone got it fixed or should I?

from poker.

footurist avatar footurist commented on August 22, 2024

anything new?

from poker.

andersbreivik avatar andersbreivik commented on August 22, 2024

still not working with current pics

from poker.

dickreuter avatar dickreuter commented on August 22, 2024

New version now available

from poker.

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.