vimmaniac / ppymilter

Automatically exported from code.google.com/p/ppymilter
0 stars 0 forks source link

Doesn't install corecctly on RHEL5 #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download ppymilter 1.0
2. python setup.py install
3. ppymilterserver

What is the expected output? What do you see instead?

This should work, but instead gives:
# ppymilterserver.py 
Traceback (most recent call last):
  File "/usr/bin/ppymilterserver.py", line 55, in ?
    import ppymilterbase
ImportError: No module named ppymilterbase

What version of the product are you using? On what operating system?
ppymilter 1.0 on RHEL 5

Please provide any additional information below.

The problem is resolved by putting a file "ppymilter.pth" containing
"ppymilter" along with the "ppymilter" folder in the site-packages folder.

Original issue reported on code.google.com by morten.j...@gmail.com on 21 Oct 2009 at 8:14