Here is my problem:
I've compiled python app with py2exe and mysqldb.
'setup.py py2exe --packages encodings,MySQLdb'
Everything is fine except that my application can work with mysql db _ONLY_ if on client computer exists catalog c:\mysql\share\charsets\(with some *.conf files inside).
Well, target mysql server is set up to use cp1251 codepage.And what if there is no way to copy files to client computer?
What if i like to run from CD only (ideally) ?
Or is there a way to place c:\mysql\share\charsets\*.* to application catalog c:\program files\myapp\ ?
my environment:
win2k,python2.2,mysql-python-0.9.2.win32-py,
Thanks for help.
Igor.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is my problem:
I've compiled python app with py2exe and mysqldb.
'setup.py py2exe --packages encodings,MySQLdb'
Everything is fine except that my application can work with mysql db _ONLY_ if on client computer exists catalog c:\mysql\share\charsets\(with some *.conf files inside).
Well, target mysql server is set up to use cp1251 codepage.And what if there is no way to copy files to client computer?
What if i like to run from CD only (ideally) ?
Or is there a way to place c:\mysql\share\charsets\*.* to application catalog c:\program files\myapp\ ?
my environment:
win2k,python2.2,mysql-python-0.9.2.win32-py,
Thanks for help.
Igor.