GithubHelp home page GithubHelp logo

Comments (4)

fekir avatar fekir commented on June 12, 2024 1

For the record, it is possible to reproduce the issue on GNU/Linux thanks to wine:

  • install wine with package manager (I've used wine-5.0.3 (Debian 5.0.3-3))
  • download python 3.10 from official python website
  • use winecfg to set the windows version to "Windows 10" (latest python version supports only Windows >=8)
  • wine python-3.10.0-amd64.exeto install python (for simplicity add it to the PATH during installation, not necessary)
  • wine python.exe -m pip install iniparse
  • download https://github.com/pixelb/crudini/releases/download/0.9.3/crudini-0.9.3.tar.gz and extract
wine python.exe Downloads/crudini-0.9.3/crudini --set file.ini section parameter value
Traceback (most recent call last):
  File "Downloads\crudini-0.9.3\crudini", line 979, in <module>
    sys.exit(main())
  File "Downloads\crudini-0.9.3\crudini", line 975, in main
    return crudini.run()
  File "Downloads\crudini-0.9.3\crudini", line 868, in run
    self.conf = self.parse_file(self.cfgfile,
  File "Downloads\crudini-0.9.3\crudini", line 647, in parse_file
    self.locked_file = LockedFile(filename, self.mode, self.inplace,
  File "Downloads\crudini-0.9.3\crudini", line 165, in __init__
    self.lock()
  File "Downloads\crudini-0.9.3\crudini", line 96, in lock
    msvcrt.locking(self.fp, msvcrt.LK_LOCK, 1)
TypeError: '_io.TextIOWrapper' object cannot be interpreted as an integer

from crudini.

fekir avatar fekir commented on June 12, 2024

I noticed only afterwards that #68, #26 and #35 already reports that crudini on Windows does not work.

A workaround is to remove the lock logic, everything seems otherwise to work fine.
Maybe it could be a short-term solution for supporting windows out-of-the-box?

Otherwise consider what I've written in #86, it might also be a long-term solution.

from crudini.

pixelb avatar pixelb commented on June 12, 2024

Oh the wine suggestion is excellent, thanks!

from crudini.

pixelb avatar pixelb commented on June 12, 2024

Addressed in commit 0f2c0b0

from crudini.

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.