Running RH8, I have wxGTK-2.4.0 wxPythonGTK-py2.2-2.4.0.4
I downloaded latest btplusplus .tar.gz.
I didn't find run.sh script, so I used python BT++.py, but I get an error:
TabTrans/Renderer.py:22: DeprecationWarning: Use Python's False instead wxFONTENCODING_SYSTEM ) TabTrans/Grid.py:38: DeprecationWarning: Use Python's False instead wxFONTENCODING_SYSTEM ),
Could you help me? Thanks
just replace false by False or get the newest cvs version where it should be fixed.
Log in to post a comment.
Running RH8, I have
wxGTK-2.4.0
wxPythonGTK-py2.2-2.4.0.4
I downloaded latest btplusplus .tar.gz.
I didn't find run.sh script, so I used python BT++.py, but I get an error:
TabTrans/Renderer.py:22: DeprecationWarning: Use Python's False instead
wxFONTENCODING_SYSTEM )
TabTrans/Grid.py:38: DeprecationWarning: Use Python's False instead
wxFONTENCODING_SYSTEM ),
Could you help me?
Thanks
just replace false by False or get the newest cvs version where it should be fixed.