[Distutils] I can't manage to install pyScss with buildout, buildout don't use entry point configuration of pyScss package

Stéphane Klein contact at stephane-klein.info
Thu Jan 31 23:18:46 CET 2013


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 ?

Best regards,
Stephane


More information about the Distutils-SIG mailing list