That trace statement only helps me if the script is failing not the EXE ?
On Feb 7, 2013 11:37 AM, "Mike C. Fletcher" <mcfle...@vrplumber.com> wrote:

> On 13-02-07 09:49 AM, Radomir Dopieralski wrote:
>
>> You can try to strategically place a couple of print statements to see
>> where exactly it is crashing.
>> My bet is the font loading code, as I had problems with that on
>> Windows before, but it's hard to say anything before you actually have
>> a minimal working example.
>>
> python -m trace -t <your script>
>
> Is often easier than manually adding print statements.
>
> HTH,
> Mike
>
> --
> ______________________________**__________________
>   Mike C. Fletcher
>   Designer, VR Plumber, Coder
>   http://www.vrplumber.com
>   http://blog.vrplumber.com
>
>

Reply via email to