Examples with "falls Python" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Wir empfehlen, falls Python 2 nicht zwingend notwendig ist, Python 3 zu verwenden.
Falls Python 2.x.y. bereits installiert ist und Sie die vorhandene Installation verwenden möchten, können Sie das Häkchen bei der Option Python gebündelt installieren entfernen.
If you already have Python 2.x.y installed and want to use the existing installation, you can uncheck the option to install Bundled Python.
Other results
Allerdings ist das nicht, was Entwickler normalerweise tun: Sie gehen von Python 2.7 direkt zur letzten Version von Python 3.x, in diesem Fall Python 3.2, und schaffen so das Problem.
However, that's not what people really do: they go from 2.7 straight to the latest version of 3.x, in this case 3.2, resulting in this problem.
Installiere Python, falls du es noch nicht auf deinem Raspberry Pi hast.
Install Python if you do not already have it on your Raspberry Pi.
Falls Sie ein Python-Skript starten, wird jeder Fehler geräuschlos die Ausführung unterbrechen und es wird schwer sein, Ihre Extension zu debuggen.
If you launch a python script, any error will silently break the execution, making your extension hard to debug.
In dem Fall verfolgt Python eine Deprecation-Policy, die besagt, dass zu entfernende Features in einem einjährigen Übergangszeitraum formell deprecated werden.
In this case, Python follows a deprecation policy based on a one-year transition period where features to be removed are formally deprecated.
Falls Du Python beherrscht oder es gern lernen willst, könntest Du auch Deine eigenen Scripts schreiben.
Of course, if you know Python or are willing to learn it, you could write your own scripts.
Auf jeden Fall hat der Monty-Python-Yankee sein halbes Leben in Europa, genauer gesagt in London, verbracht.
Falls OOo und Python nicht mit demselben gcc-Kompiler erstellt worden sind, müssen Sie außerdem Python neu erstellen, da das Standard-Python einige ungünstige Schalter während des Verlinkens benutzt.
When OOo and python were not built with the same gcc compiler version, you also need to rebuild python, because the default python uses some bad switches during linking.
Es gab auch den Vorschlag, dass man falls nötig die Python 3.1 Implementierung extrahieren und als Dritt-Modul anbieten könnte.
There was a suggestion that should anyone need it, the Python 3.1 implementation could be extracted for use in 3rd party code.
Falls Sie Python-2.3 verwenden wollen, müssen Sie das PyUNO-Modul mit Python-2.3 neu kompilieren (sehen Sie unten).
Folgendes Paket muss installiert werden, falls man unter Python 2.5 bis Python 2.7 arbeitet
You have to install the following package, if you are using Python 2.5 to 2.7
Falls Sie Python für Berechnungen oder als Leim zu numerischen Programmen verwenden, können Sie dieses Modul benutzen, um während der Berechnung der Daten (on-the-fly) diese auch zu plotten.
If you use Python to perform computations or as glue' for numerical programs, you can use this module to plot data on the fly as they are computed.