Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Python Sockets?  (Read 4830 times)

0 Members and 1 Guest are viewing this topic.

noodlesgc

  • Guest
Python Sockets?
« 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.

remi.k2620

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • http://remi.tuxfamily.org
Python Sockets?
« Reply #1 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.

 

anything