SFML community forums

Bindings - other languages => Python => Topic started by: noodlesgc on August 26, 2009, 11:21:26 pm

Title: Python Sockets?
Post by: noodlesgc on August 26, 2009, 11:21:26 pm
Are there bindings of sf::SocketUDP and/or sf::socketTCP?

sf.SocketUDP and TCP fail, and my output of dir(PySFML.sf) looks like this:

Code: [Select]
['Blend', 'Clock', 'Color', 'Drawable', 'Event', 'FloatRect', 'Font', 'Glyph', 'Image', 'Input', 'IntRect', 'Joy', 'Key', 'Listener', 'Mouse', 'Music', 'PostFX', 'RenderWindow', 'Shape', 'Sleep', 'Sound', 'SoundBuffer', 'SoundBufferRecorder', 'SoundRecorder', 'SoundStream', 'Sprite', 'String', 'Style', 'Version', 'VideoMode', 'View', 'Window', 'WindowSettings', '__doc__', '__file__', '__name__', '__package__']


Using SFML-1.5 btw.
Title: Python Sockets?
Post by: remi.k2620 on August 27, 2009, 10:03:17 am
No the network part isn't in the python binding since you can use the python standard library for that.