GithubHelp home page GithubHelp logo

museotouch's Introduction

INSTALLATION

https://docs.google.com/document/d/16XiiIOVHsMI1e4RbTmKDsdmGEER45u2yHAsZ41uEVoA/edit

LICENSE Museotouch, Logiciel d'exploration de collections pour interface tactile utilisant Kivy *

  • Concept : Département du Rhône, Muchomedia, Trafik *
  • Développement : Département du Rhône, Muchomedia, Biin *
  • Produit par Erasme, centre d'innovation du Département du Rhône *
  • Copyright (c) 2008-2012 *
  • Contact : [email protected] (usages) / [email protected] (développement) *

Ce programme est un logiciel libre distribue sous licence AGPL-V3 : https://www.gnu.org/licenses/agpl-3.0.html * Vous pouvez l'utiliser, le distribuer et le modifier selon les termes de cette license. * Pour plus de details voir la page de présentation : http://www.erasme.org/tout-savoir-sur-Museotouch *

museotouch's People

Contributors

tito avatar pvincent4 avatar florian-chassaing avatar antoinej avatar kr63t avatar leucos avatar pipazoul avatar fspot avatar

Stargazers

felipe bastos avatar  avatar  avatar Adrián Pardini avatar Richard Zeng avatar Diego Abad avatar Ahmed Bani avatar Antoine Pérus avatar Julien Bouquillon avatar  avatar

Watchers

 avatar Martial Geoffre-Rouland avatar Diego Abad avatar triselectif avatar  avatar  avatar Maigre avatar James Cloos avatar Yves-Armel Martin avatar Lionel RADISSON avatar cmonnet avatar  avatar  avatar Quentin Dupont avatar  avatar  avatar

museotouch's Issues

Filtrer les applications par établissement

Au changement d'établissement dans le museotouch.ini il faudrait vider le dossier expos
Ou bien modifier l'arborescence du dossier expos et ajouter les expos dans un dossier correspondant à l'identifiant de l'établissement.

En attendant : Il faut vider manuellement le dossier expos quand on change d'établissement

Crash au lancement du scénario 65 (reproduction des animaux)

Kivy 1.9.0

Trigger Exception, traceback info forward to log file.
Traceback (most recent call last):
File "main.py", line 1350, in
MuseotouchApp().run()
File "/usr/lib/python2.7/dist-packages/kivy/app.py", line 824, in run
runTouchApp()
File "/usr/lib/python2.7/dist-packages/kivy/base.py", line 487, in runTouchApp
EventLoop.window.mainloop()
File "/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 539, in mainloop
self._mainloop()
File "/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 300, in _mainloop
EventLoop.idle()
File "/usr/lib/python2.7/dist-packages/kivy/base.py", line 327, in idle
Clock.tick()
File "/usr/lib/python2.7/dist-packages/kivy/clock.py", line 483, in tick
self._process_events()
File "/usr/lib/python2.7/dist-packages/kivy/clock.py", line 615, in _process_events
event.tick(self._last_tick, remove)
File "/usr/lib/python2.7/dist-packages/kivy/clock.py", line 374, in tick
ret = callback(self._dt)
File "main.py", line 501, in update_objects_from_filter
self.show_objects(items)
File "main.py", line 241, in show_objects
x = randint(self.root_images.x + 200, self.root_images.right - 200)
File "/usr/lib/python2.7/random.py", line 240, in randint
return self.randrange(a, b+1)
File "/usr/lib/python2.7/random.py", line 216, in randrange
raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width)
ValueError: empty range for randrange() (200,-198, -398)

Crash au retournement des fiches du scénario 48 (Histoire des arts en mathématiques)

Kivy 1.9.0

[INFO ] [Base ] Leaving application in progress...
Trigger Exception, traceback info forward to log file.
Traceback (most recent call last):
File "main.py", line 1350, in
MuseotouchApp().run()
File "/usr/lib/python2.7/dist-packages/kivy/app.py", line 824, in run
runTouchApp()
File "/usr/lib/python2.7/dist-packages/kivy/base.py", line 487, in runTouchApp
EventLoop.window.mainloop()
File "/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 539, in mainloop
self._mainloop()
File "/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 300, in _mainloop
EventLoop.idle()
File "/usr/lib/python2.7/dist-packages/kivy/base.py", line 330, in idle
self.dispatch_input()
File "/usr/lib/python2.7/dist-packages/kivy/base.py", line 315, in dispatch_input
post_dispatch_input(*pop(0))
File "/usr/lib/python2.7/dist-packages/kivy/base.py", line 221, in post_dispatch_input
listener.dispatch('on_motion', etype, me)
File "_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:6856)
File "/usr/lib/python2.7/dist-packages/kivy/core/window/init.py", line 904, in on_motion
self.dispatch('on_touch_down', me)
File "_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:6856)
File "/usr/lib/python2.7/dist-packages/kivy/core/window/init.py", line 920, in on_touch_down
if w.dispatch('on_touch_down', touch):
File "_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:6856)
File "/home/pvincent/Programmation/kivy/educatouch/app/museolib/gesture_board.py", line 36, in on_touch_down
super(GestureBoard,self).on_touch_down(touch)
File "/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 382, in on_touch_down
if child.dispatch('on_touch_down', touch):
File "_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:6856)
File "/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 382, in on_touch_down
if child.dispatch('on_touch_down', touch):
File "_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:6856)
File "/home/pvincent/Programmation/kivy/educatouch/app/museolib/widgets/imageitem.py", line 235, in on_touch_down
ret = super(ImageItem, self).on_touch_down(touch)
File "/usr/lib/python2.7/dist-packages/kivy/uix/scatter.py", line 531, in on_touch_down
self._bring_to_front(touch)
File "/usr/lib/python2.7/dist-packages/kivy/uix/scatter.py", line 492, in _bring_to_front
parent.remove_widget(self)
File "/usr/lib/python2.7/dist-packages/kivy/uix/floatlayout.py", line 124, in remove_widget
return super(FloatLayout, self).remove_widget(widget)
File "/usr/lib/python2.7/dist-packages/kivy/uix/layout.py", line 87, in remove_widget
return super(Layout, self).remove_widget(widget)
File "/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 509, in remove_widget
widget.parent = None
File "properties.pyx", line 397, in kivy.properties.Property.set (kivy/properties.c:4543)
File "properties.pyx", line 429, in kivy.properties.Property.set (kivy/properties.c:5025)
File "properties.pyx", line 484, in kivy.properties.Property.dispatch (kivy/properties.c:5641)
File "_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:11690)
File "_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11029)
File "/home/pvincent/Programmation/kivy/educatouch/app/museolib/widgets/imageitem.py", line 408, in on_parent
self.content.stop()
File "/home/pvincent/Programmation/kivy/educatouch/app/museolib/widgets/imageitem.py", line 116, in stop
self.mediacontent.stop()
File "/home/pvincent/Programmation/kivy/educatouch/app/museolib/widgets/imageitem.py", line 90, in stop
self.parent.parent.parent.parent.app.media_playing = False
AttributeError: 'NoneType' object has no attribute 'parent'

Resynchroniser les branches du repo.

Normalement, la main branch est master.
Il faut sans doutes merger certaines branches secondaires qui sont en avance par rapport à master.
Quid de la compatibilité des expos ?

pydoc à refaire

Explorer et commenter le code et l'algorithme général. Réécriture partielle si besoin.

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.