[TIMOB-13125] MobileSDK: Support for Python 3.0
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2013-11-04T06:12:57.000+0000 |
| Affected Version/s | Release 3.0.2 |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | n/a |
| Reporter | Mauro Parra-Miranda |
| Assignee | Chris Barber |
| Created | 2013-03-19T22:59:28.000+0000 |
| Updated | 2017-03-21T18:16:07.000+0000 |
Description
Problem Description
Customer/Community needs support for Python 3.0 (Ubuntu will be using it by default in 13.04).More info
Currently, the logs when using Python 3.0:
[ERROR] Application Installer abnormal process termination. Process exit value was 1
File "/Library/Application Support/Titanium/mobilesdk/osx/3.0.2.GA/android/builder.py", line 117
print "[DEBUG] Signal %s received. Terminating the logcat process." % signum
^
SyntaxError: invalid syntax
We're moving away from Python. It was fun while it lasted.