This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wmii
Watch
1
Star
0
Fork
0
You've already forked wmii
mirror of
https://github.com/0intro/wmii
synced
2024-11-25 23:30:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7972993f3
wmii
/
alternative_wmiircs
/
python
/
wmiirc
8 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add python wmiirc/9P client library
2009-05-17 22:15:08 +04:00
#!/usr/bin/env python
Update selection and execution of wmiirc.
2009-09-29 01:24:01 +04:00
Properly fix problem fixed in last commit. Cleanup some stuff in the process. Update issue #132 Status: Fixed This is a very strange issue. It turns out that subprocess won't work from non-main threads while a module is being imported. Since the wmiirc entered its event loop rather than returning, it was causing problems. I suspect it was also the cause of the stack traces being printed at interperater shutdown.
2009-10-18 05:52:29 +04:00
from pygmi import events
Minor pygmi efficiency imporvements. Add plugin support.
2009-05-22 00:26:31 +04:00
import wmiirc
Properly fix problem fixed in last commit. Cleanup some stuff in the process. Update issue #132 Status: Fixed This is a very strange issue. It turns out that subprocess won't work from non-main threads while a module is being imported. Since the wmiirc entered its event loop rather than returning, it was causing problems. I suspect it was also the cause of the stack traces being printed at interperater shutdown.
2009-10-18 05:52:29 +04:00
events.loop()
Reference in New Issue
Copy Permalink