[Distutils] I can't manage to install pyScss with buildout, buildout don't use entry point configuration of pyScss package
Alex Clark
aclark at aclark.net
Fri Feb 1 01:07:41 CET 2013
On 2013-01-31 22:18:46 +0000, Stéphane Klein said:
> Hi,
>
> I try to use pyScss with buildout but not success :
>
> $ cat buildout.cfg
> [buildout]
> parts = pyscss
>
> [pyscss]
> recipe = z3c.recipe.scripts
> eggs =
> pyScss
>
> $ python bootstrap.py
> $ bin/buildout
> $ ls bin
> buildout pyscss
> $ bin/pyscss
> Traceback (most recent call last):
> File "bin/pyscss", line 20, in <module>
> sys.exit(scss.main())
> AttributeError: 'module' object has no attribute 'main'
>
> Why buildout didn't use this entry point configuration ?
> https://github.com/Kronuz/pyScss/blob/master/setup.py#L109
>
> I did a mistake in my buildout.cfg ?
No, looks like you need to wait for the latest release:
https://github.com/Kronuz/pyScss/commit/0bcc7f4bf1e28755624a824fb5a3cd1c7608f6ca
>
> Best regards,
> Stephane
> _______________________________________________
> Distutils-SIG maillist - Distutils-SIG at python.org
> http://mail.python.org/mailman/listinfo/distutils-sig
--
Alex Clark · https://www.gittip.com/aclark4life/
More information about the Distutils-SIG
mailing list