Search results

  1. DanielB

    Installing Python Libraries

    *embarrassed* Just realised that this has worked the whole time, But my lib had an error in it Thanks for all the help!
  2. DanielB

    Installing Python Libraries

    I modified the script, and it has created the file. However, when I put the library there i still cant import it. it made the file in ./lib/python
  3. DanielB

    Installing Python Libraries

    I still cant get it to work. >_< Any Chance you can make it create a dummy file I can look for, or I can give you a r/o account for my FTP so you can see whats wrong? tried using #!/usr/bin/python import os hlb = os.path.expanduser('~') os.mkdir(hlb+'/lib') os.mkdir(hlb+'/lib/python')...
  4. DanielB

    Installing Python Libraries

    The path it ended up with was /home/danielb/lib/python I cant seem to find this directory. Where am I putting these files? (also, on a side note, I was able to get it to tell me where the os lib was installed [/usr/lib/python2.4/], if that helps)
  5. DanielB

    Installing Python Libraries

    Where do I copy new python libraries to, or how do I go about installing them, so that I can use them in scripts.
  6. DanielB

    Python Outside cgi-bin

    Is it possible to have python scripts outside the cgi-bin, and still get them to run, much like a php script would?
  7. DanielB

    Can I downgrade or delete?

    where can i register my termination request?
  8. DanielB

    Can I downgrade or delete?

    is it possible for me to downgrade my hosting package, or delete my account & start again? If so, how?
Top