Coder Social home page Coder Social logo

Comments (4)

perey avatar perey commented on September 26, 2024

The Linux platform test is currently if sys.platform.startswith('linux'):, which should work correctly regardless of whether Python reports the platform as linux, linux2 or linux3.

If it's not working for you, please let me know what error message you get, and if possible, what result running the following code gives you:

import sys
print(sys.platform)

Thank you!

from pegl.

red-hara avatar red-hara commented on September 26, 2024

import pegl
pegl.__version__
'0.1a3~1.4'
import sys
print(sys.version)
3.5.1 (default, Mar 3 2016, 09:29:07)
[GCC 5.3.0]
I suppose I was using an old version, distributed via pip. I'll download newer version and will inform you at once.

from pegl.

perey avatar perey commented on September 26, 2024

Ahh, yes. It makes sense now. Sorry, there hasn't been a new release on PyPI for a while.

from pegl.

red-hara avatar red-hara commented on September 26, 2024

Thank you, this part is working properly.
Issue closed.

from pegl.

Related Issues (15)

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.