Jump to content

ObscureAngel

Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About ObscureAngel

Informations

  • Gender
    Male

ObscureAngel's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I'm working with Python 2.7.3. Anyway problem solved: now it works with python's functions (PyFile_FromString, PyFile_AsFile, ecc..). But now I have another problem: the encoding. Simplest scripts work but with more complex it give me error with the encoding.
  2. And what I should do after with this? I don't use a protected python library.
  3. Hi, pMsg is an allocated memory so it must be deleted.
  4. Hello metin2dev, bascially, I am writting a Python Loader thats work with Python 2.7.3 but I have a problem: when I call the function PyRun_SimpleFile it crashes. It crashes only with this function, if I call PyRun_SimpleString it works. Someone knows why?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.