0

python purple says it needs dbms and debhelper in order to run, but I don't run debian. Is there a way to get this running on a different linux? or in cygwin?

the paul
  • 8,972
  • 1
  • 36
  • 53
Ryan
  • 11,743
  • 16
  • 37
  • 37

1 Answers1

5

Both cdbs and debhelper are only needed if you are trying to build a debian package. Just do a regular python setup.py build, and it should work fine (assuming you have the other prerequisites available).

Martin v. Löwis
  • 124,830
  • 17
  • 198
  • 235