-
> No local packages or download links found for wxPython==2.8.8.0
> error: Could not find suitable distribution for
> Requirement.parse('wxPython==2.8.8.0')
> I don know if this is a problem with setup.py or my Ubuntu installation.
> If the former, please suggest a fix if you can.
It turns out that wxPython can't be installed as an egg,
so we should just remove the requirement from...
2009-01-17 21:37:54 UTC in STV software and IRV software
-
The setup.py in OpenSTV 1.2 is a no-op on Linux.
I would prefer to be able to 'easy_install' the
package, or at least 'python setup.py install' it
within my Python environment.
The attached patch uses setuptools (if present,
falling back to distutils), and adds a default
branch (not Windows, not Darwin) to do the standard
installation.
2009-01-06 20:39:47 UTC in STV software and IRV software
-
When building from the beeswax-0.2.0 tarball on
my Hardy box, the 'display.c' compile blew up on
undefined symbol, 'wint_t'.
The attached patch allowed the build to complete,
and the app seems to run as designed.
2008-07-01 03:12:48 UTC in Beeswax
-
The attached patch adds a 'setup.py' to the package,
and updates the script to use the 'pkg_resources'
way of looking for files (if available).
It makes it possible to install and run wfyd as
a single, self-contained egg.
2008-01-18 17:09:22 UTC in wfyd