Hallo M2DL Community,
da viele Leute immer wieder Probleme mit irgendwelchen Systemen haben und oftmals dabei vergessen Python zu Updaten zeige ich euch das jetzt.
Bitte haltet Python immer aktuell, sonst könnt ihr viele Systeme nicht verbauen und erhaltet nur Error.
1. Öffnet UserInterface.cpp und sucht nach:
und ersetzt es mit:
2. Öffnet PythonMarshal.cpp und sucht nach:
und ersetzt es mit:
3. Öffnet PythonLauncher.cpp und sucht nach:
und ersetzt es mit:
4. Öffnet PythonLauncher.h und sucht nach:
und ersetzt es mit:
5. Öffnet die StdAfx.h im ScriptLib Ordner und sucht nach:
- #ifdef _DEBUG
- #undef _DEBUG
- #include <Python-2.2/python.h>
- #define _DEBUG
- #else
- #include <Python-2.2/python.h>
- #endif
- #include <Python-2.2/python.h>
- #include <Python-2.2/python.h>
- #include <Python-2.2/node.h>
- #include <Python-2.2/grammar.h>
- #include <Python-2.2/token.h>
- #include <Python-2.2/parsetok.h>
- #include <Python-2.2/errcode.h>
- #include <Python-2.2/compile.h>
- #include <Python-2.2/symtable.h>
- #include <Python-2.2/eval.h>
- #include <Python-2.2/marshal.h>
und ersetzt das mit:
- #ifdef _DEBUG
- #undef _DEBUG
- #include <Python-2.7/python.h>
- #define _DEBUG
- #else
- #include <Python-2.7/python.h>
- #endif
- #include <Python-2.7/python.h>
- #include <Python-2.7/python.h>
- #include <Python-2.7/node.h>
- #include <Python-2.7/grammar.h>
- #include <Python-2.7/token.h>
- #include <Python-2.7/parsetok.h>
- #include <Python-2.7/errcode.h>
- #include <Python-2.7/compile.h>
- #include <Python-2.7/symtable.h>
- #include <Python-2.7/eval.h>
- #include <Python-2.7/marshal.h>
6. Ladet euch diese Datei Bitte melden Sie sich an, um diesen Link zu sehen. runter
7. Fügt den Inhalt von Python2.7 -> Source -> Extern in euren Clientsource ein (sollte selbsterklärend sein)
8. Fügt den Inhalt von Python2.7 -> Client in euren Client ein
9. Compilen und Binary in Client packen
10. Freuen
Liebe Grüße, Kirito
ps. Ja, das Tutorial gibt es schon öfter, auch in anderen Foren, aber ich möchte nochmal den Leuten verdeutlichen das sie dieses Update durchführen müssen, darum das Thema. Cucu