Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4730
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | "Robert Hai" <rhey@gmx.de> |
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] Python Bibliothek auf iOS benutzen. |
| Date | Sat, 1 Apr 2017 14:18:07 +0200 |
| Lines | 25 |
| Message-ID | <mailman.7.1491049099.2961.python-de@python.org> (permalink) |
| References | <trinity-5df16430-e334-4553-a5c5-9f3ce4ec534c-1491049086986@3capp-gmx-bs56> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Trace | news.uni-berlin.de aRyWcDABUlvplpiTOERrEQkDkvaDZ8dLx5fRP2WExfFA== |
| Return-Path | <rhey@gmx.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| Importance | normal |
| Sensitivity | Normal |
| X-Priority | 3 |
| X-Provags-ID | V03:K1:MrChUzHpEZsRmyXSM+ncPjW/isY5xw9lWEEDjB6cRnZ HWoUDA1ozcX5WsRTQYMYEVc51pP5iCXgnVBQ7CeOmXE0LPyE53 WRvHWE/IG3cmdV8Tb10x0yqZj1wNmlWu9tH0G23dHS9AAEf/C9 EAi0tbeF+BxSg9FxOSoPe2PRBQ6C0mCiXulPWj6IaRf7sKkLQH 3qk2ndiD7LuIRLFHagV/RAXUqCcIsmLSgVEfXWif2o6IgcT/nA fXFSl+2KpgM4CqtjAtNP+pKbxrCUIzO6Xlicx8oi5yipGMCAt7 zVzDr0= |
| X-UI-Out-Filterresults | notjunk:1;V01:K0:qm1iMPLQbMw=:06dinvp/uZKCpSQyzjhMwf nq1x0DB3JOxjBc8UQNT2yLKYy+t7o067mmjJHHeFecoQTbLUUG1i5TA5WY/PMG9ONDfw3aDR2 J0pS5fAofKTQfoFfKTcM52cAUrcqH+UXMjq6J/oDsa0SIe0E+xhtgijWwkUlTvjneeU/l7DSJ zEeLo0dFzmm8VNe836UUyfn+1BPqVtgVhccGdJCqWJpR3LbJCH71jX4uhcAdQgv5z8w0qwVYK kE0TobkzeqNB4lZNL7vAvOoBdvKYWYG4u5yF5DYQqDr7utr0YSrzc45/KUVbYoEHHf8x4ep50 y8fpuKxi6e7Mxfx0aryuiN5yniynV5t5MGLJkjuRzVT5VzNqySowECqPK3alKFoX1qDsbr02/ 07vAS7vkoBhixdY5bP9HcIeiXg1VZQ+U/+fGWii0jTLKTKcb6W3LR75LS7XewwxwC6B3GtR98 2mM+ci0JVw== |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.23 |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <trinity-5df16430-e334-4553-a5c5-9f3ce4ec534c-1491049086986@3capp-gmx-bs56> |
| Xref | csiph.com de.comp.lang.python:4730 |
Show key headers only | View raw
Aktuell arbeite ich an einer iOS App die ich in Swift schreibe. In dieser App wuerde ich gerne die Funktionalitaet einer Python Bibliothek nutzen (Sympy - http://www.sympy.org/en/index.html). Mein Ansatz ist zwischen C++ und Swift zu bridgen (das funktioniert soweit) und in C++ per #include "Python.h" das Python Framework zu benutzen. Hier beschreiebn : https://developer.apple.com/library/content/technotes/tn2328/_index.html Das Problem ist nur, dass ich keine Version des Python Frameworks finden kann die ich in xCode fuer iOS verwenden kann. Finden kann ich nur eine fuer OSX was nach meinem Verstaendnis von Architekturen nicht funktionieren wuerde (i386 vs. arm). Hat jemand eine Idee wie ich an so etwas kommen koennte ? Oder einen besseren Ansatz wie ich Sympy in Swift oder in C++ auf iOS benutzen kann ? Danke im Voraus ! Beste Gruesse, Robert
Back to de.comp.lang.python | Previous | Next — Next in thread | Find similar
[Python-de] Python Bibliothek auf iOS benutzen. "Robert Hai" <rhey@gmx.de> - 2017-04-01 14:18 +0200
Re: [Python-de] Python Bibliothek auf iOS benutzen. "Dr. Michael Lauer" <mickey@helios.office.drlauer-research.com> - 2017-04-04 08:01 +0000
Re: [Python-de] Python Bibliothek auf iOS benutzen. "Diez B. Roggisch" <deets@web.de> - 2017-04-04 11:30 +0200
Re: [Python-de] Python Bibliothek auf iOS benutzen. "Dr. Michael Lauer" <mickey@helios.office.drlauer-research.com> - 2017-04-16 18:48 +0000
csiph-web