On 10/7/2014 5:09 PM, Ray Donnelly wrote: > On Tue, Oct 7, 2014 at 9:36 PM, Wayne Stambaugh <[email protected]> > wrote: >> I was doing some preliminary testing of wxPython while working on >> packaging kicad and I noticed that `import wxversion` failed. I took a >> look at the package build configuration and sure enough I found >> INSTALL_MULTIVERSION=0. Was this disabled because it would not build or >> was there another reason? I need to be able to run >> >> PyRun_SimpleString("import wxversion; wxversion.select( "VERSION" )") >> >> in order for kicad's python scripting to run properly on systems with >> multiple versions of wxPython installed. Obviously this will fail on >> with the current packaged versions of wxPython provided by msys2. Any >> thoughts? > > Sounds like we want to set INSTALL_MULTIVERSION, please go ahead and > make a pull request with this change.
I've cloned all of the mingw packages so I'll make the change and make sure the package builds before I make the pull request. I'm not really familiar with either git or github so it make take me a while to figure that all out. > >> >> Thanks, >> >> Wayne >> >> ------------------------------------------------------------------------------ >> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports >> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >> _______________________________________________ >> Msys2-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
