
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (92)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (12659)
-
Revision 35606b277c1c215381054d952213ef5735d86473 : ajout d’un parametre optionnel pour chercher une image dans le path ...
2 octobre 2010, par Cerdic — Logajout d’un parametre optionnel pour chercher une image dans le path git-svn-id : svn ://trac.rezo.net/spip/spip@16364 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d
-
pip path : anaconda vs. native python (on macOS)
26 juin 2020, par Hubert SchölnastI am using macOS X and I installed native Python 3.8 in April, and the packages of this version are stored in :


/Users/hubert/Library/Python/3.8/lib/python/site-packages/



Some weeks later, in May, I installed Anaconda, but it uses a different path for it's packages :


/Users/hubert/opt/anaconda3/lib/python3.7/site-packages/



Today I needed to install a new package to be used in a native Python script. I typed :


pip install ffmpeg



I've got a success-message. But when I wanted to run my script, it couldn't find ffmpeg. I rebooted my Mac, but the script still couldn't find it. So I again tried
pip install ffmpeg
. Now I did get this message :

Requirement already satisfied: ffmpeg in ./opt/anaconda3/lib/python3.7/site-packages (1.4)



But obviously native Pythons wants to have it in the other path.


My questions :


- 

- Is it save to just copy the directories
ffmpeg
andffmpeg-1.4.dist-info
from the anaconda directory to the native directory ? - How can I tell pip to use the native Python directory to install new packages ?
- Is it a good idea to merge the two site-packages directories ? And if it's a good idea : What is the best way to let native Python 3.8 and Anaconda (which obviously uses Python 3.7) use the same site-packages directory ?








- Is it save to just copy the directories
-
avformat/rtmpproto : increase hardcoded url/path lengths
1er juillet 2015, par Paul B Mahol