Tagged Questions

34
votes
12answers
10k views

How to setup setuptools for python 2.6 on Windows?

Is there any way to install setuptools for python 2.6 in Windows without having an .exe installer? There isn't one built at the moment, and the maintainer of setuptools has stated that it's probable …
13
votes
13answers
2k views

Best environment for Python on Windows?

So I've got plain python downloaded, so I can run .py files from the command line. Now I want to step it up, have a debugger, be able to call .net or other Windows things, etc... What's my next …
12
votes
19answers
8k views

Is there a good, free Python IDE for Windows?

Is there a good, free Python IDE for Windows? I really need some good debugging abilities.
10
votes
8answers
926 views

Open document with default application in Python

I need to be able to open a document using it's default application in Windows and Mac OS. Basically, I want to do the same thing that happens when you double click on the document icon in Explorer or …
9
votes
3answers
932 views

Drag and drop onto python script in windows explorer

I would like to drag and drop my data file onto a python script and have it process the file and generate output. The python script accepts the name of the data file as a command line parameter, but …
9
votes
4answers
2k views

Can I run a Python script as a service (in Windows)? How?

I am sketching the architecture for a set of programs that share various interrelated objects stored in a database. I want one of the programs to act as a service which provides a higher level …
8
votes
3answers
2k views

How to check if OS is Vista in Python?

How, in the simplest possible way, distinguish between Windows XP and Windows Vista, using Python and pywin32 or wxPython? Essentially, I need a function that called will return True iff current OS …
8
votes
6answers
3k views

How do you get a directory listing sorted by creation date in python?

What is the best way to get a list of all files in a directory, sorted by date [created | modified], using python, on a windows machine?
7
votes
10answers
516 views

I need a beginners guide to setting up windows for python development

I currently work with .NET exclusively and would like to have a go at python. To this end I need to set up a python development environment. I guide to this would be handy. I guess I would be doing …
7
votes
3answers
302 views

Python piping on Windows: Why does this not work?

I'm trying something like this Output.py print "Hello" Input.py greeting = raw_input("Give me the greeting. ") print "The greeting is:", greeting At the cmd line Output.py | Input.py But it …
6
votes
5answers
117 views

How to open a file with the standard application?

My application prints a PDF to a temporary file. How can I open that file with the default application in Python? I need a solution for Windows Linux (Ubuntu with Xfce if there's nothing more …
6
votes
7answers
2k views

How to clear python interpreter console?

Like most Python developers, I typically keep a console window open with the Python interpreter running to test commands, dir() stuff, help() stuff, etc. Like any console, after a while the visible …
6
votes
8answers
642 views

How do I create a webpage with buttons that invoke various Python scripts on the system serving the webpage?

I'm a hobbyist (and fairly new) programmer who has written several useful (to me) scripts in python to handle various system automation tasks that involve copying, renaming, and downloading files …
6
votes
6answers
1k views

Getting MAC Address

I need a cross platform method of determining the MAC address of a computer at run time. For windows the 'wmi' module can be used and the only method under Linux I could find was to run ifconfig and …
6
votes
4answers
511 views

What is the best way to make an .exe file from a python program

I've used several modules to make .exe's for python which options/library is best? It has been some tome since i've done this and I'm curious if there are any new options etc.

1 2 3 4 5 20 next
15 30 50 per page