Empty __init__.py script in mysql python lib directory
Bug #1457914 reported by
sidh
on 2015-05-22
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MySQL Python Replicant |
Low
|
Mats Kindahl |
Bug Description
In the setup.py file at line 84 :
packages=[
],
raised that error on CentOS 6.6 64 bits :
from mysql.replicant
ImportError: No module named mysql.replicant
because an empty __init__.py file is not created in /usr/lib/
Thanks to ionelmc on Freenode python's channel that found the problem , this section l. 84 should be :
packages=[
],
HTH.
Mats Kindahl (mkindahl) wrote : | #1 |
Changed in mysql-replicant-python: | |
assignee: | nobody → Mats Kindahl (mkindahl) |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
Thanks for the bug report, will fix...