rudymars / py-bcrypt

Automatically exported from code.google.com/p/py-bcrypt
Other
0 stars 0 forks source link

how to use it on google app engine ? #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
what modifications to make to be able to use it in google app engine
i'm using aptana

Original issue reported on code.google.com by vivanov...@gmail.com on 19 May 2012 at 4:13

GoogleCodeExporter commented 8 years ago
'import bcrypt' resluts in error 
No module named bcrypt

Original comment by vivanov...@gmail.com on 19 May 2012 at 4:15

GoogleCodeExporter commented 8 years ago
Bumping for a potential answer.

Original comment by derrek...@gmail.com on 2 Jun 2012 at 2:03

GoogleCodeExporter commented 8 years ago
As far as I know, Appengine doesn't support modules with native code components.

Original comment by d...@djm.net.au on 28 Jul 2013 at 12:04

GoogleCodeExporter commented 8 years ago
You may want to have a look at this project:
https://github.com/erlichmen/py-bcrypt

Original comment by jeverl...@gmail.com on 17 Sep 2013 at 1:12