Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2360 points

Dabby

Favorite Answers27%
Answers29
  • HTML form calling python script calling java program?

    I was trying to connect my java program to my website...

    So I've got an HTML website form calling a python script which calls me java program.

    when I run the python script on the server, it works.

    however when I click the submit button on the website, it calls the python script, but the java program does not get called.

    Here's some code:

    index.html:

    <form action="http://www.cs.mcgill.ca/~aansar2/myPrj/test.py%22 method = "post">

    //blah blah...

    </form>

    test.py:

    #!/usr/local/bin/python

    import sys

    import os

    import cgi

    print "Content-type: text/html\n"

    form=cgi.FieldStorage()

    os.system('java search balls' )

    print "end of test.py"

    If you know what 'could' be going wrong, please help

    2 AnswersProgramming & Design1 decade ago
  • Parental Relationships?

    I have an older friend who is a parental figure to me. I dont have much of a family etc, and as I attach myself to this older friend, my family issues seem to bug me a lot less. I'm wondering, am I the only 29year old that still needs a parental figure in my life to function.

    1 AnswerOther - Family & Relationships1 decade ago
  • Ubuntu on Aspire One?

    I have an Aspire One, which came with a Linpus Lite Linux operating system. I'm trying to install Ubuntu Hardy Heron (8.04.1) however encountering problems.

    Simply put, when I load the linux onto a flash member and switch the boot order to USB HDD, it doesn't register as a OS, and simply boots the normal operating system. I've explored the ubuntu webiste for aspire one, and no help there because their instructions assume the netbook recogizes the OS. I've tried a few different install types. I've copied all the files that come on the Ubuntu CD onto the flash member, and I've tried downloading the ubuntu-9.04-netbook-remix-i386.img file and

    booting with that... nothing works

    any assistance/suggestions would be appreciated

    1 AnswerLaptops & Notebooks1 decade ago
  • Computer needed for Computer Science?

    I'm starting a computer science/software engineering degree, next semester, and trying to find that ideal computer. Any suggestions? I'm not going to use it for gaming or much else. Basically looking for a coding computer. So I'm thinking of get a desktop with the best processor and lots ram, and a netbook with a 6-cell battery to take to school. Any suggestions? Am I overlooking anything?

    4 AnswersProgramming & Design1 decade ago
  • convert FAT into NTSF?

    I have this flash drive that I was formatting (long time ago) and I don't know how I managed to do this, but I formatted as a FAT drive.

    So now I'm trying to convert it back to NTSF.

    I've tried the command prompt 'convert F: /fs:ntsf

    but it says

    "CONVERT not available for RAW drives"

    I'm using WinXp (version 2002)

    thanks

    8 AnswersOther - Hardware1 decade ago