I'm trying to use a package called gourmet to manage recipes and I seem to have run into a problem. It appears that a Python directory called reportlab is in my Python 2.4 tree and Gourmet is in my 2.5 tree.<br><br>[root@natsumi
~]# gourmet &<br>[1] 22487<br>[root@natsumi ~]# Traceback (most recent call last):<br> File "/usr/bin/gourmet", line 34, in <module><br> import gourmet.GourmetRecipeManager<br> File "/usr/lib/python2.5/site-packages/gourmet/GourmetRecipeManager.py", line 8, in <module>
<br> import exporters.printer as printer<br> File "/usr/lib/python2.5/site-packages/gourmet/exporters/__init__.py", line 3, in <module><br> import pdf_exporter<br> File "/usr/lib/python2.5/site-packages/gourmet/exporters/pdf_exporter.py", line 1, in <module>
<br> import reportlab<br>ImportError: No module named reportlab<br><br>[1]+ Exit 1 gourmet<br>[root@natsumi ~]# find / -name reportlab<br>/usr/lib/python2.4/site-packages/reportlab<br><br>I tried going into pdf_exporter.py and fully qualifying reportlab but I got a syntax error on the leading /. I'm a complete newbie on both Python and Gourmet so I'd welcome advice.
<br clear="all"><br>Thanks,<br>-- <br>Jack Smith<br><br>English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants.