Die Suche ergab 2 Treffer

von felix_
Montag 14. April 2014, 13:19
Forum: Installation/Konfigurieren
Thema: PySerial & PyGame Installationsproblem im Fahrsimulator
Antworten: 2
Zugriffe: 1506

Re: PySerial & PyGame Installationsproblem im Fahrsimulator

Vielen Dank für deine Antwort!

''sys.executable'' liefert mir folgenden Pfad: "C:\Program Files\OKTAL\SCANeRstudio_1.3\bin\win32\scenario.exe" - das ist der Name eines "Moduls" des Fahrsimulators.

Ich hatte schon versucht die Python Module (Game & Serial) in die Ordnerstruktur des Fahrsimulators ...
von felix_
Dienstag 8. April 2014, 16:43
Forum: Installation/Konfigurieren
Thema: PySerial & PyGame Installationsproblem im Fahrsimulator
Antworten: 2
Zugriffe: 1506

PySerial & PyGame Installationsproblem im Fahrsimulator

Bonjour!

Ich habe ein Skript geschrieben mit dem ich mit einem Arduino (PySerial) und einem Joystick (PyGame) kommuniziere. Der Code tut auch alles was er soll wenn ich ihn normal in Python starte.
Alles läuft in Python 2.7 Win7, 64Bit.
Nun zu meinem Problem: Python wird von einem ...