Am 2011-09-27 um 23:42 schrieb Fëanaro Linwë Lenwë: >> Am 2011-09-27 um 20:23 schrieb Fëanaro Linwë Lenwë: >> >>> The problem is wxPython... Anybody knows a way to install it using >>> virtualenv / buildout? >>> Has anyone try this before? >> http://geekscrap.com/2010/01/install-wxpython-in-buildout/ > > This link try to build wxpython from source. That was my first > option but > unfortunately wxPython has a lot of dependencies which have to be > built also > .... This is a really hard ( and long ) way so I would like to try > some > other options... > >> http://wiki.wxpython.org/wxPythonVirtualenvOnMac >> http://batok.github.com/virtualenvwxp/ > > In this two links wxPython is installed system-wide and then used > inside > the virtualenv. I would want to build an environment in a system > without > wxPython installed. > > My target is to create an environment using buildout and/or > virtualenv so i > could download from version control all the configuracion files > needed by > this tools and recreate the development environment with wxPython > and Dabo > in a linux system with just a python ( and virtualenv of course ) > and a > C/C++ compiler installed. > > I think this is posible using cmmi buildout recipes and building > wxPython > from source, building also all its dependencies, but this seems a > really > painfull way and I would like to know if someone has found a better > solution > for this.
>> Otherwise you need to give more information: versions, platform etc. You still don't tell us anything about your environment! But since you got those problems at all, I guess you're on OSX. Normal wxPython installers are framework builds. If you want to avoid that, I see no other option of starting from source, with all its dependencies. I don't know if wxPython's build script helps with that. Sorry, can't help you further. Greetlings from Lake Constance! Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer) _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
