Skip to main content

It is impossible to properly install this package in buildout 1.6.x.

Project description

It is impossible to properly install this package in buildout 1.6.x.

This package installs fine with pip.

>>> pip install tompoes
>>> tom
setup(script=['bin/tom']) works!
>>> tom_main
entry_points console_scripts works!

However it is not possible to properly install it in a buildout.

>>> python bootstrap.py
>>> ./bin/buildout -v
>>> ./bin/tom
-bash: ./bin/tom: No such file or directory
>>> ./bin/tom_main
Traceback (most recent call last):
  File "./bin/tom_main", line 29, in <module>
    import tompoes
ImportError: No module named tompoes

Seems like a problem in buildout.easy_install.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tompoes-0.0.2.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page