Pear0 / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

doesn't log in when used with google app engine #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use the helloworld.py script example from google app engine
2. include the pygooglevoice in the app directory 
3. add the following to helloworld.py
from googlevoice import Voice
voice = Voice()

What is the expected output? What do you see instead?
I expect this to not return an error.  Instead I see: (see attached file)

What version of the product are you using? On what operating system?
version 0.5, google app engine sdk 1.3.2, osx 10.6

Please provide any additional information below.
Not sure if you're interested in the use pygooglevoice with the app engine.  
I'd love to get it 
going, and would appreciate any insight you've got!

Original issue reported on code.google.com by skou...@gmail.com on 29 Mar 2010 at 9:26

Attachments:

GoogleCodeExporter commented 9 years ago
This seems to b a problem w/ the google appengine itself. It seems to b missing 
the ctypes module which is 
needed by urllib which calls this import statement: "from ctypes import cdll". 
What is even weirder is that it seems 
to think that the OS is MacOSX and not whatever OS the appengine is using. I am 
interested in seeing this get 
setup, but there is not much that pygooglevoice can do w/o a functional urllib

Original comment by justquick on 29 Mar 2010 at 7:14