CeON / SegmEdit

Editor of training sets for page segmentation and zone classification of scholarly PDFs
GNU General Public License v3.0
11 stars 4 forks source link

Issue with wxpython 2.8 requirment for segmedit #1

Open RT-Rakesh opened 6 years ago

RT-Rakesh commented 6 years ago

Hey @dtkaczyk ,

I am having trouble setting up wxpython 2.8 requirment for segmedit tool. Wxpython2.8 is an old version and i am not able to install that version. Is there any alternative tool for segmedit or any workaround to install wxpython 2.8 will be very helpful.

Thank you in advance.

RT-Rakesh commented 6 years ago

hi @bolo1729 , Any help on the above mentioned issue. Any insight is much appreciated.

Thank You

dmehar13 commented 5 years ago

Hi, I have similar issue. Please can anyone help?

shriharsh-a commented 5 years ago

Hi @RT-Rakesh , @dmehar13 , Download the wxgtk 2.8 from for your respective platform. Once installed check the version of the wxgtk by running the below mentioned code on python terminal import wx wx.version()

If it displays 2.8.xx then you can just run the ./segmedit.py file directly.

Good luck !!