On Tue, Mar 24, 2009 at 2:12 AM, Noah Gift <[email protected]> wrote:
>
>
> On Tue, Mar 24, 2009 at 2:52 PM, Alex Popescu
> <[email protected]> wrote:
>>
>> I've followed the setup for using Pylons with Google App Engine as
>> described on monkey wiki page [1]
>> After performing the hack mentioned in this thread [2], I've been able
>> to start the app, but now I'm pretty sure I'm doing something stupid
>> as running:
>>
>> (pictionarius)macthor:bin alex$ ./paster controller hello
>>
>> Command 'controller' not known (you may need to run setup.py egg_info)
>> Known commands:
>>  create       Create the file layout for a Python distribution
>>  exe          Run #! executable files
>>  help         Display help
>>  make-config  Install a package and create a fresh config file/
>> directory
>>  points       Show information about entry points
>>  post         Run a request for the described application
>>  request      Run a request for the described application
>>  serve        Serve the described application
>>  setup-app    Setup an application, given a config file
>>
>> Can you please help me out to understand what I'm doing wrong?
>>
>> Many thanks in advance,
>>
>> ./alex
>>
>> [1] http://code.google.com/p/appengine-monkey/wiki/Pylons
>> [2] http://groups.google.com/group/pylons-discuss/t/a0ddca4aca56d300
>
> Alex,
> I believe there is a new working set of instructions for getting Pylons
> working on GAE.  I believe either Ian or Mike Orr have these somewhere, but
> they might be mid flight somewhere on the way to PyCon, so they might not
> respond promptly.  I haven't tried it in a bit due to getting busy on other
> things.  We also are writing an article about this as well, so any feedback
> you could give us would be great, once you get the proper instructions that
> is!

[1] is the latest.  [2] will be changed to it as soon as it's gotten
more testing.

When running "paster controller",  the current directory should be
your Pylons application.  This allows it to find the controller entry
point in the application's egg-info directory.  The commands listed
are the ones built into PasteDeploy.

-- 
Mike Orr <[email protected]>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to