Tagged Questions
1
vote
1answer
20 views
Appengine blobstore, storing both a full sized image and a small image?
I'm currently making an image sharing site in Appengine, it's mostly working how I want it, but sometimes I would like a small version of an image (thumbnail) - at the moment I'm shrinking it with ...
2
votes
2answers
57 views
Take a screenshot from a website from commandline or with python
i will take a screenshot from this page: http://books.google.de/books?id=gikDAAAAMBAJ&pg=PA1&img=1&w=2500 or save the image that it outputs.
But i can't find a way. With wget/curl i get ...
0
votes
2answers
40 views
Python CGI Shopping Cart - Can't post or print more than one value?
I'm struggling to discover why my CGI python script will only print one value it obtains from an order form. I have a form on order.html with the following opening tag-
<form name="cInformation" ...
0
votes
1answer
75 views
login to a specific website using python
I want to login the website at http://www.ppdai.com/Login.aspx
I already tried some solution such as request, twill, and cookie jar, it seems none of them work.
the user account list as follows:
...
1
vote
4answers
63 views
Automatically Print webpage with PHP
I have a php script that takes an invoice number and generates a PDF invoice with all relevant information, when the script has finished the PDF is then displayed on the screen in the users browser. I ...
-5
votes
0answers
36 views
Trying to make a python script [closed]
I would like to make a script that takes snapshots of a my grades off a site and makes it my desktop Background so i can always see my grade but i dont know where to start
0
votes
1answer
57 views
AIML for Intelligent Answering Engine
i have heard about a programming language called AIML which can be used for programming Intelligent Robots.
I am a web developer and have a web crawler build using Python 2.7 and have indexed ...
-1
votes
2answers
70 views
Can you build a website in PHP and Python? [closed]
Can you use both languages to build a website? A better, and more accurate question is this: Can you build the website in PHP, and use Python to execute other tasks? For example, maybe Python has a ...
-4
votes
2answers
54 views
How do I run my python code on the internet? [closed]
I want to set up my own server that will run my program. Basically, just have people run the program on my computer from their computers.
-!Other questions!-
How do I get users to register?
How can ...
1
vote
2answers
122 views
login to a website with Python
I am trying to login to a website using Python.
I have the following code and it really works when I login to a website.
import ClientCookie, ClientForm
import urllib, urllib2, cookielib
from ...
0
votes
1answer
158 views
python script to click button
I have this cod working for long time for a game web site but now they changed the way it should be clicked :-
def formRaid():
#print formerID
one = 1
while one == 1:
try:
...
-5
votes
1answer
64 views
I need to build a user interface and get my program on the internet but I don't know what to do [closed]
I have a program that acquires language, but I'm still very new to Python. I have the opportunity to release this program and see what develops in a good environment but I need to build a UI. I don't ...
-1
votes
1answer
88 views
GAE - Adapt contact form in PHP for Python [closed]
Good morning everybody,
I have a website that I just transfer on GAE - Python, my problem is that on my website I have a contact form made in FancyBox using a PHP code for sending the email. PHP ...
0
votes
1answer
42 views
How do you create a templates folder when you're working with Flask?
http://flask.pocoo.org/docs/quickstart/#a-minimal-application
When the instructions under "Rendering Templates" directs you to create a templates folder, where exactly do you make it? In your project ...
0
votes
1answer
59 views
Language & framework for a chart displaying website [closed]
I want to build a small website which basically will display charts with options etc. and a menu. It will have a database which will be filled with some cronjobs.
Now I am doubting which framework ...