thinker007 / templatemaker

Automatically exported from code.google.com/p/templatemaker
0 stars 0 forks source link

setup.py [build|install] fails because of broken __version__ import attempt #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's a slight chicken-and-egg problem with trying to build and install
templatemaker: in the setup.py, it tries to import __version__ from the
templatemaker/__init__.py module, but that module in turn imports
templatemaker/template.py which tries to import the as-yet non-existent
_template module. Suggest just doing the dumb thing and hard-code the
version number in setup.py

Original issue reported on code.google.com by paulsm...@gmail.com on 14 Mar 2008 at 4:11

Attachments: