You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DeVeDe forum
The menu font appears to not work. Changing it has no effect. I'm
sorry, I haven't had a lot of time to troubleshoot it and perhaps
should look at the code rather than file bug reports.
By the way, at a glance:
if sys.platform!='win32':
This may give win64 users grief, you may want to take a look at
sys.platform[:3] == 'win'
Dan
unread,
Nov 2, 2009, 11:22:57 PM11/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DeVeDe forum
Also, many thanks for this excellent program - a very good example of
the power of Python.