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
Original issue reported on code.google.com by
paulsm...@gmail.com
on 14 Mar 2008 at 4:11Attachments: