Giter VIP home page Giter VIP logo

Comments (4)

jugmac00 avatar jugmac00 commented on May 15, 2024

Hi @Bastilla123

You are importing erroneously from the module pykeepass instead from the package pykeepass, see my screenshot.

screenshot from 2019-03-07 19-50-04

Then, the relative references do not work any longer.

The line
from pykeepass.kdbx_parsing.kdbx import KDBX
is nothing special.

It just means from module kdbx from within the kdbx_parsing package inside the pykeepass package import the symbol KDBX - which - when you have a look at it - is an instance of the Struct class.

Which - we both know now - does not work when you try to import from the module pykeepass instead from the package.

P.S.: I wrote a little command line utility, which checks all passwords within a KeePass database against the HaveIBeenPwned.com API (is my password hacked?) -you could have a look at it to get some ideas how to interact with PyKeePass.

package
https://pypi.org/project/hibpcli/

source code
https://github.com/jugmac00/hibpcli

from pykeepass.

Bastilla123 avatar Bastilla123 commented on May 15, 2024

Thank you very much. I'm beginner in python.

from pykeepass.

Evidlo avatar Evidlo commented on May 15, 2024

Can this be closed?

from pykeepass.

Bastilla123 avatar Bastilla123 commented on May 15, 2024

from pykeepass.

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.