= wxpython = * wxPython library. * Current Version: 2.8.9.1 * http://download.osgeo.org/osgeo4w/release/python/wxpython/ * http://www.wxpython.org/download.php#stable * Initial packaged for GRASS by jef * Maintainer: [wiki:MartinLanda Martin Landa] === Open Tickets === [[TicketQuery(status=new|assigned|reopened&keywords~=wxpython&order=priority)]] === Closed Tickets === [[TicketQuery(status=closed&keywords~=wxpython&order=priority)]] == Packaging process == Jef's notes: Not sure after 2 years. Although #85 suggests otherwise, I still have a build directory, which matches the wx DLLs found in {{{bin/}}}. I suppose the package was then tarred up manually. See attachment:wxpython-2.8.9.1.diff. === Building === === Creating OSGeo4W package === {{{ mkdir osgeo4w mkdir osgeo4w/bin mkdir osgeo4w/apps mkdir osgeo4w/apps/Python25 mkdir osgeo4w/apps/Python25/Lib mkdir osgeo4w/apps/Python25/Lib/site-packages mkdir osgeo4w/apps/Python25/Lib/site-packages/wx-2.8-msw-unicode mkdir osgeo4w/apps/Python25/Scripts cp lib/vc_dll/*.dll osgeo4w/bin/ cp wxPython/distrib/msw/gdiplus.dll osgeo4w/bin/ cp -r wxPython/build.unicode/lib.win32-2.5/* osgeo4w/apps/Python25/Lib/site-packages/wx-2.8-msw-unicode cp wxPython/wxversion/wxversion.py osgeo4w/apps/Python25/Lib/site-packages cp wxPython/src/wx.pth osgeo4w/apps/Python25/Lib/site-packages cp wxPython/scripts/* osgeo4w/apps/Python25/Scripts rm osgeo4w/apps/Python25/Scripts/*.py }}}