On Jan 9, 5:51 am, Giovanni Bajo <[email protected]> wrote: > > If you are a C/C++ developer, I would appreciate if you could help me > debugging it out. Providing me with a remote shell onto that computer > would also be fantastic.
Thanks for the response. Unfortunately my C/C++ skills are pretty woeful, and I'm not sure how much time I'll be able to put on it (it's a very small number). If you have some specific things you'd like me to do, though, I'm game. Remote shell access won't be approved by the IT staff I'm certain. However, the solution mentioned by [email protected] (commenting out the Py_DECREF) makes me nervous: the Python Docs clearly state the PyString_FromStringAndSize returns a new reference, and when you're done with mods, I'm pretty sure the reference count should be decremented so that the garbage collector will take care of it. Thanks, Anthony. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
