Re: New Pylons on AppEngine article in wiki

2009-11-02 Thread Matt Feifarek
On Sun, Nov 1, 2009 at 11:06 AM, Matt Feifarek matt.feifa...@gmail.comwrote: On Thu, Oct 29, 2009 at 3:19 PM, reco r...@nex9.com wrote: just tried the wiki page i got the following probs: File lib/setuptools-0.6c11-py2.5.egg/pkg_resources.py, line 24, in module from os import utime,

Re: New Pylons on AppEngine article in wiki

2009-11-01 Thread Matt Feifarek
On Thu, Oct 29, 2009 at 3:19 PM, reco r...@nex9.com wrote: just tried the wiki page i got the following probs: File lib/setuptools-0.6c11-py2.5.egg/pkg_resources.py, line 24, in module from os import utime, rename, unlink, mkdir ImportError: cannot import name mkdir INFO

Re: New Pylons on AppEngine article in wiki

2009-11-01 Thread Mike Orr
On Sun, Nov 1, 2009 at 9:06 AM, Matt Feifarek matt.feifa...@gmail.com wrote: On Thu, Oct 29, 2009 at 3:19 PM, reco r...@nex9.com wrote: just tried the wiki page i got the following probs:  File lib/setuptools-0.6c11-py2.5.egg/pkg_resources.py, line 24, in module    from os import utime,

Re: New Pylons on AppEngine article in wiki

2009-11-01 Thread Jason S.
On Oct 29, 2:19 pm, reco r...@nex9.com wrote:   File lib/setuptools-0.6c11-py2.5.egg/pkg_resources.py, line 24, in module     from os import utime, rename, unlink, mkdir ImportError: cannot import name mkdir INFO     2009-10-29 19:56:30,793 dev_appser Actually, the latest setuptools is

Re: New Pylons on AppEngine article in wiki

2009-11-01 Thread Mike Orr
On Sun, Nov 1, 2009 at 10:12 AM, Jason S. jas...@tuffmail.com wrote: On Oct 29, 2:19 pm, reco r...@nex9.com wrote:   File lib/setuptools-0.6c11-py2.5.egg/pkg_resources.py, line 24, in module     from os import utime, rename, unlink, mkdir ImportError: cannot import name mkdir INFO    

Re: New Pylons on AppEngine article in wiki

2009-11-01 Thread Mike Orr
The main Pylons-Appengine article needs a rewrite to include all this new research and findings. If something works for you and you've tested it, it's worth featuring. We need to keep the current advice in one central place so it doesn't get lost. If you're unsure about your approach, it's

Re: New Pylons on AppEngine article in wiki

2009-10-29 Thread reco
hi matt just tried the wiki page i got the following probs: File lib/setuptools-0.6c11-py2.5.egg/pkg_resources.py, line 24, in module from os import utime, rename, unlink, mkdir ImportError: cannot import name mkdir INFO 2009-10-29 19:56:30,793 dev_appser reco On Oct 22, 1:57 pm,

Re: New Pylons on AppEngine article in wiki

2009-10-22 Thread Matt Feifarek
I would love a little feedback on this... Bump ;-) On Fri, Oct 16, 2009 at 8:42 PM, Matt Feifarek matt.feifa...@gmail.comwrote: http://wiki.pylonshq.com/display/pylonscookbook/Pylons+Running+on+Google+AppEngine This how-to tries to get Pylons running on GAE with as little customization to