Ticket #326 (closed defect: fixed)
"import platform" and Google App Engine
| Reported by: | vitaliy | Owned by: | nick |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.4 |
| Component: | Gateway | Version: | 0.3.1 |
| Keywords: | google app engine | Cc: |
Description (last modified by thijs) (diff)
I'm using DjangoGateway inside my application based on Google App engine
Since r1474 I got exception:
'module' object has no attribute 'unlink'
The reason is I guess in importing platform module, somehow it trys to use unlink function (and google doesn't allow it) See pyamf/trunk/pyamf/remoting/gateway/__init__.py, Line 10
The only way I see is not include Python version into SERVER_NAME
Change History
Note: See
TracTickets for help on using
tickets.
