03:25 <romeo33> slt a tout les chateur
03:25 <romeo33> bay
11:18 <gawel> matin
11:22 <gawel> haypo: t'es ou ?
11:22 <gawel> reviens !!!!
11:24 <AlexCONRAD> lo
11:26 <No`> salut l'afpy, au fait
11:26 <No`> gawel: de si bon matin ? la soirée a été comment ?
11:34 <gawel> pas fait grand chose hier soir
11:34 <gawel> conf aujourd'hui, sérieux :p
11:40 <No`> normal
11:40 <No`> il fait moins chaud, non ?
11:43 <gawel> ouais grave
11:46 <ccomb> 'jour
11:51 <waloo_> bonjour !
11:51 <kujiu> bonjour les gens
11:51 <yotaff> yop
11:56 <gawel> ccomb: svn co https://svn.afpy.org/misc/rmll_workshops/web_panorama
12:05 <No`> gawel: cool
12:05 <No`> mais t'as pas dit que Django c'était le meilleur de l'univers du monde
12:05 <No`> </troll>
12:10 <gawel> y a encore des trucs foireux dans django hein
12:10 <gawel> pas beaucoup, mais y en a :p
12:11 <No`> TRAÎTRE!!!
12:11 <No`> HÉRÉTIQUE!!!
12:11 <No`> QU'ON LE BRÛLE!!!
12:11 <No`> ;)
12:12 <gawel> pfff
12:24 <yotaff> django ? c'est pas la pale copie python de ror ?
12:24 <yotaff> :P
12:35 <No`> meuh
12:36 <yotaff> hihihi
14:13 <hard_shooter> plop
14:14 <hard_shooter> il faut quel bibliothèque pour qu'un programme en python puisse lire les jpg ?
14:16 <AlexCONRAD> hard_shooter: PIL ?
14:16 <Arabesque> bonjour tlm
14:17 <AlexCONRAD> PLYONS !
14:17 <AlexCONRAD> super
14:17 <AlexCONRAD> PYLONS !
14:17 <AlexCONRAD> aah, c'est mieux
14:18 <hard_shooter> c'est un framework web...
14:18 <hard_shooter> en fait j'ai un logiciel en python (emesene) et il veut pas me lire les avatars en jpg
14:19 <AlexCONRAD> msn ?
14:19 <AlexCONRAD> :p
14:20 <hard_shooter> ouai c'est un client
14:21 <AlexCONRAD> tu as un message d'erreur ou qqchose ? des warnings ?
14:21 <AlexCONRAD> parce que comme ça, c'est vague pour t'aider à débugger
14:21 <AlexCONRAD> sinon, tente d'installer PIL
14:22 <AlexCONRAD> hard_shooter: tu tournes sous quelle distro ?
14:22 <hard_shooter> gentoo
14:22 <hard_shooter> jviens de l'install et ca marche plus
14:22 <AlexCONRAD> ça marche plus ?
14:22 <AlexCONRAD> de quoi qui marche plus ?
14:22 <hard_shooter> Sous mes autres distrib ca marchait
14:23 <hard_shooter> bah avant jpouvais lire les jpg sous mes autres distrib
14:23 <hard_shooter> mais la doit manquer un paquet
14:23 <AlexCONRAD> gentoo, c'est basé sur quoi comme distro ?
14:23 <No`> AlexCONRAD: sur rien, Gentoo, c'est Gentoo
14:23 <hard_shooter> sur rien du tout
14:24 <AlexCONRAD> ça utilise quoi en système de package ?
14:24 <hard_shooter> c'est une distrib qui compile tout
14:24 <hard_shooter> portage
14:24 <hard_shooter> C'est de la compilation
14:24 <AlexCONRAD> comme slackware ?
14:24 <No`> hard_shooter: qu'est-ce que tu appelles *précisément* "ça marche plus"
14:24 <hard_shooter> bah il reconnait plus comme une image
14:25 <hard_shooter> dans l'explorateur
14:25 <No`> gné ?
14:25 <No`> de quoi qu'il parle, lui ?
14:25 <No`> explorateur quoi ? Windows ?
14:25 <hard_shooter> Si je met "Toute les images" il me trouve pas mon .jpg
14:25 <hard_shooter> nan :(
14:25 <hard_shooter> pour choisir l'avatar
14:26 <No`> l'avatar de quoi ?
14:26 <hard_shooter> Bah le .jpg qu'il veut pas lire
14:26 <No`> note : NOUS NE SOMMES PAS AU COURANT DE TON PROBLÈME
14:26 <No`> NOUS NE SOMMES PAS DEVANT TON ÉCRAN
14:26 <hard_shooter> bah j'ai marqué plus haut
14:27 <No`> moralité : utiliser une distro packagée, ça casse plus rarement
14:27 <hard_shooter> en gros chui sur un client msn en python
14:27 <AlexCONRAD> hard_shooter: continue ...
14:27 <hard_shooter> Et mon avatar en .jpg il le reconnait pas
14:27 <hard_shooter> en gros il gere pas l'extension
14:28 <gawel> ca doit être fait en django
14:28 <hard_shooter> en dessous ya un truc genre "Toute les images" "*.png" des trucs comme ca
14:28 <hard_shooter> et chui obligé de mettre tout les fichiers
14:28 <AlexCONRAD> écoute, en python, pour lire les images, généralement on utilise PIL. Assure toi que PIL est bien installé. Cependant, ça m'étonne que ton programme python fonctionne si il avait besoin de PIL (il te l'aurait probablement dit lors du démarrage)
14:29 <hard_shooter> Impossible de reconnaître le format d'image du fichier « /.../14717.jpg »
14:29 <magnetik> ben c'est emesene qui supporte pas les avatars en jpg ptet
14:29 <magnetik> j'vois pas le soucis
14:29 <AlexCONRAD> hard_shooter: c'est peut être parce que ton appli ne fonctionne qu'avec du png
14:29 <gawel> faut libjpeg + PIL
14:29 <magnetik> si ya écrit que "*.png", c'est que il prend que le png
14:30 <gawel> "mais ça marchait avant !!!" (tm)
14:30 <hard_shooter> mais sous mes anciennes distrib ca marche :)
14:30 <AlexCONRAD> avec la meme appli, meme version, meme distro ?
14:31 <hard_shooter> bah nan pas meme distro
14:31 <AlexCONRAD> tu as installé PIL ? juste pour voir ?
14:32 <ccomb> sinon c'est un jpeg moisi
14:33 <hard_shooter> ccomb c'est tout mes jpeg
14:33 <hard_shooter> sinon ya la solution de le convertir en png mais voila
14:34 <AlexCONRAD> hard_shooter: http://www.gentoo-portage.com/dev-python/imaging
14:35 <hard_shooter> ok thx
14:35 <AlexCONRAD> hard_shooter: je te pointe vers le nom du package, ensuite peut être y'a-t-il une alternative pour l'installer sur ta machine
14:35 <AlexCONRAD> avec un package manager
14:36 <AlexCONRAD> (comme apt-get ou yum)
14:36 <hard_shooter> portage c'est de la compilation automatisée
14:36 <hard_shooter> c'est comme un gestionnaire de paquet
14:36 <AlexCONRAD> hard_shooter: voilà, donc utilise les outils appropriés
14:36 <Arabesque> ++ all
14:37 <AlexCONRAD> Arabesque: ++
14:37 <hard_shooter> jle met a compiler la
14:37 <AlexCONRAD> "please wait while compiling ..."
14:38 <hard_shooter> bon j'ai 3 compilations en parallèle :(
14:39 <AlexCONRAD> hard_shooter: quelle est la motivation à utiliser gentoo ?*
14:39 <hard_shooter> Controle sur tout
14:39 <AlexCONRAD> c'est pas une critique, mais comme je ne connais pas, je pose la question par curiosité
14:39 <AlexCONRAD> t'es programmeur ?
14:39 <hard_shooter> bon tu gagne un peu en vitesse
14:39 <hard_shooter> nan pas du tout
14:40 <hard_shooter> A part faire 10 lignes de python pour traffiquer des chaines de caractères des listes et tout
14:40 <AlexCONRAD> alors je te recommande d'utiliser des distro "binaires"
14:40 <AlexCONRAD> parce que si tu as un problème de compilation, tu ne sauras meme pas le résoudre
14:40 <AlexCONRAD> genre une belle erreur GCC
14:40 <hard_shooter> c'est super stable gentoo
14:40 <AlexCONRAD> non, mais je ne dis pas le contraire
14:41 <hard_shooter> et souvent quand ca plante ca plante au configure
14:41 <AlexCONRAD> mais je te fais l'avocat du diable par rapport à ta remarque "Controle sur tout"
14:41 <AlexCONRAD> si tu as un problème de compile et que tu n'es pas programmeur, tu as "Controle sur rien"
14:41 <hard_shooter> enfin ya des gestions de dependances quand meme
14:42 <hard_shooter> Et avec ce qu'on appelle les USE flags tu controle si tu veux la gestion de telle truc pour tel programme et tout
14:43 <hard_shooter> marche toujours pas...
14:43 <AlexCONRAD> si tu fais pas de serveur pour la performance, je pense que ça ferai longtemps que tu serais déjà sur msn avec ton avatar en .jpg qui fonctionne avec une distro binaire
14:43 <AlexCONRAD> je m'en doutais
14:44 <AlexCONRAD> hard_shooter: convertis en .png
14:44 <AlexCONRAD> ou demande aux personnes qui ont fait ton appli
14:45 <hard_shooter> jvais aller voir sur leur forum
14:45 <AlexCONRAD> parce que l'afpy, c'est pas trop l'endroit pour demander
14:45 <AlexCONRAD> enfin, c'est toujours l'endroit quand ça concerne python
14:46 <AlexCONRAD:#afpy> mais pour ce genre de problème, statistiquement tu as moins de chance de trouver la solution à ton problème ici que sur les supports officiels de l'appli que tu cherches à faire fonctionner
14:46 <AlexCONRAD:#afpy> *j'dis ça, j'dis rien*
14:47 <AlexCONRAD:#afpy> hard_shooter: et continue à utiliser python ! :)
14:47 <hard_shooter:#afpy> t'inquiete pas
14:48 <hard_shooter:#afpy> Comme chui en vacances la jpense approfondir (ca s'ecrit comment ?)
14:48 <AlexCONRAD:#afpy> approfondir, c'est bien
14:49 <AlexCONRAD:#afpy> par contre "chui", j'ai pas trouvé dans le dictionnaire
14:49 <hard_shooter:#afpy> et jpense non plus ?
14:49 <AlexCONRAD:#afpy> nous laisserions planner le doute sur une faute de frappe
14:49 <hard_shooter:#afpy> :D
14:51 <AlexCONRAD:#afpy> hard_shooter: excuse moi, mais par curiosité, étudies-tu dans l'informatique ?
14:51 <hard_shooter:#afpy> l'année prochaine
14:51 <hard_shooter:#afpy> Si j'ai mon bac mais c'est plutot bon
14:51 <AlexCONRAD:#afpy> ok, j'allais te demander ton age, mais je situe
14:51 <AlexCONRAD:#afpy> tu sais si tu vas apprendre du python à l'école ? est-ce au programme ?
14:52 <hard_shooter:#afpy> nan je crois pas j'ai regarder le programme j'ai pas vu
14:52 <AlexCONRAD:#afpy> après ça dépend des profs
14:52 <hard_shooter:#afpy> mais bon si ca peut m'apprendre les bases de la programmation meme si je me sert pas de python en tant que tel il m'aura quand meme aider
14:53 <AlexCONRAD:#afpy> ça serait en tout cas honorifique de ta part de parler de python à tes potes et tes profs (propagande)
14:53 <hard_shooter:#afpy> deja comprendre la programmation objet
14:53 <AlexCONRAD:#afpy> c'est facile ça
14:54 <hard_shooter:#afpy> ouai j'aime plutot comme langage donc je glisserai surement un mot aux profs
14:55 <AlexCONRAD:#afpy> je te demande ça car l'AFPy cherche à recencer les écoles qui éduquent le python
14:55 <AlexCONRAD:#afpy> et c'était pour savoir si la tienne le faisait
14:56 <hard_shooter:#afpy> http://di.iut.univ-lehavre.fr/DUT.php
14:56 <hard_shooter:#afpy> apparement c'est de l'assembleur du C du C++ et du java
14:56 <AlexCONRAD:#afpy> hard_shooter: tu pourras refaire le site de ton école en pylons par exemple, ça serait une bonne expérience
14:56 <AlexCONRAD:#afpy> :)
14:57 <hard_shooter:#afpy> :D
14:57 <AlexCONRAD:#afpy> à l'école on t'apprends le java
14:57 <AlexCONRAD:#afpy> et quand tu sors de l'école, tu rentres dans une société pour faire du java
14:57 <AlexCONRAD:#afpy> toute ta vie
14:57 <AlexCONRAD:#afpy> jusque dans ta tombe
14:57 <hard_shooter:#afpy> :D
14:57 <AlexCONRAD:#afpy> parce que tout le monde cherche du java
14:58 <AlexCONRAD:#afpy> et le marché est saturé de devs java
14:58 <AlexCONRAD:#afpy> apprends le python en meme temps, et tu seras plus fort que tes potes
14:59 <AlexCONRAD:#afpy> et tu pourras bosser autrement qu'en costard cravate
14:59 <hard_shooter:#afpy> et puis les 2 sont autants portables nan ?
14:59 <AlexCONRAD:#afpy> oui
14:59 <AlexCONRAD:#afpy> et si tu es sous linux (c'est très bien d'ailleurs), tu verras que python est bien plus utilisé que java
14:59 <AlexCONRAD:#afpy> et tu pourras bosser chez google
14:59 <AlexCONRAD:#afpy> etc ...
15:00 <hard_shooter:#afpy> bah portage est ecrit en python je crois
15:00 <hard_shooter:#afpy> L'autre jour il m'a sorti une erreur python quand je l'ai ctrl + c
15:00 <AlexCONRAD:#afpy> (t'imagine pas tout ce qui est écrit en python sous linux)
15:01 <AlexCONRAD:#afpy> (t'imagine pas tout ce qui n'est pas écrit en java sous linux)
15:01 <hard_shooter:#afpy> meme les assistants de config de fedora je crois
15:01 <AlexCONRAD:#afpy> oui, tout
15:01 <AlexCONRAD:#afpy> anaconda (process d'install)
15:01 <AlexCONRAD:#afpy> tous les GUI
15:01 <hard_shooter:#afpy> mais ca fait des années que j'utilise linux deja
15:01 <hard_shooter:#afpy> depuis que je suis en 4e
15:01 <AlexCONRAD:#afpy> bravo
15:01 <hard_shooter:#afpy> mais j'ai jamais reussi a apprendre la programmation
15:02 <hard_shooter:#afpy> Le shell c'est bien c'est intéractif tu te trompe t'as direct une erreur
15:02 <AlexCONRAD:#afpy> si tu connais php et mysql, tu peux maintenant passer sous python et postgresql
15:02 <AlexCONRAD:#afpy> :)
15:02 <hard_shooter:#afpy> Et avec un langage interprété je retrouve ca un peu
15:02 <hard_shooter:#afpy> tu te trompe presque directement t'as une erreur
15:03 <hard_shooter:#afpy> Contrairement a la compilation
15:03 <AlexCONRAD:#afpy> baah, c'est une approche différente
15:03 <AlexCONRAD:#afpy> tu l'apprendras à l'école :)
15:04 <hard_shooter:#afpy> j'ai pas appris php parce que j'aime pas trop la programmation web non plus
15:04 <hard_shooter:#afpy> Chui trop difficile
15:04 <hard_shooter:#afpy> erf
15:04 <AlexCONRAD:#afpy> hard_shooter: bah non, c'est bien
15:05 <AlexCONRAD:#afpy> chacun son truc
15:05 <hard_shooter:#afpy> encore un "chui"
15:06 <AlexCONRAD:#afpy> gawel: tu connais des bonnes skin pour moinmoin ?
15:07 <gawel> AlexCONRAD: nan, j'ai utilisé le midleware que j'ai fait pour l'afpy
15:07 <AlexCONRAD> ok
15:07 <gawel> j'avais un peu matté les theme mais ca avait l'air un peu en carton
15:08 <AlexCONRAD> gawel: j'en ai trouvé 1 ou 2 de bien
15:08 <AlexCONRAD> l'un fonctionne
15:08 <AlexCONRAD> l'autre n'est pas à jour avec ma version
15:09 <gawel> et là, c'est le drame
15:09 <AlexCONRAD> gawel: http://moinmoin.wikiwikiweb.de/ThemeMarket?action=AttachFile&do=get&target=mentalwealth-093.gif
15:09 <AlexCONRAD> il est pas mal
15:09 <AlexCONRAD> mais 1.5
15:09 <AlexCONRAD> donc je vais mettre la tete dedans, voir comment l'adapter
15:10 <gawel> ah ouais pas mal
15:10 <gawel> sympa le menu a gauche
15:10 <AlexCONRAD> ui
15:10 <AlexCONRAD> on va voir si j'arrive à le faire marcher
15:11 <AlexCONRAD> et retourner ma contribution à l'auteur
15:11 <AlexCONRAD> gawel: j'ai installé celui ci: http://moinmoin.wikiwikiweb.de/ThemeMarket?action=AttachFile&do=get&target=greenmist.png
15:11 <AlexCONRAD> pas mal
15:12 <AlexCONRAD> ça fait éco-responsable
15:12 <AlexCONRAD> celui ci est compatible
15:12 <AlexCONRAD> en 1.6.9
15:12 <AlexCONRAD> http://wiki.opentlv.com/
15:14 <AlexCONRAD> par contre, le CSS laisse à désirer
15:27 <kujiu> re les gens
15:27 <AlexCONRAD> lo kujiu
15:28 <kujiu> salut AlexCONRAD
21:28 <Genesis> lu