Version 20 (modified by 13 years ago) ( diff ) | ,
---|
wxpython
- wxPython library.
- Current Version: 2.8.12.1
- http://download.osgeo.org/osgeo4w/release/python/wxpython/
- http://www.wxpython.org/download.php#stable
- Initial packaged for GRASS by jef
- Maintainer: Martin Landa
Open Tickets
No results
Closed Tickets
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
- Download wxPython source code package, uncompress it
- Copy attachment:package.cmd to main source code directory
- Open OSGeo4W shell, go to main source directory and run
package.cmd
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
Attachments (2)
- wxpython-2.8.9.1.diff (198.3 KB ) - added by 13 years ago.
-
package.cmd
(1017 bytes
) - added by 13 years ago.
package.cmd for wxpython package
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.