Close



Results 1 to 10 of 39

Hybrid View

  1. #1
    Technician
    Join Date
    May 2014
    Location
    hiding in your pillow
    Posts
    52
    @mike, this looks like a bug with the kivy framework.
    see https://github.com/kivy/kivy/issues/3576

    it looks like v1.9.1 introduced this bug, if peachy compiles the windows version with 1.9.0, it should work properly.

  2. #2
    Peachy Printer Founder
    Join Date
    Sep 2013
    Posts
    308
    Quote Originally Posted by 3dspider View Post
    @mike, this looks like a bug with the kivy framework.
    see https://github.com/kivy/kivy/issues/3576

    it looks like v1.9.1 introduced this bug, if peachy compiles the windows version with 1.9.0, it should work properly.
    good eye mike_biddle and 3dspider !

    in the latest build_linux.sh found here https://github.com/PeachyPrinter/pea...build_linux.sh
    on line 80 I see this:
    pip install -I -U git+https://github.com/kivy/kivy.git@master

    and here: https://github.com/kivy/kivy/releases
    you can see that the 1.9.1 relice has been pushed to kivys master branch
    so it looks like were are using the latest kivy v1.9.1

    you could try changing line 80 to get the 1.9.0 branch instead of the 1.9.1 branch containing the bug :S
    of course that could also break other things, so hopfully it wont take long for the good people at kivy to fix this
    Better yet someone could help fix the kivy bug.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •