[myhdl-list] DeprecationWarning when using Python 2.6
Brought to you by:
jandecaluwe
From: Angel E. <ang...@gm...> - 2012-10-10 09:03:14
|
Hi, I get a couple of "DeprecationWarning" when running toVHDL with Python 2.6: C:\python26\lib\site-packages\myhdl\conversion\_toVHDL.py:271: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument category=ToVHDLWarning and C:\python26\lib\site-packages\myhdl\conversion\_toVHDL.py:302: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument category=ToVHDLWarning Surprisingly this does not happen when using Python 2.7. Cheers, Angel |