Unknown cause to error (new to python)

2008-01-16 Thread Brandon Perry
Hi, I am having to compile a standalone version of python for the web
server I use (they don't allow access to /usr/bin/python). I posted
earlier about a GLib error, but I have fixed that now. I am very close
to getting this to work, but I am getting some weird errors.

File /home/vminds/public_html/torrents/python/lib/python2.2/socket.py,
line 41, in ?
File /home/vminds/public_html/torrents/python/lib/python2.2/httplib.py, line 
71, in ?
File /home/vminds/public_html/torrents/TF_BitTornado/BitTornado/zurllib.py, 
line 4, in ?
File 
/home/vminds/public_html/torrents/TF_BitTornado/BitTornado/download_bt1.py, 
line 4, in ?
File /home/vminds/public_html/torrents/TF_BitTornado/btphptornado.py, line 
15, in ?

I am using 2.2 for compatibility purposes.

Thanks, Brandon

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Unknown cause to error (new to python)

2008-01-16 Thread Brandon Perry
Sorry, this is all I can get. :-(

This isn't my webserver, so the only error logs I get are what they give
me. I guess I will just have to keep working at it.

Thanks for looking at it though, Brandon


On Wed, 2008-01-16 at 15:12 +0100, Bruno Desthuilliers wrote:
 Brandon Perry a écrit :
  Hi, I am having to compile a standalone version of python for the web
  server I use (they don't allow access to /usr/bin/python). I posted
  earlier about a GLib error, but I have fixed that now. I am very close
  to getting this to work, but I am getting some weird errors.
  
  File /home/vminds/public_html/torrents/python/lib/python2.2/socket.py,
  line 41, in ?
  File /home/vminds/public_html/torrents/python/lib/python2.2/httplib.py, 
  line 71, in ?
  File 
  /home/vminds/public_html/torrents/TF_BitTornado/BitTornado/zurllib.py, 
  line 4, in ?
  File 
  /home/vminds/public_html/torrents/TF_BitTornado/BitTornado/download_bt1.py,
   line 4, in ?
  File /home/vminds/public_html/torrents/TF_BitTornado/btphptornado.py, 
  line 15, in ?
 
 Sorry but my crystal ball is broken. Please post the *whole* traceback.
 

-- 
http://mail.python.org/mailman/listinfo/python-list

Compile with GLib-1.2 instead of 2.4

2008-01-15 Thread Brandon Perry
Hi, I am having to compile a standalone python because the webserver I
use doesn't allow access to /usr/lib/python. I tried compiling on my
lappy and uploading it, but the webserver does not have GLib-2.4. What
arguments would I have to include in order for it to compile with
GLib-1.2 instead of/and GLib2.4?

Thanks, Brandon

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Compile with GLib-1.2 instead of 2.4

2008-01-15 Thread Brandon Perry
Sorry, I know what arg to use with ./configure. With --with-libc=STRING,
do I put the version I want, or the path to my GLib 1.2 files?
On Tue, 2008-01-15 at 14:53 -0600, Brandon Perry wrote:
 Hi, I am having to compile a standalone python because the webserver I
 use doesn't allow access to /usr/lib/python. I tried compiling on my
 lappy and uploading it, but the webserver does not have GLib-2.4. What
 arguments would I have to include in order for it to compile with
 GLib-1.2 instead of/and GLib2.4?
 
 Thanks, Brandon

-- 
http://mail.python.org/mailman/listinfo/python-list