Tagged Questions
0
votes
2answers
9 views
Fabric (python module) error when try to install fabric in linux
I am new to fabric tool, i am using python already.
When i am try to install fabric via easy_install , i am getting the below synctax error.
I didnt change anything in my script , i am sying ...
0
votes
0answers
5 views
Celery 3.1 object doesn't get initiated and exits with 'on_process_exit'
I have worker which works fine on my local and testing systems but when I try to start it on our cloud on aws, the object doesn't even get initiated.
By the way I am using python3.3 and celery3.1. ...
0
votes
0answers
7 views
Installing SimpleOSC on Rasberry Pi
I need to enable TouchOSC to communicate with a Rasberry Pi. So first step is getting OSC installed on the Pi.
To use 'SimpleOSC'
http://www.ixi-software.net/content/body_backyard_osc.html
do I ...
-1
votes
0answers
21 views
Python3 subprocess parsing string? [on hold]
I wanted to ask what the "recommended/bestpractice" method is to input a variable string stored in python as an "argument" into the Popen or whatever subprocess method is recommended.
For example i ...
3
votes
4answers
65 views
How do I detect the Ubuntu version?
I'm currently writing a Python app that changes some network configuration files. The app needs to run on Ubuntu 10.04 to 13.10. The problem is, that NetworkManager is broken in different ways on ...
0
votes
1answer
41 views
kivy / buildozer fails with “Please report issue to enable support for newer NDK”
Ubuntu 13.04
I try to build an apk with buildozer --verbose android debug deploy run
I tried with ndk-8e, and then downgraded to ndk-8d, to no avail
buildozer --verbose android debug deploy run
# ...
1
vote
1answer
63 views
Storing triples efficiently
I have about a Tera Byte large file. I want to convert it from nt to n3. The reason for doing so is, I have a large file which consumes a lot of space due to attached namespaces:
# <1>
...
-1
votes
0answers
20 views
Python IDE with automatic custom tooltips [on hold]
I'm looking for a python IDE with a certain feature, but searching doesn't help as I'm not entirely certain what it's called; it's a feature I saw when first learning VB.NET (maybe C#, I don't ...
0
votes
3answers
40 views
delete exact string from a large file?
I have data in the following form in a file:
<http://purl.uniprot.org/here> <http://purl.uniprot.org/here/unipot/purl>
<http://purl.uniprot.org/uniprot/Q196Y7> ...
0
votes
0answers
17 views
Unable to send control-c to Terminator pane while using custom layout commands
Please forgive me if I am posting in the wrong place.
I am having an issue with Terminator that I credit as being an issue with the programing. I have contacted terminator and had a brief ...
0
votes
1answer
26 views
Import of .csv file from linux to windows MYSQl
I need a shell script that must import latest ".csv" file into mysql...
My case is--->i need to import the latest ".csv" file from linux to windows mysql i.e my ".csv" files will be stored in a path ...
0
votes
1answer
21 views
Portable way to start process upon system bootup in Linux and Solaris [on hold]
What would be a decent portable way to start a process upon bootup in Solaris 10, Solaris 11, and various Linux distros? My understanding is that the "inittab" way became deprecated. Solaris now has ...
0
votes
1answer
17 views
Linux, selenium : traffic usage starts action
I have a selenium script in python and i want to do this (pseudo code)
open www.example.com
while traffic usage hasn't been 0 during the last 3 seconds:
wait 3 seconds
print "everything is ...
0
votes
1answer
24 views
How could I add apache asp and python (on linux not windows)?
I currently have a Linux server with Apache::ASP installed that uses Perl.
Is it possible to create an Active Server Page on a Linux Apache Server using Python (in lieu of Perl)?
I have seen an IIS ...
0
votes
1answer
77 views
Extend a specific version of Python (on Linux Ubuntu/Unity)
I recently got Ubuntu 11.10 and put several versions of Python on it,
including EPD Python, Python 2.7 (standard) and Python 3.2.
I'm primarily using the EPD distribution and wanted to extend it with
...