What does your project's folder structure look like?
Do you have something like:
sampleproj_project/
entry/ an empty folder for all plugins
template.py in the example, this is where ArtProjectTemplate
would go
That would be my guess for why you're getting the ImportError if
you're following that example.
On Sep 26, 8:44 pm, kumar <[email protected]> wrote:
> Hi All,
>
> I am trying to create a new project by using the already built project
> and I am also following this site to do that.
>
> http://pylonshq.com/docs/en/0.9.7/advanced_pylons/creating_paste_temp...
>
> I edited the setup.py file in my project directory according to the
> above website and I ran this command after editing the setup.py file.
>
> $ python setup.py develop.
>
> after that I ran this command to show my project template file in the
> available templates.I am getting this error.
>
> Warning: could not load entry point sampleproj_project (ImportError:
> No module named entry.template)
> Available templates:
> basic_package: A basic setuptools-enabled package
> paste_deploy: A web application deployed through paste.deploy
> pylons: Pylons application template
> pylons_minimal: Pylons minimal application template
>
> Can anyone please help me how I can proceed.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---