Jump to content

Péter Práger

Miembro
  • Contador contenido

    2
  • Ingreso

  • Última visita

Mensajes publicados por Péter Práger

  1. easy fix for this error
    ed: idk why its working but working tested 
    ED2! : put the whole stlib folder to the root pack !  (unpack the rar) 

     

    open system_python :

    find this line :
     

    def __execFileTrampoline(fileName, dict=None):



    edit like this :

     

    def __execFileTrampoline(fileName, dict=None):
    
    ref = sys._getframe(1).f_code.co_filename
    nameref = sys._getframe(1).f_code.co_filename
    
    if not ref or not nameref:
    errorMsg = "No such file or directory ({0}) Type 4 From ({1})".format(fileName, ref)
    dbg.TraceError(errorMsg)
    raise IOError(errorMsg)

    so its will be look like this : 

    Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

×
×
  • Crear nuevo...