On 6/8/09 1:12 PM, george hu wrote:

> And
> then I switch to project directory and run
>
> python setup.py develop
>
> and it runs without issue.  Then I run
>
> paster --plugin=repoze.bfg bfgshell MyProject.ini main , it shows the
> following error:
>
> pkg_resources.DistributionNotFound: repoze.tm <http://repoze.tm>
>
> I get the same error message for running "paster serve myproject.ini"

Please try changing this line in your project's .ini file from:
     egg:repoze.tm#tm

to:

     egg:repoze.tm2#tm

Then invoke:

paster --plugin=repoze.bfg bfgshell stuff.ini alchemy

- C


>
>
> On Mon, Jun 1, 2009 at 2:31 PM, george hu <geo...@gmail.com
> <mailto:geo...@gmail.com>> wrote:
>
>     When I run paster create -t bfg_alchemy  as per the documentation
>     instructed, it shows an error:
>
>     LookupError: Template by name 'bfg_alchemy' not found
>
>     The BFG version is 0.9, it failed both in Linux(Ubuntu) and windows.
>     And I tried reinstall the python and the problem persists....
>
>     Any one can give me a clue?
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Repoze-dev mailing list
> Repoze-dev@lists.repoze.org
> http://lists.repoze.org/listinfo/repoze-dev

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to