[web2py] Re: do import module work in gae?

2011-12-18 Thread howesc
do other gluon.contrib modules import?  is the file somehow missing for you?


[web2py] Re: do import module work in gae?

2011-12-16 Thread Massimo Di Pierro
Wan't this fixed in 1.99.3? If not, please open a ticket.

On Dec 16, 11:57 am, Joseph Jude ceph...@gmail.com wrote:
 Module import work in standalong web2py but not in gae. Version: 1.99.2
 (2011-09-26 06:55:33). Help appreciated.

 Thanks,
 Joseph


[web2py] Re: do import module work in gae?

2011-12-16 Thread howesc
i haven't upgraded yet, but i believe the patch was applied, and i patched 
my versions.  i'm using imports like mad, so we know it can work.  so 
joseph, let us know if the latest versions don't work.

cfh


[web2py] Re: do import module work in gae?

2011-12-16 Thread Joseph Jude
I upgraded to 1.99.4 and it works :-)
But there is another issue.


from gluon.contrib.markdown import markdown2 as markdown

in gae it throws error no module named markdown :-(