Identi.ca Identi.ca
  • Login
  • Public

    • Public
    • Groups
    • Featured
    • Popular

Conversation

Notices

  1. Luke Slater Luke Slater Python

    getting 'socket.error: [Errno 11] Resource temporarily unavailable' on the last line of http://pastebin.com/m7f7cd228 any ideas? !python

    Monday, 20-Jul-09 07:30:33 UTC from Choqok
    • Ben Finney Ben Finney

      @reality, youd do best to make a minimal *complete* example that demonstrates the problem when run.

      Monday, 20-Jul-09 07:32:18 UTC
    • Luke Slater Luke Slater Python , Ben Finney

      @bignose !python http://pastebin.com/ma373596 <-- complete example

      Monday, 20-Jul-09 07:36:35 UTC
    • Ben Finney Ben Finney Python

      @reality, !python is just reporting what the OS told it: error number 11 (EAGAIN) is returned when a non-blocking socket read gets no data.

      Monday, 20-Jul-09 07:45:44 UTC
    • Ben Finney Ben Finney

      @reality, the !linux socket interface is documented in the manpage ‘socket(7)’ and the function interface at ‘socket(2)’

      Monday, 20-Jul-09 07:47:44 UTC
    • Ben Finney Ben Finney Python

      @reality, for the names of OS errors (useful for web searches) that !python will get on your OS, read about the ‘errno’ module.

      Monday, 20-Jul-09 07:48:56 UTC
    • DasIch DasIch Python , Ben Finney

      @bignose that's how non-blocking sockets work, if an .accept() fails an exception is raised !python

      Monday, 20-Jul-09 14:15:58 UTC
    • DasIch DasIch Python , Ben Finney

      @bignose if you want to have more info on the error check the documentation of you os !python

      Monday, 20-Jul-09 14:17:40 UTC
    • Space Hobo Space Hobo Python , DasIch

      @dasich every time a bell rings a !python exception gets its text

      Monday, 20-Jul-09 14:17:53 UTC

Site notice

  • API
  • Status

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Identi.ca is a microblogging service brought to you by Status.net. It runs the StatusNet microblogging software, version 1.1.0-alpha1, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.

Built in Montreal