0
votes
0answers
20 views

Python Windows8 CMD 32 bit/64 bit

I have Activestate Python 2.7 installed at D:\Python27. The normal system environment paths are set The Python is 32 bit and runs on a 64 bit computer. With W8 64 bit there appears to be 3 types of ...
1
vote
0answers
38 views

Is there a way in python to not filter out escape sequence from a subprocess

here is the situation, I am wrapping a subprocess in windows that I am communicating with remotly. connection_process = subprocess.Popen(r"C:\Windows\System32\cmd.exe", shell=True, ...
1
vote
4answers
33 views

Keep open a cmd window

I have a python code in a program that opens a cmd window and runs there another program. The code looks like: os.chdir('C:/Abaqus_JOBS' + JobDir) os.system('abaqus job=' + JobName + '-3_run_rel2 ...
2
votes
1answer
21 views

Python: cmd execute last command while prompt and empty line

The question may be not clear enough to get. Let me clear in details. I'm using python cmd library to implement my own CLI framework and when hit the enter button without typing any command it ...
3
votes
2answers
117 views

Run R script from Python

I want to run an R-script from a Python script. The R-script is required for the projection of lat lon coordinates in a different coordinate system. I have considered two options to do this. In the ...
0
votes
0answers
18 views

How to run the file calendarexample.py from gdata-python-client

I downloaded gdata python client - Google calendar. https://developers.google.com/google-apps/calendar/v1/developers_guide_python#AuthClientLogin I want to run the example so i need to run the file ...
1
vote
1answer
59 views

Suppress “The program can't start because X.dll is missing” error popup

I have a Python program which uses os.system to execute various commands. (It can't use subprocess because it has to be backward compatible all the way to Python 2.0.) On Windows, sometimes the ...
0
votes
2answers
49 views

Python doesn't seem to remember installed packages

Alright, I have begun messing with Python packaging but I have encountered some problems. I have used python setup.py install to install my package, then distribute, and then pip. The packages work ...
0
votes
1answer
51 views

Integrating CMD Module with PYQT

I am developing a texteditor using PYQT, the text editor is used for processing a DSL, one that I am making up. Now I would really like to have the ability to click on on an ICON, say a console icon ...
0
votes
0answers
43 views

write an interactive cmd for gstuil

google's cloud storage provide a command line tool called gsutil. I am looking for a way to make it easier to use. Features like: support execute command without specify gsutil ahead allow cloud ...
1
vote
1answer
58 views

Windows 7 and python 2.7

I want to install python 2.7 to my computer, but I have a problem. I've already installed that .msi file from the python official website and now I have a folder C:\Python27 . I've set up ...
1
vote
1answer
37 views

How can I make Python with Colorama print coloured text after compiling it to an .exe?

I'm using Python 2.7 with colorama 0.2.5. I'm calling a method, that prints some coloured text: from colorama import Fore from colorama import Style from colorama import init def ...
1
vote
1answer
92 views

How to make a python script launched from subprocess.Popen stay open if an error occurs and closes when it returns normally?

Currently, I'm running this on Windows: args = ['start', windowname, 'python', '-i', myscript] subprocess.Popen(args, shell=True) As you can see, I launch a subprocess running myscript in python's ...
-4
votes
3answers
79 views

How to open a random folder within a directory [closed]

I was wondering how I would use a batch file or Python to open a random folder from a selection of many folders within a directory?
0
votes
2answers
66 views

Error while trying to rename a directory through cmd command from python

I have this piece of python/tkinter code that is trying to rename a directory. When the call() gets executed it trows an error. if os.path.exists(self.destDirectory): self.now = ...
0
votes
1answer
91 views

How to exit the cmd loop of cmd module cleanly

I'm using the cmd module in Python to build a little interactive command-line program. However, from this documentation: http://docs.python.org/2/library/cmd.html, it is not clear that what is a clean ...
2
votes
2answers
121 views

Python not displaying simplified Chinese properly in dos window

I have a python script that prints chinese output on command line. It works fine in eclipse. However, when I run it in dos window, it prints ? (question marks) and garbage characters. Could it be ...
0
votes
1answer
67 views

My script opens a windows cmd prompt, need help pasting into it

I have written a Python program and used py2exe to make it into a windows executable program. When the program is run it opens a pseudo-cmd window for the user to interact with. (just using print ...
-3
votes
2answers
54 views

How does one call a function in a Python program from command line

For example let's say I have a file called myscript.py This file contains the following code. foo(var): return var How would I call the function foo with argument var on command line. I know ...
4
votes
1answer
59 views

How can I make my program properly crash when using the cmd python module?

What happens is that if your code raises a runtime exception and that your completion doesn't work, you have no idea why because traceback isn't printed. Try this very short code to see what I mean : ...
0
votes
1answer
69 views

Install starspan configure error

I want to install starspan. I downloaded and extracted the file. In the command line I navigated to the starspan folder and typed configure according to the install file. However I am only getting ...
-5
votes
2answers
64 views

Writing codes on cmd by using python 3.2 [closed]

I have been trying to send text file into MySQL, but although I have tried everything, nothing has helped me. As an alternative, I will try to execute LOAD INDATA syntax in cmd of Windows. Is there ...
1
vote
2answers
173 views

Print UTF-8 characters in cmd using python

# -*- coding: utf-8 -*- print "ÆØÅ" When running the above script in Windows 7 with python 2.7.3 using cmd, powershell or cygwin, I get this output: ├å├ÿ├à The file is a UTF-8 file and works ...
-1
votes
1answer
85 views

Python code runs through cmd however not in IDLE..Why?

Okay so i just got my leap motion device and im trying to run the scripts. When I press f5, the scripts load however it doesnt do the functions.. (it initilizes, loads everything) . But when i open ...
1
vote
3answers
139 views

python is not recognised as an internal or external command

This is a really annoying problem. I've prowled the web for solutions, but all I found was tips about changing the PATH variable, which I did, of course. My Python install directory is C:\Python27. ...
1
vote
2answers
102 views

How to run Python from Windows cmd

I am trying to run a python program in Windows with a call like this: python pacman.py I have many such calls to the python program. I want to run it from windows command line. When I run this in ...
0
votes
2answers
130 views

How to start child cmd terminals in separate windows, from python script and execute scripts on them?

I have been trying rather unsuccesfully to open several terminals (though one would be enough to start with) from say an ipython terminal that executes my main python script. I would like this main ...
0
votes
0answers
74 views

How to turn off internet on a Windows 7 laptop, using the python subprocess module? [closed]

Question How can I turn off all internet connections for my windows laptop, using the Python 2 subprocess module? NOTE: If this is not possible, can I turn off wireless connections? (I am on a Lenovo ...
-1
votes
1answer
73 views

Is it Possible to compile a Python Source file in Eclipse via Command Prompt?

I have been able able to compile a C program in Eclipse which works perfectly. I have installed python interpreter and already set the Environment Variables in Windows. These are the codes for C. How ...
0
votes
2answers
65 views

grabbing the file description from details tab

I want to be able to grab the File description string from the details tab on a .dll or a .sys file. I've tried to do this in a number of methods, but can't get them to click. Is there anyway to do ...
0
votes
1answer
78 views

How can I get the info in cmd when I set ADB_TRACE=adb

I tried to get the progress when pushing a file to device. It works when I "set ADB_TRACE=adb" in cmd (found in this page) Then I want to use it in python 2.7. cmd = "adb push file /mnt/sdcard/file" ...
0
votes
1answer
118 views

Weird behaviour of pyreadline autocompletion with cmd module in Python on Windows

I'm trying to run this simple code with: Python 2.7.2 Windows 7 pyreadline installed from pip class HelloWorld(cmd.Cmd): """Simple command processor example.""" FRIENDS = [ 'Alice', ...
3
votes
2answers
140 views

Python os.environ[“HOME”] works on idle but not in a script

I am working on a simple Python (2.7.3) script, but I have to get the user's Home Folder. I tried: import os home_folder = os.environ["HOME"] And it works fine when I'm running this code on IDLE, ...
0
votes
0answers
67 views

Pyinstaller error- requires at least one scriptname file

after trying to build a standalone by entering python pyinstaller.py -F myscript.py in the pyinstaller directory i get an error: error: Requires at least one scriptname file or exactly one ...
0
votes
0answers
41 views

Using pysvn how to fetch files from a particular date to another date and read that file?

**Hi being new to stackoverflow need some serious help regarding **pysvn**. Fetching files from a range of revision no. is fine but i want to fetch files from a particular range of DATES. Is ...
0
votes
1answer
108 views

create a python shell environment launcher to use pyQgis

I am trying to modify the shell launcher found at "http://inasafe.linfiniti.com/html/id/developer-docs/platform_windows.html" so that I can use it to directly launch any shell I'd like (in my case, I ...
0
votes
0answers
32 views

Need different format for path to exe in subprocess.call based on the script being run from cmd.exe or interpreter

I've written a script that interacts with WinSCP and pulls down files from a server. I developed it in the Python interpreter window and everything was working great. Now when I call it from the ...
1
vote
3answers
176 views

Converting unicode characters from returned JSON in python

I am trying to return JSON from the API service from musicbrainz, the returned data for some songs have unicode characters which I am having trouble converting them to regular symbols etc. Kindly let ...
0
votes
3answers
314 views

Subprocess.Popen() : hide the cmd shell

I am trying to call an executable at startup, which will call another executable itself. For the first part, I simply added the path to the executable to ...
0
votes
1answer
121 views

Dump both stdin and stdout of external program

I'm trying to run an exe through python and dump both user input and output to a log file. Source file for exe: //test.c #include<stdio.h> void main() { int a=0; printf("Enter no:\n"); ...
0
votes
1answer
101 views

Unable to launch a python script through my batch file

I have a batch file that's supposed to set PATH/PYTHON path variables and then invoke my python script (myscript.py), that's designed as an interactive console. I tried with the following: @echo off ...
0
votes
1answer
142 views

python command line ok in python shell but not through windows cmd

I was about to test the ftpmirror builtin script (python322, winXP 32bits) from the cmd windows default shell and get this : File "C:\Program Files\python322\Tools\Scripts\ftpmirror.py", line 161 ...
2
votes
1answer
86 views

Schedule `at` jobs with cygwin

I am running a bunch of simulations on several (non-equivalent) client machines. In order to ensure that each simulation is run only once, the clients connect to and schedule a task on a linux server. ...
1
vote
3answers
183 views

Executing shell command in python: String error

I want to execute a batch file and a command on the windows shell cmd.exe per Python. Its this command: $cmd.exe /k ""C:\Program Files(x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 & ...
0
votes
1answer
96 views

Python - Stray cmd.exe window causes program to hang. How can I close this stray program?

I have a Python file which starts a new process via Popen. The Python codes should wait until this new process is complete before resuming it's code. However, the process Python starts also spawns ...
2
votes
1answer
169 views

cygwin run a command instead of cmd python

I have a python GUI and i want to run a shell command which you cannot do using windows cmd i have installed cygwin and i was wondering how i would go about running cygwin instead of the windows cmd. ...
0
votes
0answers
64 views

check_output subprocess python can't run .sh and texfile

I am having trouble running a .sh file that takes in a textfile as input using check_output my code is t=subprocess.check_output("./listChains.sh < 2p31protein.pdb") I am guessing it is because ...
1
vote
3answers
686 views

Running Python in CMD not working

I am a Python beginner and I am having trouble running Python from CMD. I have added the Python installation directory as a PATH variable (;C:\Python27). I am able to run the Python Interpreter from ...
3
votes
2answers
192 views

QProcess cannot write to cmd.exe

I cannot seem to get QProcess to pass commands to cmd.exe via stdin. I have tried other command line apps as well. Here is some simple code that I use to try and debug: prog = ...
1
vote
1answer
106 views

Script works in IDLE but not in cmd - codec error

I have a script that works in IDLE but not when I run the same script in cmd. Then I get this error: File "C:\Python27\lib\encodings\cp850.py", line 12, in encode return ...

1 2 3 4