On 19 April 2011 22:26, Chris McDonough <chr...@plope.com> wrote: > I didn't have an answer for this at the time, but someone else brought > it up in IRC. I think this may be an incompatibility between Chameleon > and Python 2.6.0 (the dot-zero being meaningful). Using a newer (or > older) Python may work OK. I'm not sure if it's *just* Python 2.6.0 > or if it's every Python 2.6 except 2.6.4+ but regardless, newer works.
[snip] >> The PyPi page says that "There are no external library dependencies [2]." >> >> http://pypi.python.org/pypi/Chameleon >> >> Any idea what kind of missing library that could be? It's true that for Python < 2.7, two dependencies are injected: version = sys.version_info[:3] if version < (2, 7, 0): install_requires.append("ordereddict") install_requires.append("unittest2") We could definitely make ``unittest2`` a "test dependency". \malthe > On Apr 8, 3:06 am, Timo Stollenwerk <li...@zmag.de> wrote: >> Am 07.04.2011 18:59, schrieb cd34: >> >> > The only thing I see that you might have missed is after you went into >> > your virtual environment: >> >> > source bin/activate >> >> I always used Python from the virtualenv. >> >> > I don't use chameleon, but, if I thought it compiled some C hooks. >> > Maybe you're missing one of the -dev libraries and chameleon isn't >> > being properly installed? >> >> The PyPi page says that "There are no external library dependencies [2]." >> >> http://pypi.python.org/pypi/Chameleon >> >> Any idea what kind of missing library that could be? >> >> Cheers, >> timo > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to pylons-discuss@googlegroups.com. > To unsubscribe from this group, send email to > pylons-discuss+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.