PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Python-Entwickler hier, die evtl. einen Mac nutzen?


Gast
2008-12-21, 12:16:11
Es gibt einen super Jabber-Messenger, der weitestgehend in Python geschrieben ist und GTK nutz: Gajim http://gajim.org/

Unter Mac OS X läuft Gajim mittels GTK auch: http://trac.gajim.org/wiki/GajimMacOSX

Es würde aber ein viel elegantere Lösung geben und zwar die python cocoa bridge: http://pyobjc.sourceforge.net/

The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.

The most important usage of this is writing Cocoa GUI applications on Mac OS X in pure Python. See our tutorial for an example of this.

Wie schwer wäre so ein Port?
Gibt es vielleicht sogar jemand hier, der Interesse hat? :D

Gast
2008-12-21, 23:44:05
Was meinst Du mit wie schwer. Es ist eine Frage des Aufwands... warum lernst Du nicht Python und machst das dann selbst?

Gast
2008-12-22, 10:42:17
Das ist dann auch kein Port. Das ist ein rewrite der GUI.