Surely there must be a way to get the traceback so you can see exactly why it 
is failing.

Also, you can add --prefix=<path> to the end of setup.py to install in a 
different location, e.g.,

$ python setup.py install --prefix=~/custom/path/

so maybe you can try installing it somewhere where the webserver will have 
permissions.  But yes, as Ondrej said, we need more information (e.g., what 
software are you using for the webserver, how is it setup, etc.) to really be 
able to help you.

Aaron Meurer
On Jun 5, 2010, at 12:49 PM, Ondrej Certik wrote:

> On Sat, Jun 5, 2010 at 11:43 AM, mm <[email protected]> wrote:
>> Hello,
>> 
>> Sorry, I thought I have fixed the problem...unfortunately, I was
>> checked the wrong environment.
>> 
>> I am using Sympy on a website to do certain symbolic calculation.
>> Here are the steps of how I installed sympy on the server:
>> 
>>   1. wget http://sympy.googlecode.com/files/sympy-0.6.7.tar.gz
>>   2. tar zxvf sympy-0.6.7.tar.gz
>>   3. cd sympy-0.6.7
>>   4. sudo python setup.py install
>> 
>> I can import sympy just fine using my account via the terminal.  I
>> don't know why the web page that uses sympy stop working (already
>> reboot the server).  I am suspecting a permission issues but the log
>> doesn't tell me this.  If you have any ideas, please help.
> 
> As I wrote in the other thread, please write us more information, so
> that we can reproduce the problem and help. From what you wrote, we
> can't help you much.
> 
> Ondrej
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/sympy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to