Search found 1 match

by ynchan
Mon Jan 25, 2010 10:04 am
Forum: Installation & Upgrades
Topic: openemm.py object is not iterable
Replies: 2
Views: 6117

How did you install MySQL? I encountered this error because I had used the MySQL no-install option.

It that case just comment out the whole section

#for version in ['5.0', '5.1']:
# mskey = r'SOFTWARE\MySQL AB\MySQL Server %s' % version
# mysqlhome = agn.winregFind (mskey, 'Location')
# if not ...