Please try to keep it on the list; thank you.

On 6/8/09 3:47 AM, george hu wrote:
> I'm still getting errors, when I try to run
>
> ../bin/paster bfgshell xxxx.ini main
>
> I got Command'bfgshell'  not known (you may need to run setup.py egg_info).
> The error persists after running setup.py egg_info.

Did you run setup.py develop?

Under http://docs.repoze.org/bfg/narr/project.html#the-interactive-shell

"""
If that command fails because paster claims it knows nothing about the 
“bfgshell” command (this happens under certain conditions that are not yet 
well-understood) try passing the flag --plugin=repoze.bfg before the filename:

   [chr...@vitaminf bfgshellenv]$ ../bin/paster --plugin=repoze.bfg bfgshell \
       MyProject.ini main
"""


>
>
> and when I run
>
> ../bin/paster serve xxxx.ini, it shows
>
> pkg_resources.DistributionNotFound:repoze.tm  <http://repoze.tm>

I think you need to run "setup.py develop".

- C


>
>
>
> On Tue, Jun 2, 2009 at 11:49 AM, Chris McDonough <chr...@plope.com
> <mailto:chr...@plope.com>> wrote:
>
>     Hi George,
>
>     0.9.1 has now been released with a fix for this problem.
>
>     You can upgrade to it by doing:
>
>     bin/easy_install -U -i http://dist.repoze.org/bfg/current/simple
>     repoze.bfg
>
>
>     On 6/1/09 5:31 PM, george hu 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 <mailto: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