AttributeError: 'module' object has no attribute 'PENSTYLE_SOLID'
Cross-platform app for displaying and navigating events on a timeline.
Brought to you by:
rickardlindberg,
rogerlindberg
Thanks for taking the time to report this error.
We develop for wxPython 3 currently. And there it works. (The documentation should perhaps state that wxPython 3 is needed.)
Do you have the possibility to upgrade to wxPython 3?
If that is not possible, you can edit the source file:
Change
wx.PENSTYLE_SOLIDtowx.SOLID. (That was the old name that now seems deprecated.)Deprecation notices:
Hello Rickard. Thank you for the help. installing wxPython 3 fixed the problem.
maybe you should consider updating this site: http://thetimelineproj.sourceforge.net/installing.html
(it says "Timeline requires version 2.8.9.2 or greater.")
Yes, I will update the documentation. Thanks for brining it to my attention.