473,908 Members | 3,296 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CGI scripts

Jay
Can I use Python for CGI scripts. It is telling me to use Perl and I
don't know any

To be honest I don't really no what CGI scripts are (soz)

I have purchased a domain name of my ISP PIPEX and 100MB space

And I don't know what I can do with it now

OPPs

Jay Dee

Apr 17 '06 #1
3 968
> Can I use Python for CGI scripts. It is telling me to use Perl and I
don't know any

To be honest I don't really no what CGI scripts are (soz)

I have purchased a domain name of my ISP PIPEX and 100MB space

And I don't know what I can do with it now


Will your pages be served by your ISP, that is the domain name that
you purchased will point to a server hosted your ISP? If yes and your
ISP hosts some form of python on those servers and allows you to use
it then you can serve your pages using python (via CGI or some other
mechanism). The best thing to do first is to ask your ISP what
facilities it has. Perl, php, python, ruby or what.

If your purchased domain name will point to a server that you
administer yourself then you can do pretty much everything you wish
(almost :)). For example you can install mod_python if you are using
Apache and serve your pages using that.
Apr 17 '06 #2
> > Can I use Python for CGI scripts. It is telling me to use Perl and I
don't know any

To be honest I don't really no what CGI scripts are (soz)

I have purchased a domain name of my ISP PIPEX and 100MB space

And I don't know what I can do with it now


I just realized that you also mentioned having a 100MB quota, so
probably your pages will be served by your ISP. Then the best thing is
to ask your ISP if it hosts python or not.
Apr 17 '06 #3
"Jay" <fi******@gmail .com> wrote:

Can I use Python for CGI scripts. It is telling me to use Perl and I
don't know any

To be honest I don't really no what CGI scripts are (soz)

I have purchased a domain name of my ISP PIPEX and 100MB space


According to the Pipex web page, if you got their low-end hosting package
based on Linux, you get PHP4, PHP5, or Perl. No Python.

Perhaps you should have checked your requirements before you spent money on
a web host. There are many good, inexpensive web hosting companies that do
allow Python scripting.
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Apr 19 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3171
by: Michele Simionato | last post by:
Is there a simple way to get the path to the Python Tools/scripts directory? Currently I have defined by hand an environment variable such as PYTHONSCRIPTS=/home/myhome/packages/Python-2.3.3/Tools/scripts so I can alias the more useful scripts in my .bashrc (for instance alias dutree=$PYTHONSCRIPTS/dutree.py), but this approach is PITA, I have to change the variable each time I change machine and at each new Python version. Is there...
9
3671
by: Jeff Wagner | last post by:
I have a project of converting numerous DOS cmd shell scripts to Python. Is there a tutorial to getting started? Thanks, Jeff
2
12761
by: RJ | last post by:
We currently send product releases to our customers, and often have to include scripts that need to be ran on the Oracle databases (also do it for SqlServer customers, but we use a different set of scripts for that). Some of the Sql scripts can be quite long, and so we break them out to their own script files and call them all from one main ..sql file, using sqlplus to execute it all. The admin would run the file like:
6
14569
by: Alex Vilner | last post by:
Hello! We have a set of individual .SQL scripts which we would like to execute against a MS SQL Server 2000. Is there any way to have ISQL utility (or any other means) to execute all of them without having to establish a separate database connection for each script: isql -Ux -Py -Ss -i script1.sql isql -Ux -Py -Ss -i script2.sql isql -Ux -Py -Ss -i script3.sql
7
4297
by: ergobob | last post by:
Hello, I have two small PHP scripts running on a test page at: http://www.usernomics.com/ergonomic-products-accessories5.html Both scripts work perfectly when there is one script on a page. However, if I place two on the page (one above the other), the second script will not render. I get no PHP error messages - the script will just not render. I think the PHP Scripts are OK as they were automatically generated by RSS
8
3751
by: Mike Nau | last post by:
We currently have all of our schema and testdata laid out in a large set of sql scripts. It currently takes about 15 minutes to run the scripts on a Dual 1.7ghz box with 1gb of ram. Does anyone know of a way to speed this up? Since our database is currently changing all the time, we are constantly having to re-create our database from these scripts.
2
4884
by: Dave Hughes | last post by:
Just noticed something rather annoying after upgrading my test box (a Linux server running DB2 UDB v8 for LUW) to fixpak 11 (for reference it was previously on fixpak 7). In the past I've relied heavily on the ability to start multiple long-running SQL scripts in the background and have them all run in parallel. Unfortunately, it seems that somewhere between fixpak 7 and fixpak 11 something has been fixed / broken which prevents more...
1
1562
by: ponsibabu | last post by:
We have several scripts for sale. We are selling them at reasonable prices and willing to work around your budget. For more information please contact totascriptz@yahoo.com with "Scripts" as the subject line. We have all types of scripts. We are very flexible with pricing and try to work around your budget. Some of our scripts are mentioned below. For more information please contact totascriptz@yahoo.com with "Scripts" as the...
8
2393
by: Alan Isaac | last post by:
Suppose I have a directory `scripts`. I'd like the scripts to have access to a package that is not "installed", i.e., it is not on sys.path. On this list, various people have described a variety of tricks they use, but nobody has proposed a pretty way to allow this. I am therefore assuming there is not one. (?) How about allowing a `scripts.pth` file in such a `scripts` directory, to work like a path configuration file?
3
1425
by: shapper | last post by:
Hello, I am working on a web site where I have a master page. Most web site pages use this master page as base. Some scripts are used in all pages ... other just in a few pages. Should I load all scripts in master page ... I think they are cached right? Or should I load the common scripts to all pages in my master page and
0
10029
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9875
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11334
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10911
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11033
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
8092
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6131
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3352
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.