0
votes
0answers
7 views

xammp python file move to subdirectory repeatedly sends same cookie

I'm sure there is a simple answer to this, but here you go. I have been developing a python script that uses CGI and cookies to get some form data and then respond with some simple html. It work's ...
2
votes
2answers
8k views

Python & XAMPP on Windows: how to?

I have installed on my Win7x64 Xampp and Python 2.7 :) Now I'm trying to get the "power" of Python language... how can I do it? I've tried with mod_python and mod_wsgi but the first one does not ...
0
votes
1answer
60 views

python script executed from php gives error

On my debian i run xampp. I want to execute a python script using php shell_exec. This is my php code: shell_exec("/opt/lampp/htdocs/news/hello.py 2>1 &"); When i run it from the browser i ...
2
votes
1answer
52 views

What Python plugin should I use with XAMPP

Hi all this is just a general question if anyone can help it would be greatly appreciated. I am creating a website for a college project and i'm using XAMPP to develop the website. I require a Python ...
0
votes
1answer
125 views

Setting a Python path in Windows XAMPP using mod_wsgi

I'm trying to use Python2.6 in combination with XAMPP1.7.3. But when I try to run my Apache server, it won't start. I went to my log files in and it told me this: " httpd.exe: Syntax error on line ...
0
votes
1answer
290 views

XAMPP + mod_wsgi + python Windows 7

i'm trying to install django on a local test server [i know python+django has one] and i've already set up xampp hosting: Apache 2.4, Python 2.7, mod_wsgi (compiled from source: ...
0
votes
1answer
93 views

trouble getting mod_wsgi.so working with django

I am starting to learn django , and I'm trying to set up a development environment as in http://www.venkysblog.com/setup-django-on-windows-with-apache-and-mysql. I'm having trouble getting it working ...
0
votes
1answer
64 views

how do I confirm django is working with xampp's mysql

I am starting to learn django , and I'm trying to set up a development environment as in http://www.venkysblog.com/setup-django-on-windows-with-apache-and-mysql. I'm having trouble getting it working ...
0
votes
1answer
176 views

Premature end of script headers: in basic python script

Hi guys I am trying to follow http://elvenware.com/charlie/development/web/Python/Xampp.html to set up python with xampp . I am running xammp usb lite 1.77 following the directions here and on Python ...
1
vote
1answer
99 views

How can I deploy a django app without windows admin rights?

Im trying to start developing a simple crud application using a pc with windows as the server. Since I don't have admin rights, it's getting really hard to find a solution. Ive tried using xampp lite ...
0
votes
0answers
76 views

Running scrapy commands using os.system or subprocess.call

I have a Scrapy project with a web-based interface running on Apache (XAMPP) that allows the user to create, modify and schedule spiders and also includes a call to scrapyd at port 6800 to get the ...
3
votes
3answers
241 views

MySQL for Python on Windows via Xampp

I've MySQL running through XAMPP, and I've also installed MySQLdb for python installed. I, however cannot figure out a way of using my XAMPP's MySQL for Python. Each time I execute python manage.py ...
0
votes
1answer
258 views

MySQL Connect, XAMPP and ODBC

Note:**I am connecting using Python2.7 in a virtualenv to access MySQL on XAMPP, which was not installed on the virtualenv. I am trying to connect with MySQL via python. I recently downloaded MySQL ...
0
votes
1answer
367 views

Error while installing MySQLdb for Python on Mac OSX 10.6.8 with mysql inside XAMPP

I am trying to import MySQldb in python and call the python script from a php script in XAMPP. Here is what I did: Environment: 1. Mac OSX 10.6.8 2. Python version 2.6 (default)[64bit] Done so far: ...
0
votes
1answer
66 views

install OSQA using xampp on windows 7

can anyone tell me that how can i install osqa on windows 7 with xampp localhost ? i don't know xampp support python. Thanks in advance.

1 2 3
15 30 50 per page