Sorry! Hadn't noticed you had already found the answer!
Best Regards,
Chris
User Profile
Collapse
-
You're likely a better developer than I am, but I breezed past something in the Python Docs the other day that might offer some ideas...
Maybe get_close_match es() in difflib as an example?
I really haven't taken a close look at it, but you might find some of the logic worth looking at.
Best regards,
ChrisLeave a comment:
-
You were pretty close:
>>> x = "Hello"
>>> type(x)
<type 'str'>
Best Regards,
ChrisLeave a comment:
-
Multi-threaded service
I am new to this group, but I'm hoping someone could offer some advice as to a complicated issue I am having.
I have created a (multithreaded) Python application that performs asynchronous queries. Unfortunately, I'm having a very difficult time setting it up as a service.
It should run as follows:
1) A remote server starts the service
2) while the service is running, it performs its asynchronous...
No activity results to display
Show More
Leave a comment: