Iain King skrev:
> How do you gain access to the system tray?
Use wx.TaskBarIcon.
See http://wiki.wxpython.org/index.cgi/FlashingTaskbarIcon for
snippets.
/Johan
--
http://mail.python.org/mailman/listinfo/python-list
o all
other possible subsequences and that's what's going to take most of the
time.
If you haven't already, check out psyco
(http://psyco.sourceforge.net/). It will most definitely make your code
run faster.
BR
Johan Lindberg
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
text.find(part, end)!= -1:
if part not in result:
result.append(part)
return result
>>>foo("testeststest", 4)
['test', 'stes', 'stest']
>>>foo("testeststest", 3)
['tes', 'est', 'ste', 'test', 'stes', 'stest']
HTH
Johan Lindberg
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
re not, download his
presentation and example code from:
http://www.python-in-business.org/ep2005/talk.chtml?talk=2626&track=690
HTH
Johan Lindberg
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
oject/showfiles.php?group_id=72786&package_id=138707
BR
/Johan Lindberg
--
http://mail.python.org/mailman/listinfo/python-list
MS Word with:
>>> os.startfile("MyDocument.doc")
/Johan Lindberg
--
http://mail.python.org/mailman/listinfo/python-list
close.
/Johan Lindberg
--
http://mail.python.org/mailman/listinfo/python-list
ve you included string-escape encoding in your setup.py?
>>My guess is that you can fix the problem with something similar to:
>>
>> from distutils.core import setup
>> import py2exe
>> opts = { "py2exe": { "packages": ["encodings"], } }
>>
pile
> this is there an issue.
>
> Thanks for any help,
>
> Justin
Have you included string-escape encoding in your setup.py?
My guess is that you can fix the problem with something similar to:
from distutils.core import setup
import py2exe
opts = { "py2exe&quo