Mike
unread,Nov 20, 2009, 12:38:31 PM11/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ProfitPy Discuss
I managed to get ProfitPY installed and it runs, but when I try
clicking on a icon/tab, I get the following errors:
2009-11-20 09:34:43,660 DEBUG Exception (debug): ImportError('No
module named qwt_plot',):No module named qwt_plot (h:<bound method
CentralTabs.createTickerPlotTab of
<profit.workbench.centraltabs.CentralTabs object at 0x2057af0>>)
2009-11-20 09:34:43,662 DEBUG Exception (debug): ImportError('No
module named qwt_plot',):No module named qwt_plot (h:<bound method
CentralTabs.createTickerPlotFromView of
<profit.workbench.centraltabs.CentralTabs object at 0x2057af0>>)
2009-11-20 09:34:43,665 DEBUG Exception (debug): ImportError('No
module named qwt_plot',):No module named qwt_plot (h:<bound method
CentralTabs.createDisplayTab of
<profit.workbench.centraltabs.CentralTabs object at 0x2057af0>>)
2009-11-20 09:34:54,239 DEBUG Exception (debug): ImportError('No
module named qwt_plot',):No module named qwt_plot (h:<bound method
CentralTabs.createTickerPlotTab of
<profit.workbench.centraltabs.CentralTabs object at 0x2057af0>>)
2009-11-20 09:34:54,241 DEBUG Exception (debug): ImportError('No
module named qwt_plot',):No module named qwt_plot (h:<bound method
CentralTabs.createTickerPlotFromView of
<profit.workbench.centraltabs.CentralTabs object at 0x2057af0>>)
2009-11-20 09:34:54,267 DEBUG Exception (debug): ImportError('No
module named qwt_thermo',):No module named qwt_thermo (h:<bound method
CentralTabs.createDisplayTab of
<profit.workbench.centraltabs.CentralTabs object at 0x2057af0>>)
$ dpkg -l | grep -i qwt
ii libqwt5-qt4
5.2.0-1 Qt4 widgets library for
technical applicatio
ii libqwt5-qt4-dev
5.2.0-1 Qt4 widgets library for
technical applicatio
ii python-qwt5-qt4
5.1.1~cvs20090626+dfsg-1build1 Python version of the Qwt5
technical widget
I'm using Python v2.6, I saw in a older thread that Python 2.6 wasn't
supported yet? Is this still the case?
Thanks.