This forum is no longer active. Please post your questions to our new community site
Help running RTF2XML
|
|
Hi, I realise this is somewhat outside the standard usage for this stack but I’m trying to get RTF2XML (http://sourceforge.net/projects/rtf2xml/) to run. I’ve managed to get it installed with no errors (it went in ‘python/lib/python2.5/site-packages’ in my stack) but when I try to run it I get the following error:
I know literally nothing about servers so any help would be appreciated. I’m on Mac OS 10.5.6 if that is relevant. Thanks |
|
|
Hi, How you are trying to execute the command? It seems that the environment variables are not loaded. Could you try to execute first the “use_djangostack” script and then run the command.
Cheers. |
|
|
Thanks for your reply. I’m doing what you suggest and I still get that error message if I try ‘rtf2xml’ from the command line, however it works if I import the package into a Python script and run it that way instead. |
|
|
Please help, I am trying to install PIP on my Djangostack (OS X) This is neccessary in order to use the Satchmo ecommerce app. The install instructions for PIP basically just say do ‘easy_install pip’ but I then get the same error as grittyshaker above. I downloaded the PIP src and installed it using setup.py. But then when I try to install Satchmo using PIP I again get the error above! Please help, I need to get this working urgently. I have executed ‘use_djangostack’ first so it’s not that. |
|
|
Try the following before running the “easy install pip” command:
I hope it helps. |
|
|
thank you, that fixed easy_install and the libreadline errors! PIP failed to install Satchmo with errors like: Not sure if this is a djangostack problem. Still, I was able to install Satchmo by manually running through the packages required in the pip script. |
|
|
Hi,
It seems that you have to install Mercurial (hg) in your machine. |

