====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lib_compatibility [2015/08/19 10:49] damien |
lib_compatibility [2015/08/20 08:56] (current) flavio ajouter une precision sur l'incompatibilité des libs |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Let's say you have a library that may be called from python 2.x or 3.x, but you don't know which one you'll have to use yet. You have a directory structure thus laid out: | + | Let's say you have a library that may be called from python 2.x or 3.x, but you don't know which one you'll have to use yet. And obviously let's say there is NO way to make a lib compatible with both (because of metaclasses for example). You have a directory structure thus laid out: |
<code>. | <code>. | ||
+--libs2x | +--libs2x |