Uhm, by the traceback it looks like pkg_resources it's actually unable to
resolve the dependency.

Can you check that using "pip freeze" the distribution results installed
and you properly have a .EGG-INFO directory inside the project directory?
Also it's common that the package results installed but it's from a wrong
path (happens when using setup.py tests or similar) please check that
BusinessOperation is actually installed from the right location.

On Thu, Jul 23, 2015 at 6:01 PM, Suleman Ashfaq <[email protected]>
wrote:

> I have pulled a project from Git and followed the following steps:
>
> Install ``BusinessOperation`` using the setup.py script::
>
>     $ cd BusinessOperation
>     $ python setup.py develop
>
> Create the project database for any model classes defined::
>
>     $ gearbox setup-app
>
> As soon as I ran setup-app I got the following error:
>
> *Failed to load project commands, Not Found: BusinessOperation (is it an
> installed Distribution?)*
>
> *09:00:00,143 ERROR [gearbox] BusinessOperation*
>
> I have attached trace log for reference as well. BusinessOperation is the
> name of the project I pulled from Git
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/turbogears.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to