Re: [Repoze-dev] Problem of creating the BFG template

2009-06-08 Thread Chris McDonough
On 6/8/09 4:51 PM, george hu wrote: > Now the problem is gone. Good, sorry about that. It was another bug. :-( I've fixed it in SVN. > One question, the bfgshell command has changed to > > ..\scripts\paster --plugin=repoze.bfg bfgshell .ini alchemy > > what is the difference between "main"

Re: [Repoze-dev] Problem of creating the BFG template

2009-06-08 Thread george hu
Now the problem is gone. One question, the bfgshell command has changed to ..\scripts\paster --plugin=repoze.bfg bfgshell .ini alchemy what is the difference between "main" and "alchemy" parameter? On Mon, Jun 1, 2009 at 2:31 PM, george hu wrote: > When I run paster create -t bfg_alchemy

Re: [Repoze-dev] Problem of creating the BFG template

2009-06-08 Thread Chris McDonough
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.

Re: [Repoze-dev] Problem of creating the BFG template

2009-06-08 Thread george hu
I'm still having problem of using bfg_alchemy template. Now I'm able to run the project creating command (paster create -t bfg_alchemy). 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

Re: [Repoze-dev] Problem of creating the BFG template

2009-06-08 Thread Chris McDonough
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 .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_

Re: [Repoze-dev] Problem of creating the BFG template

2009-06-02 Thread Chris McDonough
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, i

Re: [Repoze-dev] Problem of creating the BFG template

2009-06-01 Thread Chris McDonough
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 pyt