gologinapp / pygologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and running
Other
61 stars 42 forks source link

ModuleNotFoundError #87

Closed NuvenProjects closed 1 month ago

NuvenProjects commented 2 months ago

Exception has occurred: ModuleNotFoundError No module named 'gologin.cookiesManager' File "C:\Users\Administrator\Desktop\CREATE BAS FINGERPRINTS\run.py", line 6, in from gologin import GoLogin ModuleNotFoundError: No module named 'gologin.cookiesManager'

However:

import os import time import random from selenium import webdriver from selenium.webdriver.chrome.options import Options from gologin import GoLogin

AND BASED ON YOUR OWN PY DOCUMENTATION, SEEMS YOU NEED TO UPDATE MAYBE, OR PASSING THE BUCK TO CLIENTS TO RESOLVE IT FOR YOU??

danztensai commented 2 months ago

I have the same Problem here, did you solve it?

bbajwa346 commented 2 months ago

I have the Same issue as well !! kindly Resolve it asap

stepjet commented 2 months ago

thanks for the report, please try with the latest version https://pypi.org/project/gologin/2024.5.12073431/

iiezhachenko commented 1 month ago

The new version fixes the issue